rails_wordpress 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -16253,3 +16253,1535 @@ Mysql2::Error: Unknown column 'wp_posts.user_id' in 'where clause': SELECT `wp_p
16253
16253
   (0.1ms) SELECT COUNT(*) FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 51
16254
16254
  Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 51 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
16255
16255
   (0.3ms) ROLLBACK
16256
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
16257
+  (33.0ms) DROP DATABASE IF EXISTS `wp_test`
16258
+  (10.5ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
16259
+  (32.3ms) CREATE TABLE `wp_commentmeta` (`meta_id` int(11) auto_increment PRIMARY KEY, `comment_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
16260
+  (13.0ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
16261
+  (11.0ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
16262
+  (11.2ms) CREATE TABLE `wp_comments` (`comment_ID` int(11) auto_increment PRIMARY KEY, `comment_post_ID` bigint DEFAULT 0 NOT NULL, `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) DEFAULT '' NOT NULL, `comment_author_url` varchar(200) DEFAULT '' NOT NULL, `comment_author_IP` varchar(100) DEFAULT '' NOT NULL, `comment_date` datetime NOT NULL, `comment_date_gmt` datetime NOT NULL, `comment_content` text NOT NULL, `comment_karma` int(11) DEFAULT 0 NOT NULL, `comment_approved` varchar(20) DEFAULT '1' NOT NULL, `comment_agent` varchar(255) DEFAULT '' NOT NULL, `comment_type` varchar(20) DEFAULT '' NOT NULL, `comment_parent` bigint DEFAULT 0 NOT NULL, `user_id` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
16263
+  (12.4ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
16264
+  (12.5ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
16265
+  (11.3ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
16266
+  (11.7ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
16267
+  (12.0ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
16268
+  (12.3ms) CREATE TABLE `wp_links` (`link_id` int(11) auto_increment PRIMARY KEY, `link_url` varchar(255) DEFAULT '' NOT NULL, `link_name` varchar(255) DEFAULT '' NOT NULL, `link_image` varchar(255) DEFAULT '' NOT NULL, `link_target` varchar(25) DEFAULT '' NOT NULL, `link_description` varchar(255) DEFAULT '' NOT NULL, `link_visible` varchar(20) DEFAULT 'Y' NOT NULL, `link_owner` bigint DEFAULT 1 NOT NULL, `link_rating` int(11) DEFAULT 0 NOT NULL, `link_updated` datetime NOT NULL, `link_rel` varchar(255) DEFAULT '' NOT NULL, `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) DEFAULT '' NOT NULL) ENGINE=InnoDB
16269
+  (11.5ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
16270
+  (9.7ms) CREATE TABLE `wp_options` (`option_id` int(11) auto_increment PRIMARY KEY, `option_name` varchar(64) DEFAULT '' NOT NULL, `option_value` longtext NOT NULL, `autoload` varchar(20) DEFAULT 'yes' NOT NULL) ENGINE=InnoDB
16271
+  (11.2ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
16272
+  (13.0ms) CREATE TABLE `wp_postmeta` (`meta_id` int(11) auto_increment PRIMARY KEY, `post_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
16273
+  (12.6ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
16274
+  (12.2ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
16275
+  (11.7ms) CREATE TABLE `wp_posts` (`ID` int(11) auto_increment PRIMARY KEY, `post_author` bigint DEFAULT 0 NOT NULL, `post_date` datetime NOT NULL, `post_date_gmt` datetime NOT NULL, `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) DEFAULT 'publish' NOT NULL, `comment_status` varchar(20) DEFAULT 'open' NOT NULL, `ping_status` varchar(20) DEFAULT 'open' NOT NULL, `post_password` varchar(20) DEFAULT '' NOT NULL, `post_name` varchar(200) DEFAULT '' NOT NULL, `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL, `post_modified_gmt` datetime NOT NULL, `post_content_filtered` longtext NOT NULL, `post_parent` bigint DEFAULT 0 NOT NULL, `guid` varchar(255) DEFAULT '' NOT NULL, `menu_order` int(11) DEFAULT 0 NOT NULL, `post_type` varchar(20) DEFAULT 'post' NOT NULL, `post_mime_type` varchar(100) DEFAULT '' NOT NULL, `comment_count` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
16276
+  (11.5ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
16277
+  (11.2ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
16278
+  (11.4ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
16279
+  (11.8ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
16280
+  (12.3ms) CREATE TABLE `wp_term_relationships` (`object_id` bigint DEFAULT 0 NOT NULL, `term_taxonomy_id` bigint DEFAULT 0 NOT NULL, `term_order` int(11) DEFAULT 0 NOT NULL) ENGINE=InnoDB
16281
+  (12.1ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
16282
+  (13.1ms) CREATE TABLE `wp_term_taxonomy` (`term_taxonomy_id` int(11) auto_increment PRIMARY KEY, `term_id` bigint DEFAULT 0 NOT NULL, `taxonomy` varchar(32) DEFAULT '' NOT NULL, `description` longtext NOT NULL, `parent` bigint DEFAULT 0 NOT NULL, `count` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
16283
+  (12.5ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
16284
+  (11.5ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
16285
+  (10.5ms) CREATE TABLE `wp_terms` (`term_id` int(11) auto_increment PRIMARY KEY, `name` varchar(200) DEFAULT '' NOT NULL, `slug` varchar(200) DEFAULT '' NOT NULL, `term_group` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
16286
+  (11.4ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
16287
+  (12.3ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
16288
+  (11.6ms) CREATE TABLE `wp_usermeta` (`umeta_id` int(11) auto_increment PRIMARY KEY, `user_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
16289
+  (11.7ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
16290
+  (12.4ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
16291
+  (11.3ms) CREATE TABLE `wp_users` (`ID` int(11) auto_increment PRIMARY KEY, `user_login` varchar(60) DEFAULT '' NOT NULL, `user_pass` varchar(64) DEFAULT '' NOT NULL, `user_nicename` varchar(50) DEFAULT '' NOT NULL, `user_email` varchar(100) DEFAULT '' NOT NULL, `user_url` varchar(100) DEFAULT '' NOT NULL, `user_registered` datetime NOT NULL, `user_activation_key` varchar(60) DEFAULT '' NOT NULL, `user_status` int(11) DEFAULT 0 NOT NULL, `display_name` varchar(250) DEFAULT '' NOT NULL) ENGINE=InnoDB
16292
+  (12.4ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
16293
+  (11.5ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
16294
+  (12.1ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
16295
+  (14.8ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
16296
+  (0.3ms) SELECT version FROM `schema_migrations`
16297
+  (5.2ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
16298
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
16299
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
16300
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
16301
+  (546.2ms) SELECT * FROM information_schema.tables
16302
+  (1.2ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
16303
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
16304
+  (0.1ms) BEGIN
16305
+  (0.1ms) COMMIT
16306
+  (0.1ms) BEGIN
16307
+  (0.1ms) ROLLBACK
16308
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
16309
+  (20.3ms) DROP DATABASE IF EXISTS `wp_test`
16310
+  (4.7ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
16311
+  (11.9ms) CREATE TABLE `wp_commentmeta` (`meta_id` int(11) auto_increment PRIMARY KEY, `comment_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
16312
+  (12.5ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
16313
+  (12.7ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
16314
+  (13.2ms) CREATE TABLE `wp_comments` (`comment_ID` int(11) auto_increment PRIMARY KEY, `comment_post_ID` bigint DEFAULT 0 NOT NULL, `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) DEFAULT '' NOT NULL, `comment_author_url` varchar(200) DEFAULT '' NOT NULL, `comment_author_IP` varchar(100) DEFAULT '' NOT NULL, `comment_date` datetime NOT NULL, `comment_date_gmt` datetime NOT NULL, `comment_content` text NOT NULL, `comment_karma` int(11) DEFAULT 0 NOT NULL, `comment_approved` varchar(20) DEFAULT '1' NOT NULL, `comment_agent` varchar(255) DEFAULT '' NOT NULL, `comment_type` varchar(20) DEFAULT '' NOT NULL, `comment_parent` bigint DEFAULT 0 NOT NULL, `user_id` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
16315
+  (13.0ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
16316
+  (12.3ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
16317
+  (11.5ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
16318
+  (12.4ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
16319
+  (11.8ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
16320
+  (11.5ms) CREATE TABLE `wp_links` (`link_id` int(11) auto_increment PRIMARY KEY, `link_url` varchar(255) DEFAULT '' NOT NULL, `link_name` varchar(255) DEFAULT '' NOT NULL, `link_image` varchar(255) DEFAULT '' NOT NULL, `link_target` varchar(25) DEFAULT '' NOT NULL, `link_description` varchar(255) DEFAULT '' NOT NULL, `link_visible` varchar(20) DEFAULT 'Y' NOT NULL, `link_owner` bigint DEFAULT 1 NOT NULL, `link_rating` int(11) DEFAULT 0 NOT NULL, `link_updated` datetime NOT NULL, `link_rel` varchar(255) DEFAULT '' NOT NULL, `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) DEFAULT '' NOT NULL) ENGINE=InnoDB
16321
+  (13.4ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
16322
+  (11.9ms) CREATE TABLE `wp_options` (`option_id` int(11) auto_increment PRIMARY KEY, `option_name` varchar(64) DEFAULT '' NOT NULL, `option_value` longtext NOT NULL, `autoload` varchar(20) DEFAULT 'yes' NOT NULL) ENGINE=InnoDB
16323
+  (11.8ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
16324
+  (11.6ms) CREATE TABLE `wp_postmeta` (`meta_id` int(11) auto_increment PRIMARY KEY, `post_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
16325
+  (10.6ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
16326
+  (12.3ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
16327
+  (11.6ms) CREATE TABLE `wp_posts` (`ID` int(11) auto_increment PRIMARY KEY, `post_author` bigint DEFAULT 0 NOT NULL, `post_date` datetime NOT NULL, `post_date_gmt` datetime NOT NULL, `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) DEFAULT 'publish' NOT NULL, `comment_status` varchar(20) DEFAULT 'open' NOT NULL, `ping_status` varchar(20) DEFAULT 'open' NOT NULL, `post_password` varchar(20) DEFAULT '' NOT NULL, `post_name` varchar(200) DEFAULT '' NOT NULL, `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL, `post_modified_gmt` datetime NOT NULL, `post_content_filtered` longtext NOT NULL, `post_parent` bigint DEFAULT 0 NOT NULL, `guid` varchar(255) DEFAULT '' NOT NULL, `menu_order` int(11) DEFAULT 0 NOT NULL, `post_type` varchar(20) DEFAULT 'post' NOT NULL, `post_mime_type` varchar(100) DEFAULT '' NOT NULL, `comment_count` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
16328
+  (12.1ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
16329
+  (11.4ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
16330
+  (12.9ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
16331
+  (12.2ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
16332
+  (10.7ms) CREATE TABLE `wp_term_relationships` (`object_id` bigint DEFAULT 0 NOT NULL, `term_taxonomy_id` bigint DEFAULT 0 NOT NULL, `term_order` int(11) DEFAULT 0 NOT NULL) ENGINE=InnoDB
16333
+  (12.3ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
16334
+  (11.6ms) CREATE TABLE `wp_term_taxonomy` (`term_taxonomy_id` int(11) auto_increment PRIMARY KEY, `term_id` bigint DEFAULT 0 NOT NULL, `taxonomy` varchar(32) DEFAULT '' NOT NULL, `description` longtext NOT NULL, `parent` bigint DEFAULT 0 NOT NULL, `count` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
16335
+  (12.8ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
16336
+  (11.1ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
16337
+  (12.3ms) CREATE TABLE `wp_terms` (`term_id` int(11) auto_increment PRIMARY KEY, `name` varchar(200) DEFAULT '' NOT NULL, `slug` varchar(200) DEFAULT '' NOT NULL, `term_group` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
16338
+  (11.5ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
16339
+  (13.1ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
16340
+  (12.1ms) CREATE TABLE `wp_usermeta` (`umeta_id` int(11) auto_increment PRIMARY KEY, `user_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
16341
+  (12.3ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
16342
+  (11.7ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
16343
+  (11.8ms) CREATE TABLE `wp_users` (`ID` int(11) auto_increment PRIMARY KEY, `user_login` varchar(60) DEFAULT '' NOT NULL, `user_pass` varchar(64) DEFAULT '' NOT NULL, `user_nicename` varchar(50) DEFAULT '' NOT NULL, `user_email` varchar(100) DEFAULT '' NOT NULL, `user_url` varchar(100) DEFAULT '' NOT NULL, `user_registered` datetime NOT NULL, `user_activation_key` varchar(60) DEFAULT '' NOT NULL, `user_status` int(11) DEFAULT 0 NOT NULL, `display_name` varchar(250) DEFAULT '' NOT NULL) ENGINE=InnoDB
16344
+  (12.0ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
16345
+  (12.4ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
16346
+  (11.8ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
16347
+  (14.2ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
16348
+  (0.2ms) SELECT version FROM `schema_migrations`
16349
+  (4.8ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
16350
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
16351
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
16352
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
16353
+  (352.3ms) SELECT * FROM information_schema.tables
16354
+  (1.1ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
16355
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
16356
+  (0.1ms) BEGIN
16357
+  (0.1ms) COMMIT
16358
+  (0.1ms) BEGIN
16359
+  (0.1ms) SAVEPOINT active_record_1
16360
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:19:40', 'ACTIVATIONKEY', 'DISPLAY NAME')
16361
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16362
+  (0.1ms) SAVEPOINT active_record_1
16363
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
16364
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16365
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('page', 'Page', 'Coming Soon!', '', '', '', '', 1, '2016-05-30 21:19:40', '2016-05-30 21:19:40', 'page', '2016-05-30 21:19:40', '2016-05-30 21:19:40')
16366
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16367
+  (0.1ms) SAVEPOINT active_record_1
16368
+ SQL (0.2ms) INSERT INTO `wp_postmeta` (`meta_key`, `meta_value`, `post_id`) VALUES ('foo', 'TEST', 1)
16369
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16370
+ Wordpress::Postmeta Load (0.3ms) SELECT `wp_postmeta`.* FROM `wp_postmeta` WHERE `wp_postmeta`.`post_id` = 1
16371
+  (6.3ms) ROLLBACK
16372
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`
16373
+  (23.5ms) DROP DATABASE IF EXISTS `wp_test`
16374
+  (5.4ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
16375
+  (10.8ms) CREATE TABLE `wp_commentmeta` (`meta_id` int(11) auto_increment PRIMARY KEY, `comment_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
16376
+  (12.8ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
16377
+  (12.6ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
16378
+  (11.2ms) CREATE TABLE `wp_comments` (`comment_ID` int(11) auto_increment PRIMARY KEY, `comment_post_ID` bigint DEFAULT 0 NOT NULL, `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) DEFAULT '' NOT NULL, `comment_author_url` varchar(200) DEFAULT '' NOT NULL, `comment_author_IP` varchar(100) DEFAULT '' NOT NULL, `comment_date` datetime NOT NULL, `comment_date_gmt` datetime NOT NULL, `comment_content` text NOT NULL, `comment_karma` int(11) DEFAULT 0 NOT NULL, `comment_approved` varchar(20) DEFAULT '1' NOT NULL, `comment_agent` varchar(255) DEFAULT '' NOT NULL, `comment_type` varchar(20) DEFAULT '' NOT NULL, `comment_parent` bigint DEFAULT 0 NOT NULL, `user_id` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
16379
+  (12.1ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
16380
+  (11.7ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
16381
+  (11.3ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
16382
+  (11.5ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
16383
+  (12.0ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
16384
+  (15.4ms) CREATE TABLE `wp_links` (`link_id` int(11) auto_increment PRIMARY KEY, `link_url` varchar(255) DEFAULT '' NOT NULL, `link_name` varchar(255) DEFAULT '' NOT NULL, `link_image` varchar(255) DEFAULT '' NOT NULL, `link_target` varchar(25) DEFAULT '' NOT NULL, `link_description` varchar(255) DEFAULT '' NOT NULL, `link_visible` varchar(20) DEFAULT 'Y' NOT NULL, `link_owner` bigint DEFAULT 1 NOT NULL, `link_rating` int(11) DEFAULT 0 NOT NULL, `link_updated` datetime NOT NULL, `link_rel` varchar(255) DEFAULT '' NOT NULL, `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) DEFAULT '' NOT NULL) ENGINE=InnoDB
16385
+  (11.5ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
16386
+  (12.7ms) CREATE TABLE `wp_options` (`option_id` int(11) auto_increment PRIMARY KEY, `option_name` varchar(64) DEFAULT '' NOT NULL, `option_value` longtext NOT NULL, `autoload` varchar(20) DEFAULT 'yes' NOT NULL) ENGINE=InnoDB
16387
+  (12.3ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
16388
+  (10.9ms) CREATE TABLE `wp_postmeta` (`meta_id` int(11) auto_increment PRIMARY KEY, `post_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
16389
+  (10.9ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
16390
+  (12.4ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
16391
+  (10.9ms) CREATE TABLE `wp_posts` (`ID` int(11) auto_increment PRIMARY KEY, `post_author` bigint DEFAULT 0 NOT NULL, `post_date` datetime NOT NULL, `post_date_gmt` datetime NOT NULL, `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) DEFAULT 'publish' NOT NULL, `comment_status` varchar(20) DEFAULT 'open' NOT NULL, `ping_status` varchar(20) DEFAULT 'open' NOT NULL, `post_password` varchar(20) DEFAULT '' NOT NULL, `post_name` varchar(200) DEFAULT '' NOT NULL, `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL, `post_modified_gmt` datetime NOT NULL, `post_content_filtered` longtext NOT NULL, `post_parent` bigint DEFAULT 0 NOT NULL, `guid` varchar(255) DEFAULT '' NOT NULL, `menu_order` int(11) DEFAULT 0 NOT NULL, `post_type` varchar(20) DEFAULT 'post' NOT NULL, `post_mime_type` varchar(100) DEFAULT '' NOT NULL, `comment_count` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
16392
+  (11.2ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
16393
+  (25.4ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
16394
+  (23.0ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
16395
+  (22.4ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
16396
+  (22.5ms) CREATE TABLE `wp_term_relationships` (`object_id` bigint DEFAULT 0 NOT NULL, `term_taxonomy_id` bigint DEFAULT 0 NOT NULL, `term_order` int(11) DEFAULT 0 NOT NULL) ENGINE=InnoDB
16397
+  (21.6ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
16398
+  (22.0ms) CREATE TABLE `wp_term_taxonomy` (`term_taxonomy_id` int(11) auto_increment PRIMARY KEY, `term_id` bigint DEFAULT 0 NOT NULL, `taxonomy` varchar(32) DEFAULT '' NOT NULL, `description` longtext NOT NULL, `parent` bigint DEFAULT 0 NOT NULL, `count` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
16399
+  (23.4ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
16400
+  (22.8ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
16401
+  (21.9ms) CREATE TABLE `wp_terms` (`term_id` int(11) auto_increment PRIMARY KEY, `name` varchar(200) DEFAULT '' NOT NULL, `slug` varchar(200) DEFAULT '' NOT NULL, `term_group` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
16402
+  (23.3ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
16403
+  (23.1ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
16404
+  (22.3ms) CREATE TABLE `wp_usermeta` (`umeta_id` int(11) auto_increment PRIMARY KEY, `user_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
16405
+  (22.2ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
16406
+  (22.7ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
16407
+  (22.2ms) CREATE TABLE `wp_users` (`ID` int(11) auto_increment PRIMARY KEY, `user_login` varchar(60) DEFAULT '' NOT NULL, `user_pass` varchar(64) DEFAULT '' NOT NULL, `user_nicename` varchar(50) DEFAULT '' NOT NULL, `user_email` varchar(100) DEFAULT '' NOT NULL, `user_url` varchar(100) DEFAULT '' NOT NULL, `user_registered` datetime NOT NULL, `user_activation_key` varchar(60) DEFAULT '' NOT NULL, `user_status` int(11) DEFAULT 0 NOT NULL, `display_name` varchar(250) DEFAULT '' NOT NULL) ENGINE=InnoDB
16408
+  (22.9ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
16409
+  (22.6ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
16410
+  (23.0ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
16411
+  (24.8ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
16412
+  (0.2ms) SELECT version FROM `schema_migrations`
16413
+  (10.3ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
16414
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
16415
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
16416
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
16417
+  (362.5ms) SELECT * FROM information_schema.tables
16418
+  (1.2ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
16419
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
16420
+  (0.1ms) BEGIN
16421
+  (0.1ms) COMMIT
16422
+  (0.1ms) BEGIN
16423
+  (0.1ms) SAVEPOINT active_record_1
16424
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:21:35', 'ACTIVATIONKEY', 'DISPLAY NAME')
16425
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16426
+  (0.1ms) SAVEPOINT active_record_1
16427
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
16428
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16429
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('page', 'Page', 'Coming Soon!', '', '', '', '', 1, '2016-05-30 21:21:35', '2016-05-30 21:21:35', 'page', '2016-05-30 21:21:35', '2016-05-30 21:21:35')
16430
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16431
+  (0.1ms) SAVEPOINT active_record_1
16432
+ SQL (0.2ms) INSERT INTO `wp_postmeta` (`meta_key`, `meta_value`, `post_id`) VALUES ('foo', 'TEST', 1)
16433
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16434
+ Wordpress::Postmeta Load (0.2ms) SELECT `wp_postmeta`.* FROM `wp_postmeta` WHERE `wp_postmeta`.`post_id` = 1
16435
+  (0.5ms) ROLLBACK
16436
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
16437
+  (19.0ms) DROP DATABASE IF EXISTS `wp_test`
16438
+  (4.2ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
16439
+  (11.7ms) CREATE TABLE `wp_commentmeta` (`meta_id` int(11) auto_increment PRIMARY KEY, `comment_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
16440
+  (11.9ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
16441
+  (12.8ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
16442
+  (13.0ms) CREATE TABLE `wp_comments` (`comment_ID` int(11) auto_increment PRIMARY KEY, `comment_post_ID` bigint DEFAULT 0 NOT NULL, `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) DEFAULT '' NOT NULL, `comment_author_url` varchar(200) DEFAULT '' NOT NULL, `comment_author_IP` varchar(100) DEFAULT '' NOT NULL, `comment_date` datetime NOT NULL, `comment_date_gmt` datetime NOT NULL, `comment_content` text NOT NULL, `comment_karma` int(11) DEFAULT 0 NOT NULL, `comment_approved` varchar(20) DEFAULT '1' NOT NULL, `comment_agent` varchar(255) DEFAULT '' NOT NULL, `comment_type` varchar(20) DEFAULT '' NOT NULL, `comment_parent` bigint DEFAULT 0 NOT NULL, `user_id` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
16443
+  (12.4ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
16444
+  (12.5ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
16445
+  (12.8ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
16446
+  (12.4ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
16447
+  (12.1ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
16448
+  (11.3ms) CREATE TABLE `wp_links` (`link_id` int(11) auto_increment PRIMARY KEY, `link_url` varchar(255) DEFAULT '' NOT NULL, `link_name` varchar(255) DEFAULT '' NOT NULL, `link_image` varchar(255) DEFAULT '' NOT NULL, `link_target` varchar(25) DEFAULT '' NOT NULL, `link_description` varchar(255) DEFAULT '' NOT NULL, `link_visible` varchar(20) DEFAULT 'Y' NOT NULL, `link_owner` bigint DEFAULT 1 NOT NULL, `link_rating` int(11) DEFAULT 0 NOT NULL, `link_updated` datetime NOT NULL, `link_rel` varchar(255) DEFAULT '' NOT NULL, `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) DEFAULT '' NOT NULL) ENGINE=InnoDB
16449
+  (12.3ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
16450
+  (12.1ms) CREATE TABLE `wp_options` (`option_id` int(11) auto_increment PRIMARY KEY, `option_name` varchar(64) DEFAULT '' NOT NULL, `option_value` longtext NOT NULL, `autoload` varchar(20) DEFAULT 'yes' NOT NULL) ENGINE=InnoDB
16451
+  (12.0ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
16452
+  (11.2ms) CREATE TABLE `wp_postmeta` (`meta_id` int(11) auto_increment PRIMARY KEY, `post_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
16453
+  (12.5ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
16454
+  (12.0ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
16455
+  (12.3ms) CREATE TABLE `wp_posts` (`ID` int(11) auto_increment PRIMARY KEY, `post_author` bigint DEFAULT 0 NOT NULL, `post_date` datetime NOT NULL, `post_date_gmt` datetime NOT NULL, `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) DEFAULT 'publish' NOT NULL, `comment_status` varchar(20) DEFAULT 'open' NOT NULL, `ping_status` varchar(20) DEFAULT 'open' NOT NULL, `post_password` varchar(20) DEFAULT '' NOT NULL, `post_name` varchar(200) DEFAULT '' NOT NULL, `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL, `post_modified_gmt` datetime NOT NULL, `post_content_filtered` longtext NOT NULL, `post_parent` bigint DEFAULT 0 NOT NULL, `guid` varchar(255) DEFAULT '' NOT NULL, `menu_order` int(11) DEFAULT 0 NOT NULL, `post_type` varchar(20) DEFAULT 'post' NOT NULL, `post_mime_type` varchar(100) DEFAULT '' NOT NULL, `comment_count` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
16456
+  (12.1ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
16457
+  (12.1ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
16458
+  (11.3ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
16459
+  (12.1ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
16460
+  (11.7ms) CREATE TABLE `wp_term_relationships` (`object_id` bigint DEFAULT 0 NOT NULL, `term_taxonomy_id` bigint DEFAULT 0 NOT NULL, `term_order` int(11) DEFAULT 0 NOT NULL) ENGINE=InnoDB
16461
+  (11.9ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
16462
+  (13.1ms) CREATE TABLE `wp_term_taxonomy` (`term_taxonomy_id` int(11) auto_increment PRIMARY KEY, `term_id` bigint DEFAULT 0 NOT NULL, `taxonomy` varchar(32) DEFAULT '' NOT NULL, `description` longtext NOT NULL, `parent` bigint DEFAULT 0 NOT NULL, `count` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
16463
+  (11.8ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
16464
+  (12.2ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
16465
+  (11.4ms) CREATE TABLE `wp_terms` (`term_id` int(11) auto_increment PRIMARY KEY, `name` varchar(200) DEFAULT '' NOT NULL, `slug` varchar(200) DEFAULT '' NOT NULL, `term_group` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
16466
+  (11.6ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
16467
+  (11.4ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
16468
+  (12.3ms) CREATE TABLE `wp_usermeta` (`umeta_id` int(11) auto_increment PRIMARY KEY, `user_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
16469
+  (11.6ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
16470
+  (12.0ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
16471
+  (11.0ms) CREATE TABLE `wp_users` (`ID` int(11) auto_increment PRIMARY KEY, `user_login` varchar(60) DEFAULT '' NOT NULL, `user_pass` varchar(64) DEFAULT '' NOT NULL, `user_nicename` varchar(50) DEFAULT '' NOT NULL, `user_email` varchar(100) DEFAULT '' NOT NULL, `user_url` varchar(100) DEFAULT '' NOT NULL, `user_registered` datetime NOT NULL, `user_activation_key` varchar(60) DEFAULT '' NOT NULL, `user_status` int(11) DEFAULT 0 NOT NULL, `display_name` varchar(250) DEFAULT '' NOT NULL) ENGINE=InnoDB
16472
+  (11.1ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
16473
+  (13.0ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
16474
+  (12.5ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
16475
+  (14.3ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
16476
+  (0.2ms) SELECT version FROM `schema_migrations`
16477
+  (4.9ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
16478
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
16479
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
16480
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
16481
+  (348.7ms) SELECT * FROM information_schema.tables
16482
+  (1.1ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
16483
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
16484
+  (0.1ms) BEGIN
16485
+  (0.1ms) COMMIT
16486
+  (0.0ms) BEGIN
16487
+  (0.1ms) SAVEPOINT active_record_1
16488
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:22:12', 'ACTIVATIONKEY', 'DISPLAY NAME')
16489
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16490
+  (0.1ms) SAVEPOINT active_record_1
16491
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
16492
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16493
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('page', 'Page', 'Coming Soon!', '', '', '', '', 1, '2016-05-30 21:22:12', '2016-05-30 21:22:12', 'page', '2016-05-30 21:22:12', '2016-05-30 21:22:12')
16494
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16495
+  (1.4ms) ROLLBACK
16496
+  (0.1ms) BEGIN
16497
+  (0.1ms) COMMIT
16498
+  (0.1ms) BEGIN
16499
+  (0.1ms) SAVEPOINT active_record_1
16500
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:22:12', 'ACTIVATIONKEY', 'DISPLAY NAME')
16501
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16502
+  (0.1ms) SAVEPOINT active_record_1
16503
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
16504
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16505
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('page', 'Page', 'Coming Soon!', '', '', '', '', 2, '2016-05-30 21:22:12', '2016-05-30 21:22:12', 'page', '2016-05-30 21:22:12', '2016-05-30 21:22:12')
16506
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16507
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_terms`.`name` = 'foo' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
16508
+  (0.1ms) SAVEPOINT active_record_1
16509
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
16510
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo', 'foo')
16511
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16512
+  (0.1ms) SAVEPOINT active_record_1
16513
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 1, '')
16514
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16515
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_terms`.`name` = 'bar' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
16516
+  (0.1ms) SAVEPOINT active_record_1
16517
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
16518
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('bar', 'bar')
16519
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16520
+  (0.1ms) SAVEPOINT active_record_1
16521
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 2, '')
16522
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16523
+ Wordpress::PostTag Exists (0.3ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 2 AND `wp_term_taxonomy`.`term_taxonomy_id` = 1 LIMIT 1
16524
+ Wordpress::PostTag Exists (0.2ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 2 AND `wp_term_taxonomy`.`term_taxonomy_id` = 2 LIMIT 1
16525
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 2
16526
+  (0.1ms) SAVEPOINT active_record_1
16527
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:22:12', `post_modified_gmt` = '2016-05-30 21:22:12' WHERE `wp_posts`.`ID` = 2
16528
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (1, 2)
16529
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 1
16530
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (2, 2)
16531
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 2
16532
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16533
+  (0.6ms) SELECT COUNT(*) FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 2
16534
+  (0.4ms) ROLLBACK
16535
+  (0.1ms) BEGIN
16536
+  (0.1ms) COMMIT
16537
+  (0.1ms) BEGIN
16538
+  (0.2ms) SAVEPOINT active_record_1
16539
+ SQL (0.4ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:22:12', 'ACTIVATIONKEY', 'DISPLAY NAME')
16540
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16541
+  (0.1ms) SAVEPOINT active_record_1
16542
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
16543
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16544
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('page', 'Page', 'Coming Soon!', '', '', '', '', 3, '2016-05-30 21:22:12', '2016-05-30 21:22:12', 'page', '2016-05-30 21:22:12', '2016-05-30 21:22:12')
16545
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16546
+  (0.1ms) SAVEPOINT active_record_1
16547
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
16548
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo73', 'foo73')
16549
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16550
+  (0.1ms) SAVEPOINT active_record_1
16551
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes foo73', 3)
16552
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16553
+  (0.1ms) SAVEPOINT active_record_1
16554
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (3, 3)
16555
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 3
16556
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16557
+  (0.3ms) SELECT COUNT(*) FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 3
16558
+  (0.1ms) SELECT COUNT(*) FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 3
16559
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 3 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
16560
+  (0.3ms) ROLLBACK
16561
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
16562
+  (21.4ms) DROP DATABASE IF EXISTS `wp_test`
16563
+  (5.5ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
16564
+  (11.9ms) CREATE TABLE `wp_commentmeta` (`meta_id` int(11) auto_increment PRIMARY KEY, `comment_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
16565
+  (12.5ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
16566
+  (12.1ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
16567
+  (12.0ms) CREATE TABLE `wp_comments` (`comment_ID` int(11) auto_increment PRIMARY KEY, `comment_post_ID` bigint DEFAULT 0 NOT NULL, `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) DEFAULT '' NOT NULL, `comment_author_url` varchar(200) DEFAULT '' NOT NULL, `comment_author_IP` varchar(100) DEFAULT '' NOT NULL, `comment_date` datetime NOT NULL, `comment_date_gmt` datetime NOT NULL, `comment_content` text NOT NULL, `comment_karma` int(11) DEFAULT 0 NOT NULL, `comment_approved` varchar(20) DEFAULT '1' NOT NULL, `comment_agent` varchar(255) DEFAULT '' NOT NULL, `comment_type` varchar(20) DEFAULT '' NOT NULL, `comment_parent` bigint DEFAULT 0 NOT NULL, `user_id` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
16568
+  (11.9ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
16569
+  (12.2ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
16570
+  (11.4ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
16571
+  (12.0ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
16572
+  (12.5ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
16573
+  (11.3ms) CREATE TABLE `wp_links` (`link_id` int(11) auto_increment PRIMARY KEY, `link_url` varchar(255) DEFAULT '' NOT NULL, `link_name` varchar(255) DEFAULT '' NOT NULL, `link_image` varchar(255) DEFAULT '' NOT NULL, `link_target` varchar(25) DEFAULT '' NOT NULL, `link_description` varchar(255) DEFAULT '' NOT NULL, `link_visible` varchar(20) DEFAULT 'Y' NOT NULL, `link_owner` bigint DEFAULT 1 NOT NULL, `link_rating` int(11) DEFAULT 0 NOT NULL, `link_updated` datetime NOT NULL, `link_rel` varchar(255) DEFAULT '' NOT NULL, `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) DEFAULT '' NOT NULL) ENGINE=InnoDB
16574
+  (12.4ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
16575
+  (11.2ms) CREATE TABLE `wp_options` (`option_id` int(11) auto_increment PRIMARY KEY, `option_name` varchar(64) DEFAULT '' NOT NULL, `option_value` longtext NOT NULL, `autoload` varchar(20) DEFAULT 'yes' NOT NULL) ENGINE=InnoDB
16576
+  (12.6ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
16577
+  (10.7ms) CREATE TABLE `wp_postmeta` (`meta_id` int(11) auto_increment PRIMARY KEY, `post_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
16578
+  (12.0ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
16579
+  (11.0ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
16580
+  (11.9ms) CREATE TABLE `wp_posts` (`ID` int(11) auto_increment PRIMARY KEY, `post_author` bigint DEFAULT 0 NOT NULL, `post_date` datetime NOT NULL, `post_date_gmt` datetime NOT NULL, `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) DEFAULT 'publish' NOT NULL, `comment_status` varchar(20) DEFAULT 'open' NOT NULL, `ping_status` varchar(20) DEFAULT 'open' NOT NULL, `post_password` varchar(20) DEFAULT '' NOT NULL, `post_name` varchar(200) DEFAULT '' NOT NULL, `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL, `post_modified_gmt` datetime NOT NULL, `post_content_filtered` longtext NOT NULL, `post_parent` bigint DEFAULT 0 NOT NULL, `guid` varchar(255) DEFAULT '' NOT NULL, `menu_order` int(11) DEFAULT 0 NOT NULL, `post_type` varchar(20) DEFAULT 'post' NOT NULL, `post_mime_type` varchar(100) DEFAULT '' NOT NULL, `comment_count` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
16581
+  (12.2ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
16582
+  (12.1ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
16583
+  (11.6ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
16584
+  (11.4ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
16585
+  (11.4ms) CREATE TABLE `wp_term_relationships` (`object_id` bigint DEFAULT 0 NOT NULL, `term_taxonomy_id` bigint DEFAULT 0 NOT NULL, `term_order` int(11) DEFAULT 0 NOT NULL) ENGINE=InnoDB
16586
+  (11.9ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
16587
+  (11.1ms) CREATE TABLE `wp_term_taxonomy` (`term_taxonomy_id` int(11) auto_increment PRIMARY KEY, `term_id` bigint DEFAULT 0 NOT NULL, `taxonomy` varchar(32) DEFAULT '' NOT NULL, `description` longtext NOT NULL, `parent` bigint DEFAULT 0 NOT NULL, `count` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
16588
+  (12.1ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
16589
+  (12.8ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
16590
+  (12.0ms) CREATE TABLE `wp_terms` (`term_id` int(11) auto_increment PRIMARY KEY, `name` varchar(200) DEFAULT '' NOT NULL, `slug` varchar(200) DEFAULT '' NOT NULL, `term_group` bigint DEFAULT 0 NOT NULL) ENGINE=InnoDB
16591
+  (11.9ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
16592
+  (12.9ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
16593
+  (12.4ms) CREATE TABLE `wp_usermeta` (`umeta_id` int(11) auto_increment PRIMARY KEY, `user_id` bigint DEFAULT 0 NOT NULL, `meta_key` varchar(255), `meta_value` longtext) ENGINE=InnoDB
16594
+  (12.9ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
16595
+  (12.0ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
16596
+  (11.4ms) CREATE TABLE `wp_users` (`ID` int(11) auto_increment PRIMARY KEY, `user_login` varchar(60) DEFAULT '' NOT NULL, `user_pass` varchar(64) DEFAULT '' NOT NULL, `user_nicename` varchar(50) DEFAULT '' NOT NULL, `user_email` varchar(100) DEFAULT '' NOT NULL, `user_url` varchar(100) DEFAULT '' NOT NULL, `user_registered` datetime NOT NULL, `user_activation_key` varchar(60) DEFAULT '' NOT NULL, `user_status` int(11) DEFAULT 0 NOT NULL, `display_name` varchar(250) DEFAULT '' NOT NULL) ENGINE=InnoDB
16597
+  (11.7ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
16598
+  (12.2ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
16599
+  (13.1ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
16600
+  (14.5ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
16601
+  (0.2ms) SELECT version FROM `schema_migrations`
16602
+  (5.4ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
16603
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
16604
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
16605
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
16606
+  (378.6ms) SELECT * FROM information_schema.tables
16607
+  (1.1ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
16608
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
16609
+  (0.1ms) BEGIN
16610
+  (0.1ms) COMMIT
16611
+  (0.1ms) BEGIN
16612
+  (0.1ms) SAVEPOINT active_record_1
16613
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
16614
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16615
+  (0.1ms) SAVEPOINT active_record_1
16616
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
16617
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16618
+ SQL (0.3ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 1, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'test', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
16619
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16620
+  (0.2ms) SAVEPOINT active_record_1
16621
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
16622
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
16623
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16624
+  (0.1ms) SAVEPOINT active_record_1
16625
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Foo', 1)
16626
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16627
+  (0.1ms) SAVEPOINT active_record_1
16628
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (1, 1)
16629
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 1
16630
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16631
+  (0.1ms) SAVEPOINT active_record_1
16632
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
16633
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
16634
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16635
+  (0.1ms) SAVEPOINT active_record_1
16636
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Bar', 2)
16637
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16638
+  (0.1ms) SAVEPOINT active_record_1
16639
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (1, 2)
16640
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 2
16641
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16642
+ Wordpress::PostTag Load (0.4ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 1 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
16643
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 1
16644
+  (0.4ms) ROLLBACK
16645
+  (0.1ms) BEGIN
16646
+  (0.1ms) COMMIT
16647
+  (0.1ms) BEGIN
16648
+  (0.1ms) SAVEPOINT active_record_1
16649
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
16650
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16651
+  (0.1ms) SAVEPOINT active_record_1
16652
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
16653
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16654
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 2, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'test', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
16655
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16656
+  (0.1ms) SAVEPOINT active_record_1
16657
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
16658
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
16659
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16660
+  (0.1ms) SAVEPOINT active_record_1
16661
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Foo', 3)
16662
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16663
+  (0.1ms) SAVEPOINT active_record_1
16664
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (2, 3)
16665
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 3
16666
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16667
+  (0.1ms) SAVEPOINT active_record_1
16668
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
16669
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
16670
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16671
+  (0.1ms) SAVEPOINT active_record_1
16672
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Bar', 4)
16673
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16674
+  (0.1ms) SAVEPOINT active_record_1
16675
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (2, 4)
16676
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 4
16677
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16678
+ Wordpress::PostTag Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 2 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
16679
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 2
16680
+  (0.2ms) SAVEPOINT active_record_1
16681
+ Wordpress::Relationship Load (0.1ms) SELECT `wp_term_relationships`.* FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 2 AND `wp_term_relationships`.`term_taxonomy_id` IN (3, 4)
16682
+ Wordpress::Taxonomy Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 3 LIMIT 1
16683
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 0 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 3
16684
+ Wordpress::Taxonomy Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 4 LIMIT 1
16685
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 0 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 4
16686
+ SQL (0.1ms) DELETE FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 2 AND `wp_term_relationships`.`term_taxonomy_id` IN (3, 4)
16687
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16688
+ Wordpress::PostTag Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_taxonomy`.`term_taxonomy_id` = 3 LIMIT 1
16689
+ Wordpress::PostTag Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_taxonomy`.`term_taxonomy_id` = 4 LIMIT 1
16690
+  (0.5ms) ROLLBACK
16691
+  (0.1ms) BEGIN
16692
+  (0.1ms) COMMIT
16693
+  (0.1ms) BEGIN
16694
+  (0.1ms) SAVEPOINT active_record_1
16695
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
16696
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16697
+  (0.1ms) SAVEPOINT active_record_1
16698
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
16699
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16700
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 3, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'test', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
16701
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16702
+  (0.1ms) SAVEPOINT active_record_1
16703
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
16704
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
16705
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16706
+  (0.1ms) SAVEPOINT active_record_1
16707
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Foo', 5)
16708
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16709
+  (0.1ms) SAVEPOINT active_record_1
16710
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (3, 5)
16711
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 5
16712
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16713
+  (0.1ms) SAVEPOINT active_record_1
16714
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
16715
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
16716
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16717
+  (0.1ms) SAVEPOINT active_record_1
16718
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Bar', 6)
16719
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16720
+  (0.1ms) SAVEPOINT active_record_1
16721
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (3, 6)
16722
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 6
16723
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16724
+ Wordpress::PostTag Load (0.4ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 3 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
16725
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 3
16726
+  (0.1ms) SAVEPOINT active_record_1
16727
+ Wordpress::Relationship Load (0.1ms) SELECT `wp_term_relationships`.* FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 3 AND `wp_term_relationships`.`term_taxonomy_id` IN (5, 6)
16728
+ Wordpress::Taxonomy Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 5 LIMIT 1
16729
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 0 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 5
16730
+ Wordpress::Taxonomy Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 6 LIMIT 1
16731
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 0 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 6
16732
+ SQL (0.1ms) DELETE FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 3 AND `wp_term_relationships`.`term_taxonomy_id` IN (5, 6)
16733
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 3
16734
+ SQL (0.2ms) DELETE FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 3
16735
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16736
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_taxonomy`.`term_taxonomy_id` = 5 LIMIT 1
16737
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_taxonomy`.`term_taxonomy_id` = 6 LIMIT 1
16738
+  (0.3ms) ROLLBACK
16739
+  (0.1ms) BEGIN
16740
+  (0.1ms) COMMIT
16741
+  (0.1ms) BEGIN
16742
+  (0.1ms) SAVEPOINT active_record_1
16743
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
16744
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16745
+  (0.1ms) SAVEPOINT active_record_1
16746
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
16747
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16748
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 4, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'test', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
16749
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16750
+  (0.1ms) SAVEPOINT active_record_1
16751
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
16752
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
16753
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16754
+  (0.1ms) SAVEPOINT active_record_1
16755
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Foo', 7)
16756
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16757
+  (0.1ms) SAVEPOINT active_record_1
16758
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (4, 7)
16759
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 7
16760
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16761
+  (0.1ms) SAVEPOINT active_record_1
16762
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
16763
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
16764
+  (0.2ms) RELEASE SAVEPOINT active_record_1
16765
+  (0.1ms) SAVEPOINT active_record_1
16766
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Bar', 8)
16767
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16768
+  (0.1ms) SAVEPOINT active_record_1
16769
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (4, 8)
16770
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 8
16771
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16772
+  (0.2ms) SELECT COUNT(*) FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 4
16773
+  (0.3ms) ROLLBACK
16774
+  (0.1ms) BEGIN
16775
+  (0.1ms) COMMIT
16776
+  (0.0ms) BEGIN
16777
+  (0.1ms) ROLLBACK
16778
+  (0.1ms) BEGIN
16779
+  (0.1ms) COMMIT
16780
+  (0.1ms) BEGIN
16781
+  (0.1ms) ROLLBACK
16782
+  (0.1ms) BEGIN
16783
+  (0.1ms) COMMIT
16784
+  (0.1ms) BEGIN
16785
+  (0.1ms) SAVEPOINT active_record_1
16786
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
16787
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16788
+  (0.1ms) SAVEPOINT active_record_1
16789
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
16790
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16791
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('page', 'Page', 'Coming Soon!', '', '', '', '', 5, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'page', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
16792
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16793
+  (0.4ms) ROLLBACK
16794
+  (0.1ms) BEGIN
16795
+  (0.1ms) COMMIT
16796
+  (0.1ms) BEGIN
16797
+  (0.1ms) SAVEPOINT active_record_1
16798
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
16799
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16800
+  (0.1ms) SAVEPOINT active_record_1
16801
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
16802
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16803
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('page', 'Page', 'Coming Soon!', '', '', '', '', 6, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'page', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
16804
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16805
+ Wordpress::PostTag Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_terms`.`name` = 'foo' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
16806
+  (0.1ms) SAVEPOINT active_record_1
16807
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
16808
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo', 'foo')
16809
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16810
+  (0.1ms) SAVEPOINT active_record_1
16811
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 9, '')
16812
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16813
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_terms`.`name` = 'bar' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
16814
+  (0.1ms) SAVEPOINT active_record_1
16815
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
16816
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('bar', 'bar')
16817
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16818
+  (0.1ms) SAVEPOINT active_record_1
16819
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 10, '')
16820
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16821
+ Wordpress::PostTag Exists (0.3ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 6 AND `wp_term_taxonomy`.`term_taxonomy_id` = 9 LIMIT 1
16822
+ Wordpress::PostTag Exists (0.3ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 6 AND `wp_term_taxonomy`.`term_taxonomy_id` = 10 LIMIT 1
16823
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 6
16824
+  (0.1ms) SAVEPOINT active_record_1
16825
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:56', `post_modified_gmt` = '2016-05-30 21:29:56' WHERE `wp_posts`.`ID` = 6
16826
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (9, 6)
16827
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 9
16828
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (10, 6)
16829
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 10
16830
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16831
+  (0.2ms) SELECT COUNT(*) FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 6
16832
+  (0.3ms) ROLLBACK
16833
+  (0.1ms) BEGIN
16834
+  (0.1ms) COMMIT
16835
+  (0.1ms) BEGIN
16836
+  (0.1ms) SAVEPOINT active_record_1
16837
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
16838
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16839
+  (0.1ms) SAVEPOINT active_record_1
16840
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
16841
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16842
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('page', 'Page', 'Coming Soon!', '', '', '', '', 7, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'page', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
16843
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16844
+  (0.1ms) SAVEPOINT active_record_1
16845
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
16846
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo58', 'foo58')
16847
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16848
+  (0.1ms) SAVEPOINT active_record_1
16849
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes foo58', 11)
16850
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16851
+  (0.1ms) SAVEPOINT active_record_1
16852
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (7, 11)
16853
+ SQL (0.3ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 11
16854
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16855
+  (0.2ms) SELECT COUNT(*) FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 7
16856
+  (0.1ms) SELECT COUNT(*) FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 7
16857
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 7 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
16858
+  (0.3ms) ROLLBACK
16859
+  (0.1ms) BEGIN
16860
+  (0.1ms) COMMIT
16861
+  (0.1ms) BEGIN
16862
+  (0.1ms) SAVEPOINT active_record_1
16863
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
16864
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16865
+  (0.1ms) SAVEPOINT active_record_1
16866
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
16867
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16868
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 8, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'test', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
16869
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16870
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 8 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
16871
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 8 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
16872
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 8 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
16873
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 8
16874
+  (0.4ms) ROLLBACK
16875
+  (0.1ms) BEGIN
16876
+  (0.1ms) COMMIT
16877
+  (0.1ms) BEGIN
16878
+  (0.1ms) SAVEPOINT active_record_1
16879
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
16880
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16881
+  (0.1ms) SAVEPOINT active_record_1
16882
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
16883
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16884
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 9, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'test', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
16885
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16886
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 9 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
16887
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 9 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
16888
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 9 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
16889
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 9
16890
+  (0.3ms) ROLLBACK
16891
+  (0.1ms) BEGIN
16892
+  (0.1ms) COMMIT
16893
+  (0.1ms) BEGIN
16894
+  (0.1ms) SAVEPOINT active_record_1
16895
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
16896
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16897
+  (0.1ms) SAVEPOINT active_record_1
16898
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
16899
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16900
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 10, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'test', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
16901
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16902
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 10 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
16903
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 10 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
16904
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 10 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
16905
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 10
16906
+  (0.1ms) SAVEPOINT active_record_1
16907
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 10 LIMIT 1
16908
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 10 LIMIT 1
16909
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 10, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'CONTENT', 'Test', 'EXCERPT', 'inherit', '10-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 21:29:56', '2016-05-30 21:29:56', '', '7473951a-8a55-4b70-9f5f-a0cfdd5b90e2', 10)
16910
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 10
16911
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 10
16912
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:56', `post_modified_gmt` = '2016-05-30 21:29:56' WHERE `wp_posts`.`ID` = 10
16913
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
16914
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16915
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 10
16916
+  (0.4ms) ROLLBACK
16917
+  (0.1ms) BEGIN
16918
+  (0.1ms) COMMIT
16919
+  (0.1ms) BEGIN
16920
+  (0.1ms) SAVEPOINT active_record_1
16921
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
16922
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16923
+  (0.1ms) SAVEPOINT active_record_1
16924
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
16925
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16926
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 11, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'test', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
16927
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16928
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 12 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
16929
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 12 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
16930
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 12 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
16931
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 12
16932
+  (0.1ms) SAVEPOINT active_record_1
16933
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 12 LIMIT 1
16934
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 11 LIMIT 1
16935
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 11, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'CONTENT', 'Test', 'EXCERPT', 'inherit', '12-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 21:29:56', '2016-05-30 21:29:56', '', '512c9f5e-9854-4d4b-8ea6-d170887715c1', 12)
16936
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 12
16937
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 12
16938
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:56', `post_modified_gmt` = '2016-05-30 21:29:56' WHERE `wp_posts`.`ID` = 12
16939
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
16940
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16941
+  (0.4ms) ROLLBACK
16942
+  (0.1ms) BEGIN
16943
+  (0.1ms) COMMIT
16944
+  (0.1ms) BEGIN
16945
+  (0.1ms) SAVEPOINT active_record_1
16946
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
16947
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16948
+  (0.1ms) SAVEPOINT active_record_1
16949
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
16950
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16951
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 12, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'test', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
16952
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16953
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 14 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
16954
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 14 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
16955
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 14 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
16956
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 14
16957
+  (0.1ms) SAVEPOINT active_record_1
16958
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 14 LIMIT 1
16959
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 12 LIMIT 1
16960
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 12, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '14-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 21:29:56', '2016-05-30 21:29:56', '', '6b4403ad-b1d3-45f4-85d3-54f72097af3f', 14)
16961
+ Wordpress::PostTag Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 14
16962
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 14
16963
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:56', `post_modified_gmt` = '2016-05-30 21:29:56' WHERE `wp_posts`.`ID` = 14
16964
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
16965
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16966
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 14 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
16967
+  (0.5ms) ROLLBACK
16968
+  (0.1ms) BEGIN
16969
+  (0.1ms) COMMIT
16970
+  (0.1ms) BEGIN
16971
+  (0.1ms) SAVEPOINT active_record_1
16972
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
16973
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16974
+  (0.1ms) SAVEPOINT active_record_1
16975
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
16976
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
16977
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 13, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'test', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
16978
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16979
+  (0.1ms) SAVEPOINT active_record_1
16980
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_date` = '2009-01-01 00:00:00', `post_modified` = '2010-01-01 00:00:00', `post_modified_gmt` = '2010-01-01 00:00:00' WHERE `wp_posts`.`ID` = 16
16981
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16982
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 16 LIMIT 1
16983
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
16984
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 16 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
16985
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 16 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
16986
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 16 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
16987
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 16
16988
+  (0.1ms) SAVEPOINT active_record_1
16989
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 16 LIMIT 1
16990
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 13 LIMIT 1
16991
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 13, '2009-01-01 00:00:00', '2016-05-30 21:29:56', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '16-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 21:29:56', '2016-05-30 21:29:56', '', '0f335b34-a5ff-4b94-bec1-c308b3070163', 16)
16992
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 16
16993
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 16
16994
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:56', `post_modified_gmt` = '2016-05-30 21:29:56' WHERE `wp_posts`.`ID` = 16
16995
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
16996
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16997
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 16 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
16998
+  (0.3ms) ROLLBACK
16999
+  (0.1ms) BEGIN
17000
+  (0.1ms) COMMIT
17001
+  (0.1ms) BEGIN
17002
+  (0.1ms) SAVEPOINT active_record_1
17003
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
17004
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17005
+  (0.1ms) SAVEPOINT active_record_1
17006
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17007
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17008
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 14, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'test', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
17009
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17010
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 18 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17011
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 18 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17012
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 18
17013
+  (0.1ms) SAVEPOINT active_record_1
17014
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 18 LIMIT 1
17015
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 14 LIMIT 1
17016
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 14, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '18-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 21:29:56', '2016-05-30 21:29:56', '', '1ae00261-5189-4d0a-bb71-a531235629b6', 18)
17017
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 18
17018
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 18
17019
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:56', `post_modified_gmt` = '2016-05-30 21:29:56' WHERE `wp_posts`.`ID` = 18
17020
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17021
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17022
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 18 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17023
+  (0.5ms) ROLLBACK
17024
+  (0.1ms) BEGIN
17025
+  (0.1ms) COMMIT
17026
+  (0.1ms) BEGIN
17027
+  (0.1ms) SAVEPOINT active_record_1
17028
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
17029
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17030
+  (0.1ms) SAVEPOINT active_record_1
17031
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17032
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17033
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 15, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'test', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
17034
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17035
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 20 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17036
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 20 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17037
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 20
17038
+  (0.3ms) ROLLBACK
17039
+  (0.1ms) BEGIN
17040
+  (0.1ms) COMMIT
17041
+  (0.1ms) BEGIN
17042
+  (0.1ms) SAVEPOINT active_record_1
17043
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
17044
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17045
+  (0.1ms) SAVEPOINT active_record_1
17046
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17047
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17048
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 16, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'test', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
17049
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17050
+  (0.1ms) SAVEPOINT active_record_1
17051
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_date` = '2009-01-01 00:00:00', `post_modified` = '2010-01-01 00:00:00', `post_modified_gmt` = '2010-01-01 00:00:00' WHERE `wp_posts`.`ID` = 21
17052
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17053
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 21 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17054
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 21 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17055
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 21
17056
+  (0.1ms) SAVEPOINT active_record_1
17057
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 21 LIMIT 1
17058
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 16 LIMIT 1
17059
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 16, '2009-01-01 00:00:00', '2016-05-30 21:29:56', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '21-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 21:29:56', '2016-05-30 21:29:56', '', '0b877b3c-0ce4-42f1-9860-065d026a129f', 21)
17060
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 21
17061
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 21
17062
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:56', `post_modified_gmt` = '2016-05-30 21:29:56' WHERE `wp_posts`.`ID` = 21
17063
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17064
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17065
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 21 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17066
+  (0.3ms) ROLLBACK
17067
+  (0.1ms) BEGIN
17068
+  (0.1ms) COMMIT
17069
+  (0.1ms) BEGIN
17070
+  (0.1ms) SAVEPOINT active_record_1
17071
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
17072
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17073
+  (0.1ms) SAVEPOINT active_record_1
17074
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17075
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17076
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 17, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'test', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
17077
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17078
+  (0.1ms) SAVEPOINT active_record_1
17079
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_date` = '2009-01-01 00:00:00', `post_modified` = '2010-01-01 00:00:00', `post_modified_gmt` = '2010-01-01 00:00:00' WHERE `wp_posts`.`ID` = 23
17080
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17081
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 23 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17082
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 23 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17083
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 23
17084
+  (0.1ms) SAVEPOINT active_record_1
17085
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 23 LIMIT 1
17086
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 17 LIMIT 1
17087
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 17, '2009-01-01 00:00:00', '2016-05-30 21:29:56', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '23-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 21:29:56', '2016-05-30 21:29:56', '', 'e43c71b6-9f4d-4f6f-95be-192ec9a7a4b5', 23)
17088
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 23
17089
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 23
17090
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:56', `post_modified_gmt` = '2016-05-30 21:29:56' WHERE `wp_posts`.`ID` = 23
17091
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17092
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17093
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 23 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17094
+  (0.5ms) ROLLBACK
17095
+  (0.1ms) BEGIN
17096
+  (0.1ms) COMMIT
17097
+  (0.1ms) BEGIN
17098
+  (0.1ms) SAVEPOINT active_record_1
17099
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
17100
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17101
+  (0.1ms) SAVEPOINT active_record_1
17102
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17103
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17104
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 18, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'test', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
17105
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17106
+  (0.1ms) SAVEPOINT active_record_1
17107
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_date` = '2009-01-01 00:00:00', `post_modified` = '2010-01-01 00:00:00', `post_modified_gmt` = '2010-01-01 00:00:00' WHERE `wp_posts`.`ID` = 25
17108
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17109
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 25 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17110
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 25 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17111
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 25
17112
+  (0.1ms) SAVEPOINT active_record_1
17113
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 25 LIMIT 1
17114
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 18 LIMIT 1
17115
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 18, '2009-01-01 00:00:00', '2016-05-30 21:29:56', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '25-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 21:29:56', '2016-05-30 21:29:56', '', 'ac235841-6a4d-4c38-8848-6742d9747a72', 25)
17116
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 25
17117
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 25
17118
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:56', `post_modified_gmt` = '2016-05-30 21:29:56' WHERE `wp_posts`.`ID` = 25
17119
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17120
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17121
+  (0.4ms) ROLLBACK
17122
+  (0.1ms) BEGIN
17123
+  (0.1ms) COMMIT
17124
+  (0.1ms) BEGIN
17125
+  (0.1ms) SAVEPOINT active_record_1
17126
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
17127
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17128
+  (0.1ms) SAVEPOINT active_record_1
17129
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17130
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17131
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 19, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'test', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
17132
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17133
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 27 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17134
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 27 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17135
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 27
17136
+  (0.1ms) SAVEPOINT active_record_1
17137
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_date` = '2009-01-01 00:00:00', `post_modified` = '2010-01-01 00:00:00', `post_modified_gmt` = '2010-01-01 00:00:00' WHERE `wp_posts`.`ID` = 27
17138
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 27 LIMIT 1
17139
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 19 LIMIT 1
17140
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 19, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '27-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 21:29:56', '2016-05-30 21:29:56', '', '8830e7eb-8a05-480f-8492-a05dc271f506', 27)
17141
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 27
17142
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 27
17143
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:56', `post_modified_gmt` = '2016-05-30 21:29:56' WHERE `wp_posts`.`ID` = 27
17144
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17145
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17146
+  (0.1ms) SAVEPOINT active_record_1
17147
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:56', `post_modified_gmt` = '2016-05-30 21:29:56', `post_name` = 'test' WHERE `wp_posts`.`ID` = 28
17148
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:56', `post_modified_gmt` = '2016-05-30 21:29:56' WHERE `wp_posts`.`ID` = 27
17149
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17150
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 27 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17151
+  (5.9ms) ROLLBACK
17152
+  (0.1ms) BEGIN
17153
+  (0.1ms) COMMIT
17154
+  (0.1ms) BEGIN
17155
+  (0.1ms) SAVEPOINT active_record_1
17156
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
17157
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17158
+  (0.1ms) SAVEPOINT active_record_1
17159
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17160
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17161
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 20, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'test', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
17162
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17163
+  (0.1ms) SAVEPOINT active_record_1
17164
+ SQL (9.2ms) UPDATE `wp_posts` SET `post_date` = '2009-01-01 00:00:00', `post_modified` = '2010-01-01 00:00:00', `post_modified_gmt` = '2010-01-01 00:00:00' WHERE `wp_posts`.`ID` = 29
17165
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17166
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 29 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17167
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 29 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17168
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 29
17169
+  (0.1ms) SAVEPOINT active_record_1
17170
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 29 LIMIT 1
17171
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 20 LIMIT 1
17172
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 20, '2009-01-01 00:00:00', '2016-05-30 21:29:56', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '29-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 21:29:56', '2016-05-30 21:29:56', '', '66af800f-9630-4256-95f2-084ad7c34ea5', 29)
17173
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 29
17174
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 29
17175
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:56', `post_modified_gmt` = '2016-05-30 21:29:56' WHERE `wp_posts`.`ID` = 29
17176
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17177
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17178
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 29 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17179
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 29 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17180
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 29
17181
+  (0.1ms) SAVEPOINT active_record_1
17182
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 29 LIMIT 1
17183
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 20 LIMIT 1
17184
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 20, '2009-01-01 00:00:00', '2016-05-30 21:29:56', 'Revised Content', 'Test', 'ANOTHER', 'inherit', '29-revision-v2', '127.0.0.1', '127.0.0.1', '2016-05-30 21:29:56', '2016-05-30 21:29:56', '', '7860e31c-1098-4eb3-955b-3a1e1266ddfb', 29)
17185
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 29
17186
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 29
17187
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:56', `post_modified_gmt` = '2016-05-30 21:29:56' WHERE `wp_posts`.`ID` = 29
17188
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17189
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17190
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 29 LIMIT 1
17191
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 29 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17192
+  (0.4ms) ROLLBACK
17193
+  (0.1ms) BEGIN
17194
+  (0.1ms) COMMIT
17195
+  (0.1ms) BEGIN
17196
+  (0.1ms) SAVEPOINT active_record_1
17197
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
17198
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17199
+  (0.1ms) SAVEPOINT active_record_1
17200
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17201
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17202
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 21, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'test', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
17203
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17204
+  (0.1ms) SAVEPOINT active_record_1
17205
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_date` = '2009-01-01 00:00:00', `post_modified` = '2010-01-01 00:00:00', `post_modified_gmt` = '2010-01-01 00:00:00' WHERE `wp_posts`.`ID` = 32
17206
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17207
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 32 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17208
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 32 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17209
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 32
17210
+  (0.1ms) SAVEPOINT active_record_1
17211
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 32 LIMIT 1
17212
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 21 LIMIT 1
17213
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 21, '2009-01-01 00:00:00', '2016-05-30 21:29:56', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '32-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 21:29:56', '2016-05-30 21:29:56', '', '2cca2080-1971-44ab-a03b-5bdc6d54937f', 32)
17214
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 32
17215
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 32
17216
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:56', `post_modified_gmt` = '2016-05-30 21:29:56' WHERE `wp_posts`.`ID` = 32
17217
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17218
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17219
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 32 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17220
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 32 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17221
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 32
17222
+  (0.1ms) SAVEPOINT active_record_1
17223
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 32 LIMIT 1
17224
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 21 LIMIT 1
17225
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 21, '2009-01-01 00:00:00', '2016-05-30 21:29:56', 'Revised Content', 'Test', 'ANOTHER', 'inherit', '32-revision-v2', '127.0.0.1', '127.0.0.1', '2016-05-30 21:29:56', '2016-05-30 21:29:56', '', 'e83fc8ce-aca0-40da-9c88-d865badb721d', 32)
17226
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 32
17227
+ Wordpress::Category Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 32
17228
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:56', `post_modified_gmt` = '2016-05-30 21:29:56' WHERE `wp_posts`.`ID` = 32
17229
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17230
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17231
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 32 LIMIT 1
17232
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 32 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17233
+  (0.5ms) ROLLBACK
17234
+  (0.1ms) BEGIN
17235
+  (0.1ms) COMMIT
17236
+  (0.1ms) BEGIN
17237
+  (0.1ms) SAVEPOINT active_record_1
17238
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
17239
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17240
+  (0.1ms) SAVEPOINT active_record_1
17241
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17242
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17243
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 22, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'test', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
17244
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17245
+  (0.4ms) ROLLBACK
17246
+  (0.1ms) BEGIN
17247
+  (0.1ms) COMMIT
17248
+  (0.1ms) BEGIN
17249
+  (0.1ms) SAVEPOINT active_record_1
17250
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
17251
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17252
+  (0.1ms) SAVEPOINT active_record_1
17253
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17254
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17255
+ SQL (0.3ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 23, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'test', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
17256
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17257
+  (0.1ms) SAVEPOINT active_record_1
17258
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
17259
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
17260
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17261
+  (0.1ms) SAVEPOINT active_record_1
17262
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 12)
17263
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17264
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 12 LIMIT 1
17265
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`parent` = 0 AND `wp_terms`.`name` = 'Foobar' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
17266
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`term_taxonomy_id` = 12 LIMIT 1
17267
+ Wordpress::Category Exists (0.3ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 36 AND `wp_term_taxonomy`.`term_taxonomy_id` = 12 LIMIT 1
17268
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 36
17269
+  (0.1ms) SAVEPOINT active_record_1
17270
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:56', `post_modified_gmt` = '2016-05-30 21:29:56' WHERE `wp_posts`.`ID` = 36
17271
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (12, 36)
17272
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 12
17273
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17274
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 36
17275
+  (0.5ms) ROLLBACK
17276
+  (0.1ms) BEGIN
17277
+  (0.1ms) COMMIT
17278
+  (0.1ms) BEGIN
17279
+  (0.1ms) SAVEPOINT active_record_1
17280
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
17281
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17282
+  (0.1ms) SAVEPOINT active_record_1
17283
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17284
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17285
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 24, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'test', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
17286
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17287
+  (0.1ms) SAVEPOINT active_record_1
17288
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
17289
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
17290
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17291
+  (0.1ms) SAVEPOINT active_record_1
17292
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 13)
17293
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17294
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 13 LIMIT 1
17295
+ Wordpress::Category Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`parent` = 0 AND `wp_terms`.`name` = 'Foobar' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
17296
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`term_taxonomy_id` = 13 LIMIT 1
17297
+ Wordpress::Category Exists (0.3ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 37 AND `wp_term_taxonomy`.`term_taxonomy_id` = 13 LIMIT 1
17298
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 37
17299
+  (0.1ms) SAVEPOINT active_record_1
17300
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:56', `post_modified_gmt` = '2016-05-30 21:29:56' WHERE `wp_posts`.`ID` = 37
17301
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (13, 37)
17302
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 13
17303
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17304
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 37
17305
+  (0.4ms) ROLLBACK
17306
+  (0.1ms) BEGIN
17307
+  (0.1ms) COMMIT
17308
+  (0.1ms) BEGIN
17309
+  (0.1ms) SAVEPOINT active_record_1
17310
+ SQL (0.3ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
17311
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17312
+  (0.1ms) SAVEPOINT active_record_1
17313
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17314
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17315
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 25, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'test', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
17316
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17317
+  (0.1ms) SAVEPOINT active_record_1
17318
+ Wordpress::Term Exists (0.4ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
17319
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
17320
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17321
+  (0.1ms) SAVEPOINT active_record_1
17322
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 14)
17323
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17324
+  (0.1ms) SAVEPOINT active_record_1
17325
+ SQL (0.3ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (38, 14)
17326
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 14
17327
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17328
+  (0.1ms) SAVEPOINT active_record_1
17329
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:56', `post_modified_gmt` = '2016-05-30 21:29:56' WHERE `wp_posts`.`ID` = 38
17330
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17331
+ Wordpress::Category Exists (0.2ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 38 AND `wp_term_taxonomy`.`term_taxonomy_id` = 14 LIMIT 1
17332
+  (0.4ms) ROLLBACK
17333
+  (0.1ms) BEGIN
17334
+  (0.1ms) COMMIT
17335
+  (0.1ms) BEGIN
17336
+  (0.1ms) SAVEPOINT active_record_1
17337
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
17338
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17339
+  (0.1ms) SAVEPOINT active_record_1
17340
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17341
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17342
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 26, '2016-05-30 21:29:56', '2016-05-30 21:29:56', 'test', '2016-05-30 21:29:56', '2016-05-30 21:29:56')
17343
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17344
+  (0.1ms) SAVEPOINT active_record_1
17345
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
17346
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
17347
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17348
+  (0.1ms) SAVEPOINT active_record_1
17349
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 15)
17350
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17351
+  (0.1ms) SAVEPOINT active_record_1
17352
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (39, 15)
17353
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 15
17354
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17355
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 39 LIMIT 1
17356
+  (0.2ms) SELECT COUNT(*) FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 39
17357
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 39 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` DESC LIMIT 1
17358
+ Wordpress::Category Load (0.4ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 39 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` DESC LIMIT 1
17359
+  (0.4ms) ROLLBACK
17360
+  (0.1ms) BEGIN
17361
+  (0.1ms) COMMIT
17362
+  (0.1ms) BEGIN
17363
+  (0.1ms) SAVEPOINT active_record_1
17364
+ SQL (0.3ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:56', 'ACTIVATIONKEY', 'DISPLAY NAME')
17365
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17366
+  (0.1ms) SAVEPOINT active_record_1
17367
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17368
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17369
+ SQL (0.3ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 27, '2016-05-30 21:29:57', '2016-05-30 21:29:57', 'test', '2016-05-30 21:29:57', '2016-05-30 21:29:57')
17370
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17371
+  (0.1ms) SAVEPOINT active_record_1
17372
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
17373
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
17374
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17375
+  (0.1ms) SAVEPOINT active_record_1
17376
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 16)
17377
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17378
+  (0.1ms) SAVEPOINT active_record_1
17379
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (40, 16)
17380
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 16
17381
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17382
+  (0.1ms) SAVEPOINT active_record_1
17383
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:57', `post_modified_gmt` = '2016-05-30 21:29:57' WHERE `wp_posts`.`ID` = 40
17384
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17385
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 16 LIMIT 1
17386
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 40
17387
+  (0.3ms) ROLLBACK
17388
+  (0.1ms) BEGIN
17389
+  (0.1ms) COMMIT
17390
+  (0.1ms) BEGIN
17391
+  (0.1ms) SAVEPOINT active_record_1
17392
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:57', 'ACTIVATIONKEY', 'DISPLAY NAME')
17393
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17394
+  (0.1ms) SAVEPOINT active_record_1
17395
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17396
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17397
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 28, '2016-05-30 21:29:57', '2016-05-30 21:29:57', 'test', '2016-05-30 21:29:57', '2016-05-30 21:29:57')
17398
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17399
+  (0.1ms) SAVEPOINT active_record_1
17400
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
17401
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
17402
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17403
+  (0.1ms) SAVEPOINT active_record_1
17404
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 17)
17405
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17406
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`term_taxonomy_id` = 17 LIMIT 1
17407
+ Wordpress::Category Exists (0.3ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 41 AND `wp_term_taxonomy`.`term_taxonomy_id` = 17 LIMIT 1
17408
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 41
17409
+  (0.1ms) SAVEPOINT active_record_1
17410
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:57', `post_modified_gmt` = '2016-05-30 21:29:57' WHERE `wp_posts`.`ID` = 41
17411
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (17, 41)
17412
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 17
17413
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17414
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 41
17415
+  (0.4ms) ROLLBACK
17416
+  (0.1ms) BEGIN
17417
+  (0.1ms) COMMIT
17418
+  (0.1ms) BEGIN
17419
+  (0.1ms) SAVEPOINT active_record_1
17420
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:57', 'ACTIVATIONKEY', 'DISPLAY NAME')
17421
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17422
+  (0.1ms) SAVEPOINT active_record_1
17423
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17424
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17425
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 29, '2016-05-30 21:29:57', '2016-05-30 21:29:57', 'test', '2016-05-30 21:29:57', '2016-05-30 21:29:57')
17426
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17427
+  (0.1ms) SAVEPOINT active_record_1
17428
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
17429
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
17430
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17431
+  (0.1ms) SAVEPOINT active_record_1
17432
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 18)
17433
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17434
+ Wordpress::Category Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`term_taxonomy_id` = 18 LIMIT 1
17435
+ Wordpress::Category Exists (0.3ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 42 AND `wp_term_taxonomy`.`term_taxonomy_id` = 18 LIMIT 1
17436
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 42
17437
+  (0.1ms) SAVEPOINT active_record_1
17438
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:57', `post_modified_gmt` = '2016-05-30 21:29:57' WHERE `wp_posts`.`ID` = 42
17439
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (18, 42)
17440
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 18
17441
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17442
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 42 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17443
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 42 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17444
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 42 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
17445
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 42
17446
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`parent` = 0 AND `wp_terms`.`name` = 'Foo' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
17447
+  (0.1ms) SAVEPOINT active_record_1
17448
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
17449
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
17450
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17451
+  (0.1ms) SAVEPOINT active_record_1
17452
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Foo', 19)
17453
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17454
+ Wordpress::Category Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`parent` = 0 AND `wp_terms`.`name` = 'Bar' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
17455
+  (0.1ms) SAVEPOINT active_record_1
17456
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
17457
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
17458
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17459
+  (0.1ms) SAVEPOINT active_record_1
17460
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Bar', 20)
17461
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17462
+ Wordpress::Category Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`term_taxonomy_id` = 19 LIMIT 1
17463
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`term_taxonomy_id` = 20 LIMIT 1
17464
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 42 LIMIT 1
17465
+ Wordpress::Category Exists (0.2ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 42 AND `wp_term_taxonomy`.`term_taxonomy_id` = 19 LIMIT 1
17466
+ Wordpress::Category Exists (0.2ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 42 AND `wp_term_taxonomy`.`term_taxonomy_id` = 20 LIMIT 1
17467
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 42
17468
+  (0.1ms) SAVEPOINT active_record_1
17469
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 29 LIMIT 1
17470
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_type`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `guid`, `post_parent`) VALUES ('revision', 29, '2016-05-30 21:29:57', '2016-05-30 21:29:57', 'CONTENT', 'Test', 'EXCERPT', 'inherit', '42-revision-v1', '127.0.0.1', '127.0.0.1', '2016-05-30 21:29:57', '2016-05-30 21:29:57', '', '2e825d17-fc7d-4de1-8e5b-e8d2b38e469a', 42)
17471
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 42
17472
+ SQL (0.2ms) DELETE FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`term_taxonomy_id` = 18
17473
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:57', `post_modified_gmt` = '2016-05-30 21:29:57' WHERE `wp_posts`.`ID` = 42
17474
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (19, 42)
17475
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 19
17476
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (20, 42)
17477
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 20
17478
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17479
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17480
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 42 LIMIT 1
17481
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17482
+ Wordpress::Category Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 42
17483
+ Wordpress::Term Load (0.3ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 19 LIMIT 1
17484
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 20 LIMIT 1
17485
+  (0.5ms) ROLLBACK
17486
+  (0.1ms) BEGIN
17487
+  (0.1ms) COMMIT
17488
+  (0.1ms) BEGIN
17489
+  (0.1ms) SAVEPOINT active_record_1
17490
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:57', 'ACTIVATIONKEY', 'DISPLAY NAME')
17491
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17492
+  (0.1ms) SAVEPOINT active_record_1
17493
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17494
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17495
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 30, '2016-05-30 21:29:57', '2016-05-30 21:29:57', 'test', '2016-05-30 21:29:57', '2016-05-30 21:29:57')
17496
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17497
+  (0.1ms) SAVEPOINT active_record_1
17498
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
17499
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
17500
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17501
+  (0.1ms) SAVEPOINT active_record_1
17502
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 21)
17503
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17504
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`term_taxonomy_id` = 21 LIMIT 1
17505
+ Wordpress::Category Exists (0.2ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 44 AND `wp_term_taxonomy`.`term_taxonomy_id` = 21 LIMIT 1
17506
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 44
17507
+  (0.1ms) SAVEPOINT active_record_1
17508
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:57', `post_modified_gmt` = '2016-05-30 21:29:57' WHERE `wp_posts`.`ID` = 44
17509
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (21, 44)
17510
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 21
17511
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17512
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_relationships`.`object_id` = 44
17513
+  (0.3ms) ROLLBACK
17514
+  (0.1ms) BEGIN
17515
+  (0.1ms) COMMIT
17516
+  (0.1ms) BEGIN
17517
+  (0.1ms) SAVEPOINT active_record_1
17518
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:57', 'ACTIVATIONKEY', 'DISPLAY NAME')
17519
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17520
+  (0.1ms) SAVEPOINT active_record_1
17521
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17522
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17523
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 31, '2016-05-30 21:29:57', '2016-05-30 21:29:57', 'test', '2016-05-30 21:29:57', '2016-05-30 21:29:57')
17524
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17525
+ Wordpress::PostTag Load (0.3ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_terms`.`name` = 'foo' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
17526
+  (0.1ms) SAVEPOINT active_record_1
17527
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
17528
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo', 'foo')
17529
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17530
+  (0.1ms) SAVEPOINT active_record_1
17531
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 22, '')
17532
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17533
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_terms`.`name` = 'bar' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
17534
+  (0.1ms) SAVEPOINT active_record_1
17535
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
17536
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('bar', 'bar')
17537
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17538
+  (0.1ms) SAVEPOINT active_record_1
17539
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 23, '')
17540
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17541
+ Wordpress::PostTag Exists (0.3ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 45 AND `wp_term_taxonomy`.`term_taxonomy_id` = 22 LIMIT 1
17542
+ Wordpress::PostTag Exists (0.2ms) SELECT 1 AS one FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 45 AND `wp_term_taxonomy`.`term_taxonomy_id` = 23 LIMIT 1
17543
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 45
17544
+  (0.1ms) SAVEPOINT active_record_1
17545
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2016-05-30 21:29:57', `post_modified_gmt` = '2016-05-30 21:29:57' WHERE `wp_posts`.`ID` = 45
17546
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (22, 45)
17547
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 22
17548
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (23, 45)
17549
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 23
17550
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17551
+  (0.3ms) SELECT COUNT(*) FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 45
17552
+  (0.5ms) ROLLBACK
17553
+  (0.1ms) BEGIN
17554
+  (0.1ms) COMMIT
17555
+  (0.1ms) BEGIN
17556
+  (0.1ms) SAVEPOINT active_record_1
17557
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:57', 'ACTIVATIONKEY', 'DISPLAY NAME')
17558
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17559
+  (0.1ms) SAVEPOINT active_record_1
17560
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17561
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17562
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 32, '2016-05-30 21:29:57', '2016-05-30 21:29:57', 'test', '2016-05-30 21:29:57', '2016-05-30 21:29:57')
17563
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17564
+  (0.1ms) SAVEPOINT active_record_1
17565
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
17566
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo46', 'foo46')
17567
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17568
+  (0.1ms) SAVEPOINT active_record_1
17569
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes foo46', 24)
17570
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17571
+  (0.1ms) SAVEPOINT active_record_1
17572
+ SQL (0.3ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (46, 24)
17573
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 24
17574
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17575
+  (0.2ms) SELECT COUNT(*) FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 46
17576
+  (0.1ms) SELECT COUNT(*) FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 46
17577
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_term_relationships` ON `wp_term_taxonomy`.`term_taxonomy_id` = `wp_term_relationships`.`term_taxonomy_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_term_relationships`.`object_id` = 46 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
17578
+  (0.5ms) ROLLBACK
17579
+  (0.1ms) BEGIN
17580
+  (0.1ms) COMMIT
17581
+  (0.1ms) BEGIN
17582
+  (0.1ms) SAVEPOINT active_record_1
17583
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
17584
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('General', 'general')
17585
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17586
+  (0.1ms) SAVEPOINT active_record_1
17587
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes General', 25)
17588
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17589
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`parent` = 0 AND `wp_terms`.`name` = 'General' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
17590
+  (0.4ms) ROLLBACK
17591
+  (0.1ms) BEGIN
17592
+  (0.1ms) COMMIT
17593
+  (0.1ms) BEGIN
17594
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`parent` = 0 AND `wp_terms`.`name` = 'Big Bang' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
17595
+  (0.1ms) SAVEPOINT active_record_1
17596
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
17597
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Big Bang', 'big-bang')
17598
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17599
+  (0.1ms) SAVEPOINT active_record_1
17600
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Big Bang', 26)
17601
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17602
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 26 LIMIT 1
17603
+ Wordpress::Taxonomy Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 0 LIMIT 1
17604
+  (0.4ms) ROLLBACK
17605
+  (0.1ms) BEGIN
17606
+  (0.1ms) COMMIT
17607
+  (0.1ms) BEGIN
17608
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`parent` = 0 AND `wp_terms`.`name` = 'Parent' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
17609
+  (0.1ms) SAVEPOINT active_record_1
17610
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
17611
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Parent', 'parent')
17612
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17613
+  (0.1ms) SAVEPOINT active_record_1
17614
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Parent', 27)
17615
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17616
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`parent` = 27 AND `wp_terms`.`name` = 'Child' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
17617
+  (0.1ms) SAVEPOINT active_record_1
17618
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
17619
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Child', 'child')
17620
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17621
+  (0.1ms) SAVEPOINT active_record_1
17622
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`, `parent`) VALUES ('category', 'Child', 28, 27)
17623
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17624
+ Wordpress::Taxonomy Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 27 LIMIT 1
17625
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 27 LIMIT 1
17626
+ Wordpress::Taxonomy Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 0 LIMIT 1
17627
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 28 LIMIT 1
17628
+ Wordpress::Category Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`parent` = 27
17629
+  (0.3ms) ROLLBACK
17630
+  (0.1ms) BEGIN
17631
+  (0.1ms) COMMIT
17632
+  (0.1ms) BEGIN
17633
+  (0.1ms) SAVEPOINT active_record_1
17634
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
17635
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('General', 'general')
17636
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17637
+  (0.1ms) SAVEPOINT active_record_1
17638
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes General', 29)
17639
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17640
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 29 LIMIT 1
17641
+  (0.4ms) ROLLBACK
17642
+  (0.1ms) BEGIN
17643
+  (0.1ms) COMMIT
17644
+  (0.1ms) BEGIN
17645
+  (0.1ms) SAVEPOINT active_record_1
17646
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
17647
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Hello Again', 'hello-again')
17648
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17649
+  (0.1ms) SAVEPOINT active_record_1
17650
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Hello Again', 30)
17651
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17652
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_terms`.`name` = 'Hello Again' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
17653
+  (0.3ms) ROLLBACK
17654
+  (0.1ms) BEGIN
17655
+  (0.1ms) COMMIT
17656
+  (0.0ms) BEGIN
17657
+ Wordpress::PostTag Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` INNER JOIN `wp_terms` ON `wp_terms`.`term_id` = `wp_term_taxonomy`.`term_id` WHERE `wp_term_taxonomy`.`taxonomy` IN ('post_tag') AND `wp_terms`.`name` = 'Hello, Hello!' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
17658
+  (0.1ms) SAVEPOINT active_record_1
17659
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
17660
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Hello, Hello!', 'hello-hello')
17661
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17662
+  (0.1ms) SAVEPOINT active_record_1
17663
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 31, '')
17664
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17665
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 31 LIMIT 1
17666
+  (0.3ms) ROLLBACK
17667
+  (0.1ms) BEGIN
17668
+  (0.1ms) COMMIT
17669
+  (0.1ms) BEGIN
17670
+  (0.1ms) SAVEPOINT active_record_1
17671
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
17672
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Hello Again', 'hello-again')
17673
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17674
+  (0.1ms) SAVEPOINT active_record_1
17675
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Hello Again', 32)
17676
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17677
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 32 LIMIT 1
17678
+  (0.3ms) ROLLBACK
17679
+  (0.1ms) BEGIN
17680
+  (0.1ms) COMMIT
17681
+  (0.0ms) BEGIN
17682
+  (0.1ms) SAVEPOINT active_record_1
17683
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
17684
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Hello', 'hello')
17685
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17686
+  (0.3ms) ROLLBACK
17687
+  (0.1ms) BEGIN
17688
+  (0.1ms) COMMIT
17689
+  (0.1ms) BEGIN
17690
+  (0.1ms) SAVEPOINT active_record_1
17691
+ SQL (0.3ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:57', 'ACTIVATIONKEY', 'DISPLAY NAME')
17692
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17693
+  (0.1ms) SAVEPOINT active_record_1
17694
+ Wordpress::Post Load (0.4ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17695
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17696
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 33, '2016-05-30 21:29:57', '2016-05-30 21:29:57', 'test', '2016-05-30 21:29:57', '2016-05-30 21:29:57')
17697
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17698
+  (0.1ms) SAVEPOINT active_record_1
17699
+ SQL (0.2ms) INSERT INTO `wp_postmeta` (`meta_key`, `meta_value`, `post_id`) VALUES ('foo', 'TEST', 47)
17700
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17701
+ Wordpress::Postmeta Load (0.2ms) SELECT `wp_postmeta`.* FROM `wp_postmeta` WHERE `wp_postmeta`.`post_id` = 47
17702
+  (0.4ms) ROLLBACK
17703
+  (0.1ms) BEGIN
17704
+  (0.1ms) COMMIT
17705
+  (0.1ms) BEGIN
17706
+  (0.1ms) SAVEPOINT active_record_1
17707
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:57', 'ACTIVATIONKEY', 'DISPLAY NAME')
17708
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17709
+  (0.1ms) SAVEPOINT active_record_1
17710
+ SQL (0.1ms) INSERT INTO `wp_usermeta` (`meta_key`, `meta_value`, `user_id`) VALUES ('foo', 'TEST', 34)
17711
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17712
+ Wordpress::Usermeta Load (0.2ms) SELECT `wp_usermeta`.* FROM `wp_usermeta` WHERE `wp_usermeta`.`user_id` = 34
17713
+  (0.4ms) ROLLBACK
17714
+  (0.1ms) BEGIN
17715
+  (0.1ms) COMMIT
17716
+  (0.1ms) BEGIN
17717
+  (0.1ms) SAVEPOINT active_record_1
17718
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:57', 'ACTIVATIONKEY', 'DISPLAY NAME')
17719
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17720
+  (0.1ms) SAVEPOINT active_record_1
17721
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:57', 'ACTIVATIONKEY', 'DISPLAY NAME')
17722
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17723
+  (0.1ms) SAVEPOINT active_record_1
17724
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17725
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17726
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 35, '2016-05-30 21:29:57', '2016-05-30 21:29:57', 'test', '2016-05-30 21:29:57', '2016-05-30 21:29:57')
17727
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17728
+  (0.4ms) ROLLBACK
17729
+  (0.1ms) BEGIN
17730
+  (0.0ms) COMMIT
17731
+  (0.0ms) BEGIN
17732
+  (0.1ms) SAVEPOINT active_record_1
17733
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:57', 'ACTIVATIONKEY', 'DISPLAY NAME')
17734
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17735
+  (0.1ms) SAVEPOINT active_record_1
17736
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:57', 'ACTIVATIONKEY', 'DISPLAY NAME')
17737
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17738
+  (0.1ms) SAVEPOINT active_record_1
17739
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17740
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17741
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 37, '2016-05-30 21:29:57', '2016-05-30 21:29:57', 'test', '2016-05-30 21:29:57', '2016-05-30 21:29:57')
17742
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17743
+  (0.1ms) SAVEPOINT active_record_1
17744
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:57', 'ACTIVATIONKEY', 'DISPLAY NAME')
17745
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17746
+  (0.1ms) SAVEPOINT active_record_1
17747
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17748
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17749
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '\'', 37, '2016-05-30 21:29:57', '2016-05-30 21:29:57', 'test', '2016-05-30 21:29:57', '2016-05-30 21:29:57')
17750
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17751
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`post_author` = 37
17752
+  (0.4ms) ROLLBACK
17753
+  (0.1ms) BEGIN
17754
+  (0.1ms) COMMIT
17755
+  (0.1ms) BEGIN
17756
+  (0.1ms) SAVEPOINT active_record_1
17757
+ SQL (0.3ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:57', 'ACTIVATIONKEY', 'DISPLAY NAME')
17758
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17759
+  (0.4ms) ROLLBACK
17760
+  (0.1ms) BEGIN
17761
+  (0.1ms) COMMIT
17762
+  (0.1ms) BEGIN
17763
+  (0.1ms) SAVEPOINT active_record_1
17764
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:57', 'ACTIVATIONKEY', 'DISPLAY NAME')
17765
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17766
+  (0.1ms) SAVEPOINT active_record_1
17767
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17768
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17769
+ SQL (0.2ms) INSERT INTO `wp_posts` (`post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('Test', 'CONTENT', 'EXCERPT', '127.0.0.1', '127.0.0.1', '', 41, '2016-05-30 21:29:57', '2016-05-30 21:29:57', 'test', '2016-05-30 21:29:57', '2016-05-30 21:29:57')
17770
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17771
+  (0.4ms) ROLLBACK
17772
+  (0.1ms) BEGIN
17773
+  (0.1ms) COMMIT
17774
+  (0.1ms) BEGIN
17775
+  (0.1ms) SAVEPOINT active_record_1
17776
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `display_name`) VALUES ('LOGIN', 'password', 'NICE NAME', 'email@test.local', 'users/test', '2016-05-30 21:29:57', 'ACTIVATIONKEY', 'DISPLAY NAME')
17777
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17778
+  (0.1ms) SAVEPOINT active_record_1
17779
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 0 LIMIT 1
17780
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
17781
+ SQL (0.1ms) INSERT INTO `wp_posts` (`post_type`, `post_title`, `post_content`, `post_excerpt`, `to_ping`, `pinged`, `post_content_filtered`, `post_author`, `post_modified`, `post_modified_gmt`, `post_name`, `post_date`, `post_date_gmt`) VALUES ('page', 'Page', 'Coming Soon!', '', '', '', '', 42, '2016-05-30 21:29:57', '2016-05-30 21:29:57', 'page', '2016-05-30 21:29:57', '2016-05-30 21:29:57')
17782
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17783
+  (0.1ms) SAVEPOINT active_record_1
17784
+ SQL (0.2ms) INSERT INTO `wp_postmeta` (`meta_key`, `meta_value`, `post_id`) VALUES ('foo', 'TEST', 52)
17785
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17786
+ Wordpress::Pagemeta Load (0.2ms) SELECT `wp_postmeta`.* FROM `wp_postmeta` WHERE `wp_postmeta`.`post_id` = 52
17787
+  (0.4ms) ROLLBACK