rails_wordpress 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6425,3 +6425,2453 @@ Mysql2::Error: Unknown column 'wp_posts.user_id' in 'where clause': SELECT `wp_p
6425
6425
  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', '', 39, '2015-04-08 22:47:33', '2015-04-08 22:47:33', 'test', '2015-04-08 22:47:33', '2015-04-08 22:47:33')
6426
6426
   (0.1ms) RELEASE SAVEPOINT active_record_1
6427
6427
   (0.2ms) ROLLBACK
6428
+  (51.7ms) DROP DATABASE IF EXISTS `wp_test`
6429
+  (12.3ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
6430
+  (28.0ms) 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
6431
+  (13.0ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
6432
+  (8.6ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
6433
+  (7.7ms) 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
6434
+  (8.9ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
6435
+  (8.2ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
6436
+  (9.6ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
6437
+  (8.4ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
6438
+  (8.3ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
6439
+  (7.1ms) 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
6440
+  (8.2ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
6441
+  (6.8ms) 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
6442
+  (8.8ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
6443
+  (7.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
6444
+  (9.2ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
6445
+  (9.5ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
6446
+  (7.5ms) 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
6447
+  (9.4ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
6448
+  (8.7ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
6449
+  (8.9ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
6450
+  (8.7ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
6451
+  (7.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
6452
+  (8.0ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
6453
+  (9.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
6454
+  (8.1ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
6455
+  (8.5ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
6456
+  (6.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
6457
+  (7.3ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
6458
+  (7.2ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
6459
+  (6.8ms) 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
6460
+  (9.0ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
6461
+  (8.0ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
6462
+  (5.6ms) 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
6463
+  (8.1ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
6464
+  (8.1ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
6465
+  (6.9ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
6466
+  (9.9ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
6467
+  (0.2ms) SELECT version FROM `schema_migrations`
6468
+  (0.9ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
6469
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
6470
+  (11.2ms) DROP DATABASE IF EXISTS `wp_test`
6471
+  (0.4ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
6472
+  (9.2ms) 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
6473
+  (7.3ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
6474
+  (8.4ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
6475
+  (8.1ms) 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
6476
+  (8.4ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
6477
+  (8.6ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
6478
+  (8.6ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
6479
+  (8.2ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
6480
+  (9.0ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
6481
+  (7.1ms) 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
6482
+  (8.6ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
6483
+  (6.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
6484
+  (8.0ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
6485
+  (7.5ms) 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
6486
+  (7.5ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
6487
+  (8.7ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
6488
+  (6.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
6489
+  (9.1ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
6490
+  (7.8ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
6491
+  (8.0ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
6492
+  (8.9ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
6493
+  (7.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
6494
+  (8.4ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
6495
+  (7.2ms) 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
6496
+  (8.2ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
6497
+  (8.0ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
6498
+  (6.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
6499
+  (8.4ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
6500
+  (8.7ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
6501
+  (7.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
6502
+  (8.7ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
6503
+  (10.1ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
6504
+  (7.1ms) 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
6505
+  (8.4ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
6506
+  (9.0ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
6507
+  (7.9ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
6508
+  (10.0ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
6509
+  (0.2ms) SELECT version FROM `schema_migrations`
6510
+  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
6511
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
6512
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
6513
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
6514
+  (1944.6ms) SELECT * FROM information_schema.tables
6515
+  (0.4ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
6516
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
6517
+  (0.1ms) BEGIN
6518
+  (0.0ms) COMMIT
6519
+  (0.0ms) BEGIN
6520
+ Wordpress::PostTag Load (0.4ms) 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
6521
+  (0.1ms) SAVEPOINT active_record_1
6522
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
6523
+ SQL (0.3ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Hello, Hello!', 'hello-hello')
6524
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6525
+  (0.1ms) SAVEPOINT active_record_1
6526
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 1, '')
6527
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6528
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 1 LIMIT 1
6529
+  (12.4ms) ROLLBACK
6530
+  (0.1ms) BEGIN
6531
+  (0.1ms) COMMIT
6532
+  (0.1ms) BEGIN
6533
+  (0.1ms) SAVEPOINT active_record_1
6534
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
6535
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Hello Again', 'hello-again')
6536
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6537
+  (0.1ms) SAVEPOINT active_record_1
6538
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Hello Again', 2)
6539
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6540
+ 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
6541
+  (5.1ms) ROLLBACK
6542
+  (0.1ms) BEGIN
6543
+  (0.1ms) COMMIT
6544
+  (0.1ms) BEGIN
6545
+  (0.1ms) SAVEPOINT active_record_1
6546
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
6547
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Hello Again', 'hello-again')
6548
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6549
+  (0.1ms) SAVEPOINT active_record_1
6550
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Hello Again', 3)
6551
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6552
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 3 LIMIT 1
6553
+  (0.4ms) ROLLBACK
6554
+  (0.1ms) BEGIN
6555
+  (0.1ms) COMMIT
6556
+  (0.1ms) BEGIN
6557
+  (0.1ms) SAVEPOINT active_record_1
6558
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:33')
6559
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6560
+  (0.1ms) SAVEPOINT active_record_1
6561
+ 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
6562
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
6563
+ 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', '\'', 1, '2015-04-16 21:18:33', '2015-04-16 21:18:33', 'test', '2015-04-16 21:18:33', '2015-04-16 21:18:33')
6564
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6565
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 1 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6566
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 1 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6567
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 1 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6568
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 1
6569
+  (6.4ms) ROLLBACK
6570
+  (0.1ms) BEGIN
6571
+  (0.1ms) COMMIT
6572
+  (0.1ms) BEGIN
6573
+  (0.1ms) SAVEPOINT active_record_1
6574
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:33')
6575
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6576
+  (0.1ms) SAVEPOINT active_record_1
6577
+ 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
6578
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
6579
+ 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', '\'', 2, '2015-04-16 21:18:33', '2015-04-16 21:18:33', 'test', '2015-04-16 21:18:33', '2015-04-16 21:18:33')
6580
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6581
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 2 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6582
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 2 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6583
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 2 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6584
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 2
6585
+  (0.1ms) SAVEPOINT active_record_1
6586
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 2 LIMIT 1
6587
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 2 LIMIT 1
6588
+ 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', 2, '2015-04-16 21:18:33', '2015-04-16 21:18:33', 'CONTENT', 'Test', 'EXCERPT', 'inherit', '2-revision-v1', '127.0.0.1', '127.0.0.1', '2015-04-16 21:18:33', '2015-04-16 21:18:33', '', '934565a2-2176-45ff-808a-a2e858103a56', 2)
6589
+ 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
6590
+ 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` = 2
6591
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:33', `post_modified_gmt` = '2015-04-16 21:18:33' WHERE `wp_posts`.`ID` = 2
6592
+ 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
6593
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6594
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 2
6595
+  (0.8ms) ROLLBACK
6596
+  (0.1ms) BEGIN
6597
+  (0.1ms) COMMIT
6598
+  (0.1ms) BEGIN
6599
+  (0.1ms) SAVEPOINT active_record_1
6600
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:33')
6601
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6602
+  (0.1ms) SAVEPOINT active_record_1
6603
+ 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
6604
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
6605
+ 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, '2015-04-16 21:18:33', '2015-04-16 21:18:33', 'test', '2015-04-16 21:18:33', '2015-04-16 21:18:33')
6606
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6607
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 4 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6608
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 4 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6609
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 4 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6610
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 4
6611
+  (12.6ms) ROLLBACK
6612
+  (0.1ms) BEGIN
6613
+  (0.1ms) COMMIT
6614
+  (0.1ms) BEGIN
6615
+  (0.1ms) SAVEPOINT active_record_1
6616
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:33')
6617
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6618
+  (0.1ms) SAVEPOINT active_record_1
6619
+ 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
6620
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
6621
+ 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, '2015-04-16 21:18:33', '2015-04-16 21:18:33', 'test', '2015-04-16 21:18:33', '2015-04-16 21:18:33')
6622
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6623
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 5 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6624
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 5 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6625
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 5 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6626
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 5
6627
+  (0.1ms) SAVEPOINT active_record_1
6628
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 5 LIMIT 1
6629
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 4 LIMIT 1
6630
+ 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', 4, '2015-04-16 21:18:33', '2015-04-16 21:18:33', 'CONTENT', 'Test', 'EXCERPT', 'inherit', '5-revision-v1', '127.0.0.1', '127.0.0.1', '2015-04-16 21:18:33', '2015-04-16 21:18:33', '', 'a99ae43d-cff6-4c05-9daf-ac5f48bd7074', 5)
6631
+ 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` = 5
6632
+ 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` = 5
6633
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:33', `post_modified_gmt` = '2015-04-16 21:18:33' WHERE `wp_posts`.`ID` = 5
6634
+ 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
6635
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6636
+  (0.4ms) ROLLBACK
6637
+  (0.1ms) BEGIN
6638
+  (0.1ms) COMMIT
6639
+  (0.1ms) BEGIN
6640
+  (0.1ms) SAVEPOINT active_record_1
6641
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:33')
6642
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6643
+  (0.1ms) SAVEPOINT active_record_1
6644
+ 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
6645
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
6646
+ 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', '\'', 5, '2015-04-16 21:18:33', '2015-04-16 21:18:33', 'test', '2015-04-16 21:18:33', '2015-04-16 21:18:33')
6647
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6648
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 7 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6649
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 7 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6650
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 7 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6651
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 7
6652
+  (0.1ms) SAVEPOINT active_record_1
6653
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 7 LIMIT 1
6654
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 5 LIMIT 1
6655
+ 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', 5, '2015-04-16 21:18:33', '2015-04-16 21:18:33', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '7-revision-v1', '127.0.0.1', '127.0.0.1', '2015-04-16 21:18:33', '2015-04-16 21:18:33', '', '1b2871f6-d4e4-4afd-a338-7767f2f4b348', 7)
6656
+ 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
6657
+ 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` = 7
6658
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:33', `post_modified_gmt` = '2015-04-16 21:18:33' WHERE `wp_posts`.`ID` = 7
6659
+ 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
6660
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6661
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 7 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6662
+  (0.5ms) ROLLBACK
6663
+  (0.1ms) BEGIN
6664
+  (0.1ms) COMMIT
6665
+  (0.1ms) BEGIN
6666
+  (0.1ms) SAVEPOINT active_record_1
6667
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:33')
6668
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6669
+  (0.1ms) SAVEPOINT active_record_1
6670
+ 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
6671
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
6672
+ 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', '\'', 6, '2015-04-16 21:18:33', '2015-04-16 21:18:33', 'test', '2015-04-16 21:18:33', '2015-04-16 21:18:33')
6673
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6674
+ 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
6675
+ 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
6676
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 9
6677
+  (0.1ms) SAVEPOINT active_record_1
6678
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 9 LIMIT 1
6679
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 6 LIMIT 1
6680
+ 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', 6, '2015-04-16 21:18:33', '2015-04-16 21:18:33', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '9-revision-v1', '127.0.0.1', '127.0.0.1', '2015-04-16 21:18:33', '2015-04-16 21:18:33', '', '9ef01f20-1a43-4295-86ee-5d1024c8ae39', 9)
6681
+ 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` = 9
6682
+ 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` = 9
6683
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:33', `post_modified_gmt` = '2015-04-16 21:18:33' WHERE `wp_posts`.`ID` = 9
6684
+ 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
6685
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6686
+ 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
6687
+  (0.5ms) ROLLBACK
6688
+  (0.1ms) BEGIN
6689
+  (0.1ms) COMMIT
6690
+  (0.1ms) BEGIN
6691
+  (0.1ms) SAVEPOINT active_record_1
6692
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:33')
6693
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6694
+  (0.1ms) SAVEPOINT active_record_1
6695
+ 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
6696
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
6697
+ 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', '\'', 7, '2015-04-16 21:18:33', '2015-04-16 21:18:33', 'test', '2015-04-16 21:18:33', '2015-04-16 21:18:33')
6698
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6699
+  (0.1ms) SAVEPOINT active_record_1
6700
+ 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` = 11
6701
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6702
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 11 LIMIT 1
6703
+ 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
6704
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 11 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6705
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 11 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6706
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 11 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6707
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 11
6708
+  (0.1ms) SAVEPOINT active_record_1
6709
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 11 LIMIT 1
6710
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 7 LIMIT 1
6711
+ 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', 7, '2009-01-01 00:00:00', '2015-04-16 21:18:33', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '11-revision-v1', '127.0.0.1', '127.0.0.1', '2015-04-16 21:18:33', '2015-04-16 21:18:33', '', 'aa05b661-7a71-4e84-a643-b0b25fa2809e', 11)
6712
+ 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` = 11
6713
+ 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` = 11
6714
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:33', `post_modified_gmt` = '2015-04-16 21:18:33' WHERE `wp_posts`.`ID` = 11
6715
+ 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
6716
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6717
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 11 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6718
+  (0.4ms) ROLLBACK
6719
+  (0.1ms) BEGIN
6720
+  (0.1ms) COMMIT
6721
+  (0.1ms) BEGIN
6722
+  (0.1ms) SAVEPOINT active_record_1
6723
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:33')
6724
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6725
+  (0.1ms) SAVEPOINT active_record_1
6726
+ 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
6727
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
6728
+ 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', '\'', 8, '2015-04-16 21:18:33', '2015-04-16 21:18:33', 'test', '2015-04-16 21:18:33', '2015-04-16 21:18:33')
6729
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6730
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 13 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6731
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 13 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6732
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 13
6733
+  (0.7ms) ROLLBACK
6734
+  (0.1ms) BEGIN
6735
+  (0.1ms) COMMIT
6736
+  (0.1ms) BEGIN
6737
+  (0.1ms) SAVEPOINT active_record_1
6738
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:33')
6739
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6740
+  (0.1ms) SAVEPOINT active_record_1
6741
+ 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
6742
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
6743
+ 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, '2015-04-16 21:18:33', '2015-04-16 21:18:33', 'test', '2015-04-16 21:18:33', '2015-04-16 21:18:33')
6744
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6745
+  (0.1ms) SAVEPOINT active_record_1
6746
+ 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` = 14
6747
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6748
+ 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
6749
+ 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
6750
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 14
6751
+  (0.1ms) SAVEPOINT active_record_1
6752
+ 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
6753
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 9 LIMIT 1
6754
+ 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', 9, '2009-01-01 00:00:00', '2015-04-16 21:18:33', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '14-revision-v1', '127.0.0.1', '127.0.0.1', '2015-04-16 21:18:33', '2015-04-16 21:18:33', '', 'd35a5ed0-1bbf-4d72-992c-c9540310e98c', 14)
6755
+ 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` = 14
6756
+ 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
6757
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:33', `post_modified_gmt` = '2015-04-16 21:18:33' WHERE `wp_posts`.`ID` = 14
6758
+ 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
6759
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6760
+ 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
6761
+  (0.4ms) ROLLBACK
6762
+  (0.1ms) BEGIN
6763
+  (0.1ms) COMMIT
6764
+  (0.1ms) BEGIN
6765
+  (0.1ms) SAVEPOINT active_record_1
6766
+ SQL (0.6ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:33')
6767
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6768
+  (0.1ms) SAVEPOINT active_record_1
6769
+ 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
6770
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
6771
+ 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, '2015-04-16 21:18:33', '2015-04-16 21:18:33', 'test', '2015-04-16 21:18:33', '2015-04-16 21:18:33')
6772
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6773
+  (0.1ms) SAVEPOINT active_record_1
6774
+ 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
6775
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6776
+ Wordpress::Revision Load (0.4ms) 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
6777
+ 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
6778
+  (0.3ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 16
6779
+  (0.1ms) SAVEPOINT active_record_1
6780
+ 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
6781
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 10 LIMIT 1
6782
+ 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', 10, '2009-01-01 00:00:00', '2015-04-16 21:18:33', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '16-revision-v1', '127.0.0.1', '127.0.0.1', '2015-04-16 21:18:33', '2015-04-16 21:18:33', '', '33094613-d064-400f-bd25-d9477116b10d', 16)
6783
+ 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
6784
+ 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
6785
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:33', `post_modified_gmt` = '2015-04-16 21:18:33' WHERE `wp_posts`.`ID` = 16
6786
+ 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
6787
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6788
+  (0.7ms) ROLLBACK
6789
+  (0.1ms) BEGIN
6790
+  (0.1ms) COMMIT
6791
+  (0.1ms) BEGIN
6792
+  (0.1ms) SAVEPOINT active_record_1
6793
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:33')
6794
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6795
+  (0.1ms) SAVEPOINT active_record_1
6796
+ 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
6797
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
6798
+ 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, '2015-04-16 21:18:33', '2015-04-16 21:18:33', 'test', '2015-04-16 21:18:33', '2015-04-16 21:18:33')
6799
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6800
+  (0.1ms) SAVEPOINT active_record_1
6801
+ 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` = 18
6802
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6803
+ 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
6804
+ 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
6805
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 18
6806
+  (0.1ms) SAVEPOINT active_record_1
6807
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 18 LIMIT 1
6808
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 11 LIMIT 1
6809
+ 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', 11, '2009-01-01 00:00:00', '2015-04-16 21:18:33', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '18-revision-v1', '127.0.0.1', '127.0.0.1', '2015-04-16 21:18:33', '2015-04-16 21:18:33', '', '855eaaa1-28f9-4e32-ac21-f8390af48586', 18)
6810
+ 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
6811
+ 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
6812
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:33', `post_modified_gmt` = '2015-04-16 21:18:33' WHERE `wp_posts`.`ID` = 18
6813
+ 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
6814
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6815
+ 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
6816
+  (0.4ms) ROLLBACK
6817
+  (0.1ms) BEGIN
6818
+  (0.1ms) COMMIT
6819
+  (0.1ms) BEGIN
6820
+  (0.1ms) SAVEPOINT active_record_1
6821
+ SQL (0.6ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:33')
6822
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6823
+  (0.1ms) SAVEPOINT active_record_1
6824
+ 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
6825
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
6826
+ 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', '\'', 12, '2015-04-16 21:18:33', '2015-04-16 21:18:33', 'test', '2015-04-16 21:18:33', '2015-04-16 21:18:33')
6827
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6828
+ 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
6829
+ 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
6830
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 20
6831
+  (0.1ms) SAVEPOINT active_record_1
6832
+ SQL (0.1ms) 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` = 20
6833
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 20 LIMIT 1
6834
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 12 LIMIT 1
6835
+ 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', 12, '2015-04-16 21:18:33', '2015-04-16 21:18:33', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '20-revision-v1', '127.0.0.1', '127.0.0.1', '2015-04-16 21:18:33', '2015-04-16 21:18:33', '', 'ce5d7bda-f429-4356-81ca-61342608892f', 20)
6836
+ 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` = 20
6837
+ 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` = 20
6838
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:33', `post_modified_gmt` = '2015-04-16 21:18:33' WHERE `wp_posts`.`ID` = 20
6839
+ 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
6840
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6841
+  (0.1ms) SAVEPOINT active_record_1
6842
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:33', `post_modified_gmt` = '2015-04-16 21:18:33', `post_name` = 'test' WHERE `wp_posts`.`ID` = 21
6843
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:33', `post_modified_gmt` = '2015-04-16 21:18:33' WHERE `wp_posts`.`ID` = 20
6844
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6845
+ 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
6846
+  (0.8ms) ROLLBACK
6847
+  (0.1ms) BEGIN
6848
+  (0.1ms) COMMIT
6849
+  (0.1ms) BEGIN
6850
+  (0.1ms) SAVEPOINT active_record_1
6851
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:33')
6852
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6853
+  (0.1ms) SAVEPOINT active_record_1
6854
+ 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
6855
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
6856
+ 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, '2015-04-16 21:18:33', '2015-04-16 21:18:33', 'test', '2015-04-16 21:18:33', '2015-04-16 21:18:33')
6857
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6858
+  (0.1ms) SAVEPOINT active_record_1
6859
+ 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` = 22
6860
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6861
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 22 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6862
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 22 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6863
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 22
6864
+  (0.1ms) SAVEPOINT active_record_1
6865
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 22 LIMIT 1
6866
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 13 LIMIT 1
6867
+ 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', '2015-04-16 21:18:33', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '22-revision-v1', '127.0.0.1', '127.0.0.1', '2015-04-16 21:18:34', '2015-04-16 21:18:34', '', 'ef587630-1799-4add-8beb-52cdd58c5cb3', 22)
6868
+ 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` = 22
6869
+ 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` = 22
6870
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:34', `post_modified_gmt` = '2015-04-16 21:18:34' WHERE `wp_posts`.`ID` = 22
6871
+ 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
6872
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6873
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 22 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6874
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 22 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6875
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 22
6876
+  (0.1ms) SAVEPOINT active_record_1
6877
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 22 LIMIT 1
6878
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 13 LIMIT 1
6879
+ 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', '2015-04-16 21:18:33', 'Revised Content', 'Test', 'ANOTHER', 'inherit', '22-revision-v2', '127.0.0.1', '127.0.0.1', '2015-04-16 21:18:34', '2015-04-16 21:18:34', '', '4be25ae8-715e-47bc-a0a3-6fa5b313d374', 22)
6880
+ 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` = 22
6881
+ 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` = 22
6882
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:34', `post_modified_gmt` = '2015-04-16 21:18:34' WHERE `wp_posts`.`ID` = 22
6883
+ 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
6884
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6885
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 22 LIMIT 1
6886
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 22 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
6887
+  (0.8ms) ROLLBACK
6888
+  (0.1ms) BEGIN
6889
+  (0.1ms) COMMIT
6890
+  (0.1ms) BEGIN
6891
+  (0.1ms) SAVEPOINT active_record_1
6892
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
6893
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6894
+  (0.1ms) SAVEPOINT active_record_1
6895
+ 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
6896
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
6897
+ 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, '2015-04-16 21:18:34', '2015-04-16 21:18:34', 'test', '2015-04-16 21:18:34', '2015-04-16 21:18:34')
6898
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6899
+  (0.1ms) SAVEPOINT active_record_1
6900
+ SQL (0.1ms) 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
6901
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6902
+ 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
6903
+ 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
6904
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 25
6905
+  (0.1ms) SAVEPOINT active_record_1
6906
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 25 LIMIT 1
6907
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 14 LIMIT 1
6908
+ 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', 14, '2009-01-01 00:00:00', '2015-04-16 21:18:34', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '25-revision-v1', '127.0.0.1', '127.0.0.1', '2015-04-16 21:18:34', '2015-04-16 21:18:34', '', '527d0ee0-819a-4400-9489-385ee09ce80e', 25)
6909
+ 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` = 25
6910
+ 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
6911
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:34', `post_modified_gmt` = '2015-04-16 21:18:34' WHERE `wp_posts`.`ID` = 25
6912
+ 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
6913
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6914
+ 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
6915
+ 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
6916
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 25
6917
+  (0.1ms) SAVEPOINT active_record_1
6918
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 25 LIMIT 1
6919
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 14 LIMIT 1
6920
+ 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', 14, '2009-01-01 00:00:00', '2015-04-16 21:18:34', 'Revised Content', 'Test', 'ANOTHER', 'inherit', '25-revision-v2', '127.0.0.1', '127.0.0.1', '2015-04-16 21:18:34', '2015-04-16 21:18:34', '', 'b504e439-6db2-4a00-9866-0a7fdbc0e635', 25)
6921
+ 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
6922
+ 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
6923
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:34', `post_modified_gmt` = '2015-04-16 21:18:34' WHERE `wp_posts`.`ID` = 25
6924
+ 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
6925
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6926
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 25 LIMIT 1
6927
+ 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
6928
+  (0.5ms) ROLLBACK
6929
+  (0.1ms) BEGIN
6930
+  (0.1ms) COMMIT
6931
+  (0.1ms) BEGIN
6932
+  (0.1ms) SAVEPOINT active_record_1
6933
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
6934
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6935
+  (0.1ms) SAVEPOINT active_record_1
6936
+ 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
6937
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
6938
+ 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', '', 15, '2015-04-16 21:18:34', '2015-04-16 21:18:34', 'test', '2015-04-16 21:18:34', '2015-04-16 21:18:34')
6939
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6940
+  (0.6ms) ROLLBACK
6941
+  (0.1ms) BEGIN
6942
+  (0.1ms) COMMIT
6943
+  (0.1ms) BEGIN
6944
+  (0.1ms) SAVEPOINT active_record_1
6945
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
6946
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Hello', 'hello')
6947
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6948
+  (0.3ms) ROLLBACK
6949
+  (0.1ms) BEGIN
6950
+  (0.1ms) COMMIT
6951
+  (0.1ms) BEGIN
6952
+  (0.1ms) SAVEPOINT active_record_1
6953
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
6954
+ SQL (0.5ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('General', 'general')
6955
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6956
+  (0.1ms) SAVEPOINT active_record_1
6957
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes General', 5)
6958
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6959
+ 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
6960
+  (0.3ms) ROLLBACK
6961
+  (0.1ms) BEGIN
6962
+  (0.1ms) COMMIT
6963
+  (0.1ms) BEGIN
6964
+ 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
6965
+  (0.1ms) SAVEPOINT active_record_1
6966
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
6967
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Parent', 'parent')
6968
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6969
+  (0.1ms) SAVEPOINT active_record_1
6970
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Parent', 6)
6971
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6972
+ 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` = 5 AND `wp_terms`.`name` = 'Child' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
6973
+  (0.1ms) SAVEPOINT active_record_1
6974
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
6975
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Child', 'child')
6976
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6977
+  (0.1ms) SAVEPOINT active_record_1
6978
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`, `parent`) VALUES ('category', 'Child', 7, 5)
6979
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6980
+ Wordpress::Taxonomy Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 5 LIMIT 1
6981
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 6 LIMIT 1
6982
+ Wordpress::Taxonomy Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 0 LIMIT 1
6983
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 7 LIMIT 1
6984
+ 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` = 5
6985
+  (0.4ms) ROLLBACK
6986
+  (0.1ms) BEGIN
6987
+  (0.1ms) COMMIT
6988
+  (0.1ms) BEGIN
6989
+ 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
6990
+  (0.1ms) SAVEPOINT active_record_1
6991
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
6992
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Big Bang', 'big-bang')
6993
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6994
+  (0.1ms) SAVEPOINT active_record_1
6995
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Big Bang', 8)
6996
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6997
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 8 LIMIT 1
6998
+ Wordpress::Taxonomy Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 0 LIMIT 1
6999
+  (0.4ms) ROLLBACK
7000
+  (0.1ms) BEGIN
7001
+  (0.1ms) COMMIT
7002
+  (0.1ms) BEGIN
7003
+  (0.1ms) SAVEPOINT active_record_1
7004
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7005
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('General', 'general')
7006
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7007
+  (0.1ms) SAVEPOINT active_record_1
7008
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes General', 9)
7009
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7010
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 9 LIMIT 1
7011
+  (0.3ms) ROLLBACK
7012
+  (0.1ms) BEGIN
7013
+  (0.1ms) COMMIT
7014
+  (0.1ms) BEGIN
7015
+  (0.1ms) ROLLBACK
7016
+  (0.1ms) BEGIN
7017
+  (0.1ms) COMMIT
7018
+  (0.1ms) BEGIN
7019
+  (0.1ms) ROLLBACK
7020
+  (0.1ms) BEGIN
7021
+  (0.1ms) COMMIT
7022
+  (0.1ms) BEGIN
7023
+  (0.1ms) SAVEPOINT active_record_1
7024
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
7025
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7026
+  (0.1ms) SAVEPOINT active_record_1
7027
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
7028
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7029
+  (0.1ms) SAVEPOINT active_record_1
7030
+ 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
7031
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7032
+ 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, '2015-04-16 21:18:34', '2015-04-16 21:18:34', 'test', '2015-04-16 21:18:34', '2015-04-16 21:18:34')
7033
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7034
+  (0.1ms) SAVEPOINT active_record_1
7035
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
7036
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7037
+  (0.1ms) SAVEPOINT active_record_1
7038
+ 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
7039
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7040
+ 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, '2015-04-16 21:18:34', '2015-04-16 21:18:34', 'test', '2015-04-16 21:18:34', '2015-04-16 21:18:34')
7041
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7042
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`post_author` = 16
7043
+  (0.7ms) ROLLBACK
7044
+  (0.1ms) BEGIN
7045
+  (0.1ms) COMMIT
7046
+  (0.1ms) BEGIN
7047
+  (0.1ms) SAVEPOINT active_record_1
7048
+ SQL (0.6ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
7049
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7050
+  (0.1ms) SAVEPOINT active_record_1
7051
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
7052
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7053
+  (0.1ms) SAVEPOINT active_record_1
7054
+ 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
7055
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7056
+ 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, '2015-04-16 21:18:34', '2015-04-16 21:18:34', 'test', '2015-04-16 21:18:34', '2015-04-16 21:18:34')
7057
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7058
+  (0.4ms) ROLLBACK
7059
+  (0.1ms) BEGIN
7060
+  (0.1ms) COMMIT
7061
+  (0.1ms) BEGIN
7062
+  (0.1ms) SAVEPOINT active_record_1
7063
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
7064
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7065
+  (0.4ms) ROLLBACK
7066
+  (0.1ms) BEGIN
7067
+  (0.1ms) COMMIT
7068
+  (0.1ms) BEGIN
7069
+  (0.1ms) SAVEPOINT active_record_1
7070
+ SQL (0.5ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
7071
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7072
+  (0.1ms) SAVEPOINT active_record_1
7073
+ 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
7074
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7075
+ 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', '\'', 22, '2015-04-16 21:18:34', '2015-04-16 21:18:34', 'test', '2015-04-16 21:18:34', '2015-04-16 21:18:34')
7076
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7077
+  (0.3ms) ROLLBACK
7078
+  (0.1ms) BEGIN
7079
+  (0.1ms) COMMIT
7080
+  (0.1ms) BEGIN
7081
+  (0.1ms) SAVEPOINT active_record_1
7082
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
7083
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7084
+  (0.1ms) SAVEPOINT active_record_1
7085
+ 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
7086
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7087
+ 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', '\'', 23, '2015-04-16 21:18:34', '2015-04-16 21:18:34', 'test', '2015-04-16 21:18:34', '2015-04-16 21:18:34')
7088
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7089
+  (0.1ms) SAVEPOINT active_record_1
7090
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7091
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
7092
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7093
+  (0.1ms) SAVEPOINT active_record_1
7094
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 10)
7095
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7096
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 10 LIMIT 1
7097
+ 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
7098
+ 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` = 9 LIMIT 1
7099
+ 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` = 33 AND `wp_term_taxonomy`.`term_taxonomy_id` = 9 LIMIT 1
7100
+ 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` = 33
7101
+  (0.1ms) SAVEPOINT active_record_1
7102
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:34', `post_modified_gmt` = '2015-04-16 21:18:34' WHERE `wp_posts`.`ID` = 33
7103
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (9, 33)
7104
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 9
7105
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7106
+ 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` = 33
7107
+  (0.7ms) ROLLBACK
7108
+  (0.1ms) BEGIN
7109
+  (0.1ms) COMMIT
7110
+  (0.1ms) BEGIN
7111
+  (0.1ms) SAVEPOINT active_record_1
7112
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
7113
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7114
+  (0.1ms) SAVEPOINT active_record_1
7115
+ 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
7116
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7117
+ 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, '2015-04-16 21:18:34', '2015-04-16 21:18:34', 'test', '2015-04-16 21:18:34', '2015-04-16 21:18:34')
7118
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7119
+  (0.1ms) SAVEPOINT active_record_1
7120
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7121
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
7122
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7123
+  (0.1ms) SAVEPOINT active_record_1
7124
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 11)
7125
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7126
+ 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` = 10 LIMIT 1
7127
+ 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` = 34 AND `wp_term_taxonomy`.`term_taxonomy_id` = 10 LIMIT 1
7128
+ 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` = 34
7129
+  (0.1ms) SAVEPOINT active_record_1
7130
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:34', `post_modified_gmt` = '2015-04-16 21:18:34' WHERE `wp_posts`.`ID` = 34
7131
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (10, 34)
7132
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 10
7133
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7134
+ 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` = 34
7135
+  (0.4ms) ROLLBACK
7136
+  (0.1ms) BEGIN
7137
+  (0.1ms) COMMIT
7138
+  (0.1ms) BEGIN
7139
+  (0.1ms) SAVEPOINT active_record_1
7140
+ SQL (0.6ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
7141
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7142
+  (0.1ms) SAVEPOINT active_record_1
7143
+ 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
7144
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7145
+ 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, '2015-04-16 21:18:34', '2015-04-16 21:18:34', 'test', '2015-04-16 21:18:34', '2015-04-16 21:18:34')
7146
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7147
+  (0.1ms) SAVEPOINT active_record_1
7148
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7149
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
7150
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7151
+  (0.1ms) SAVEPOINT active_record_1
7152
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 12)
7153
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7154
+ 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` = 11 LIMIT 1
7155
+ 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` = 35 AND `wp_term_taxonomy`.`term_taxonomy_id` = 11 LIMIT 1
7156
+ 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` = 35
7157
+  (0.1ms) SAVEPOINT active_record_1
7158
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:34', `post_modified_gmt` = '2015-04-16 21:18:34' WHERE `wp_posts`.`ID` = 35
7159
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (11, 35)
7160
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 11
7161
+  (0.2ms) RELEASE SAVEPOINT active_record_1
7162
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 35 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
7163
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 35 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
7164
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 35 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
7165
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 35
7166
+ 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
7167
+  (0.1ms) SAVEPOINT active_record_1
7168
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7169
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
7170
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7171
+  (0.1ms) SAVEPOINT active_record_1
7172
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Foo', 13)
7173
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7174
+ Wordpress::Category Load (0.9ms) 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
7175
+  (0.1ms) SAVEPOINT active_record_1
7176
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7177
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
7178
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7179
+  (0.1ms) SAVEPOINT active_record_1
7180
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Bar', 14)
7181
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7182
+ 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` = 12 LIMIT 1
7183
+ 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
7184
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 35 LIMIT 1
7185
+ 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` = 35 AND `wp_term_taxonomy`.`term_taxonomy_id` = 12 LIMIT 1
7186
+ Wordpress::Category Exists (0.1ms) 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` = 35 AND `wp_term_taxonomy`.`term_taxonomy_id` = 13 LIMIT 1
7187
+ 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` = 35
7188
+  (0.1ms) SAVEPOINT active_record_1
7189
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 25 LIMIT 1
7190
+ 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', 25, '2015-04-16 21:18:34', '2015-04-16 21:18:34', 'CONTENT', 'Test', 'EXCERPT', 'inherit', '35-revision-v1', '127.0.0.1', '127.0.0.1', '2015-04-16 21:18:34', '2015-04-16 21:18:34', '', '417202e6-8f14-42f5-ba78-067cb919de44', 35)
7191
+ 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` = 35
7192
+ SQL (0.1ms) DELETE FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`term_taxonomy_id` = 11
7193
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:34', `post_modified_gmt` = '2015-04-16 21:18:34' WHERE `wp_posts`.`ID` = 35
7194
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (12, 35)
7195
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 12
7196
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (13, 35)
7197
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 13
7198
+ 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
7199
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7200
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 35 LIMIT 1
7201
+ 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
7202
+ 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` = 35
7203
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 13 LIMIT 1
7204
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 14 LIMIT 1
7205
+  (0.7ms) ROLLBACK
7206
+  (0.1ms) BEGIN
7207
+  (0.1ms) COMMIT
7208
+  (0.1ms) BEGIN
7209
+  (0.1ms) SAVEPOINT active_record_1
7210
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
7211
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7212
+  (0.1ms) SAVEPOINT active_record_1
7213
+ 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
7214
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7215
+ 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, '2015-04-16 21:18:34', '2015-04-16 21:18:34', 'test', '2015-04-16 21:18:34', '2015-04-16 21:18:34')
7216
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7217
+  (0.1ms) SAVEPOINT active_record_1
7218
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7219
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
7220
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7221
+  (0.1ms) SAVEPOINT active_record_1
7222
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 15)
7223
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7224
+  (0.1ms) SAVEPOINT active_record_1
7225
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (37, 14)
7226
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 14
7227
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7228
+  (0.1ms) SAVEPOINT active_record_1
7229
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:34', `post_modified_gmt` = '2015-04-16 21:18:34' WHERE `wp_posts`.`ID` = 37
7230
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7231
+ 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` = 37 AND `wp_term_taxonomy`.`term_taxonomy_id` = 14 LIMIT 1
7232
+  (0.8ms) ROLLBACK
7233
+  (0.1ms) BEGIN
7234
+  (0.1ms) COMMIT
7235
+  (0.1ms) BEGIN
7236
+  (0.1ms) SAVEPOINT active_record_1
7237
+ SQL (0.5ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
7238
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7239
+  (0.1ms) SAVEPOINT active_record_1
7240
+ 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
7241
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7242
+ 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', '\'', 27, '2015-04-16 21:18:34', '2015-04-16 21:18:34', 'test', '2015-04-16 21:18:34', '2015-04-16 21:18:34')
7243
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7244
+  (0.1ms) SAVEPOINT active_record_1
7245
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7246
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
7247
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7248
+  (0.1ms) SAVEPOINT active_record_1
7249
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 16)
7250
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7251
+  (0.1ms) SAVEPOINT active_record_1
7252
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (38, 15)
7253
+ SQL (0.3ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 15
7254
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7255
+  (0.1ms) SAVEPOINT active_record_1
7256
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:34', `post_modified_gmt` = '2015-04-16 21:18:34' WHERE `wp_posts`.`ID` = 38
7257
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7258
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 16 LIMIT 1
7259
+ 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` = 38
7260
+  (0.4ms) ROLLBACK
7261
+  (0.1ms) BEGIN
7262
+  (0.1ms) COMMIT
7263
+  (0.1ms) BEGIN
7264
+  (0.1ms) SAVEPOINT active_record_1
7265
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
7266
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7267
+  (0.1ms) SAVEPOINT active_record_1
7268
+ 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
7269
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7270
+ 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', '\'', 28, '2015-04-16 21:18:34', '2015-04-16 21:18:34', 'test', '2015-04-16 21:18:34', '2015-04-16 21:18:34')
7271
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7272
+  (0.1ms) SAVEPOINT active_record_1
7273
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7274
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
7275
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7276
+  (0.1ms) SAVEPOINT active_record_1
7277
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 17)
7278
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7279
+ 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` = 16 LIMIT 1
7280
+ 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` = 39 AND `wp_term_taxonomy`.`term_taxonomy_id` = 16 LIMIT 1
7281
+ 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
7282
+  (0.1ms) SAVEPOINT active_record_1
7283
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:34', `post_modified_gmt` = '2015-04-16 21:18:34' WHERE `wp_posts`.`ID` = 39
7284
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (16, 39)
7285
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 16
7286
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7287
+ 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
7288
+  (0.6ms) ROLLBACK
7289
+  (0.1ms) BEGIN
7290
+  (0.1ms) COMMIT
7291
+  (0.1ms) BEGIN
7292
+  (0.1ms) SAVEPOINT active_record_1
7293
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
7294
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7295
+  (0.1ms) SAVEPOINT active_record_1
7296
+ 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
7297
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7298
+ 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, '2015-04-16 21:18:34', '2015-04-16 21:18:34', 'test', '2015-04-16 21:18:34', '2015-04-16 21:18:34')
7299
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7300
+  (0.1ms) SAVEPOINT active_record_1
7301
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7302
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
7303
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7304
+  (0.1ms) SAVEPOINT active_record_1
7305
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 18)
7306
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7307
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 18 LIMIT 1
7308
+ 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
7309
+ 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
7310
+ 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` = 40 AND `wp_term_taxonomy`.`term_taxonomy_id` = 17 LIMIT 1
7311
+ 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
7312
+  (0.1ms) SAVEPOINT active_record_1
7313
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:34', `post_modified_gmt` = '2015-04-16 21:18:34' WHERE `wp_posts`.`ID` = 40
7314
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (17, 40)
7315
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 17
7316
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7317
+ 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
7318
+  (0.5ms) ROLLBACK
7319
+  (0.1ms) BEGIN
7320
+  (0.1ms) COMMIT
7321
+  (0.1ms) BEGIN
7322
+  (0.1ms) SAVEPOINT active_record_1
7323
+ SQL (0.6ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
7324
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7325
+  (0.1ms) SAVEPOINT active_record_1
7326
+ 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
7327
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7328
+ 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, '2015-04-16 21:18:34', '2015-04-16 21:18:34', 'test', '2015-04-16 21:18:34', '2015-04-16 21:18:34')
7329
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7330
+  (0.1ms) SAVEPOINT active_record_1
7331
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7332
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
7333
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7334
+  (0.1ms) SAVEPOINT active_record_1
7335
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 19)
7336
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7337
+  (0.1ms) SAVEPOINT active_record_1
7338
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (41, 18)
7339
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 18
7340
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7341
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 41 LIMIT 1
7342
+  (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 ('category') AND `wp_term_relationships`.`object_id` = 41
7343
+ 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 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` DESC LIMIT 1
7344
+ 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 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` DESC LIMIT 1
7345
+  (0.6ms) ROLLBACK
7346
+  (0.1ms) BEGIN
7347
+  (0.1ms) COMMIT
7348
+  (0.1ms) BEGIN
7349
+  (0.1ms) SAVEPOINT active_record_1
7350
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
7351
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7352
+  (0.1ms) SAVEPOINT active_record_1
7353
+ 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
7354
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7355
+ 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, '2015-04-16 21:18:34', '2015-04-16 21:18:34', 'test', '2015-04-16 21:18:34', '2015-04-16 21:18:34')
7356
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7357
+ 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
7358
+  (0.1ms) SAVEPOINT active_record_1
7359
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7360
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo', 'foo')
7361
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7362
+  (0.1ms) SAVEPOINT active_record_1
7363
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 20, '')
7364
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7365
+ 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
7366
+  (0.1ms) SAVEPOINT active_record_1
7367
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7368
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('bar', 'bar')
7369
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7370
+  (0.1ms) SAVEPOINT active_record_1
7371
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 21, '')
7372
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7373
+ 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` = 42 AND `wp_term_taxonomy`.`term_taxonomy_id` = 19 LIMIT 1
7374
+ 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` = 42 AND `wp_term_taxonomy`.`term_taxonomy_id` = 20 LIMIT 1
7375
+ 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` = 42
7376
+  (0.1ms) SAVEPOINT active_record_1
7377
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:34', `post_modified_gmt` = '2015-04-16 21:18:34' WHERE `wp_posts`.`ID` = 42
7378
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (19, 42)
7379
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 19
7380
+ SQL (0.3ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (20, 42)
7381
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 20
7382
+  (1.7ms) RELEASE SAVEPOINT active_record_1
7383
+  (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` = 42
7384
+  (0.4ms) ROLLBACK
7385
+  (0.1ms) BEGIN
7386
+  (0.1ms) COMMIT
7387
+  (0.1ms) BEGIN
7388
+  (0.1ms) SAVEPOINT active_record_1
7389
+ SQL (0.6ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
7390
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7391
+  (0.1ms) SAVEPOINT active_record_1
7392
+ 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
7393
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7394
+ 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, '2015-04-16 21:18:34', '2015-04-16 21:18:34', 'test', '2015-04-16 21:18:34', '2015-04-16 21:18:34')
7395
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7396
+  (0.1ms) SAVEPOINT active_record_1
7397
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7398
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo55', 'foo55')
7399
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7400
+  (0.1ms) SAVEPOINT active_record_1
7401
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes foo55', 22)
7402
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7403
+  (0.1ms) SAVEPOINT active_record_1
7404
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (43, 21)
7405
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 21
7406
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7407
+  (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` = 43
7408
+  (0.2ms) SELECT COUNT(*) FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 43
7409
+ 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` = 43 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
7410
+  (0.7ms) ROLLBACK
7411
+  (0.1ms) BEGIN
7412
+  (0.1ms) COMMIT
7413
+  (0.1ms) BEGIN
7414
+  (0.1ms) SAVEPOINT active_record_1
7415
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
7416
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7417
+  (0.1ms) SAVEPOINT active_record_1
7418
+ 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
7419
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7420
+ 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', '\'', 33, '2015-04-16 21:18:34', '2015-04-16 21:18:34', 'test', '2015-04-16 21:18:34', '2015-04-16 21:18:34')
7421
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7422
+  (0.1ms) SAVEPOINT active_record_1
7423
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7424
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
7425
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7426
+  (0.1ms) SAVEPOINT active_record_1
7427
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Foo', 23)
7428
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7429
+  (0.1ms) SAVEPOINT active_record_1
7430
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (44, 22)
7431
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 22
7432
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7433
+  (0.1ms) SAVEPOINT active_record_1
7434
+ Wordpress::Term Exists (0.3ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7435
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
7436
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7437
+  (0.1ms) SAVEPOINT active_record_1
7438
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Bar', 24)
7439
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7440
+  (0.1ms) SAVEPOINT active_record_1
7441
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (44, 23)
7442
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 23
7443
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7444
+ 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` = 44 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
7445
+ 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` = 44
7446
+  (0.5ms) ROLLBACK
7447
+  (0.1ms) BEGIN
7448
+  (0.1ms) COMMIT
7449
+  (0.1ms) BEGIN
7450
+  (0.1ms) SAVEPOINT active_record_1
7451
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
7452
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7453
+  (0.1ms) SAVEPOINT active_record_1
7454
+ 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
7455
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7456
+ 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', '\'', 34, '2015-04-16 21:18:34', '2015-04-16 21:18:34', 'test', '2015-04-16 21:18:34', '2015-04-16 21:18:34')
7457
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7458
+  (0.1ms) SAVEPOINT active_record_1
7459
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7460
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
7461
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7462
+  (0.1ms) SAVEPOINT active_record_1
7463
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Foo', 25)
7464
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7465
+  (0.2ms) SAVEPOINT active_record_1
7466
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (45, 24)
7467
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 24
7468
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7469
+  (0.1ms) SAVEPOINT active_record_1
7470
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7471
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
7472
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7473
+  (0.1ms) SAVEPOINT active_record_1
7474
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Bar', 26)
7475
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7476
+  (0.1ms) SAVEPOINT active_record_1
7477
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (45, 25)
7478
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 25
7479
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7480
+ 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 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
7481
+ 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
7482
+  (0.1ms) SAVEPOINT active_record_1
7483
+ Wordpress::Relationship Load (0.2ms) SELECT `wp_term_relationships`.* FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 45 AND `wp_term_relationships`.`term_taxonomy_id` IN (24, 25)
7484
+ Wordpress::Taxonomy Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 24 LIMIT 1
7485
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 0 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 24
7486
+ Wordpress::Taxonomy Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 25 LIMIT 1
7487
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 0 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 25
7488
+ SQL (0.2ms) DELETE FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 45 AND `wp_term_relationships`.`term_taxonomy_id` IN (24, 25)
7489
+ 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` = 45
7490
+ SQL (0.1ms) DELETE FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 45
7491
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7492
+ 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` = 24 LIMIT 1
7493
+ 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` = 25 LIMIT 1
7494
+  (0.6ms) ROLLBACK
7495
+  (0.1ms) BEGIN
7496
+  (0.1ms) COMMIT
7497
+  (0.1ms) BEGIN
7498
+  (0.1ms) SAVEPOINT active_record_1
7499
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
7500
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7501
+  (0.1ms) SAVEPOINT active_record_1
7502
+ 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
7503
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7504
+ 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', '\'', 35, '2015-04-16 21:18:34', '2015-04-16 21:18:34', 'test', '2015-04-16 21:18:34', '2015-04-16 21:18:34')
7505
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7506
+  (0.1ms) SAVEPOINT active_record_1
7507
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7508
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
7509
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7510
+  (0.1ms) SAVEPOINT active_record_1
7511
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Foo', 27)
7512
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7513
+  (0.1ms) SAVEPOINT active_record_1
7514
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (46, 26)
7515
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 26
7516
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7517
+  (0.1ms) SAVEPOINT active_record_1
7518
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7519
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
7520
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7521
+  (0.1ms) SAVEPOINT active_record_1
7522
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Bar', 28)
7523
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7524
+  (0.1ms) SAVEPOINT active_record_1
7525
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (46, 27)
7526
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 27
7527
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7528
+ 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
7529
+ 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
7530
+  (0.1ms) SAVEPOINT active_record_1
7531
+ Wordpress::Relationship Load (0.2ms) SELECT `wp_term_relationships`.* FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 46 AND `wp_term_relationships`.`term_taxonomy_id` IN (26, 27)
7532
+ Wordpress::Taxonomy Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 26 LIMIT 1
7533
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 0 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 26
7534
+ Wordpress::Taxonomy Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 27 LIMIT 1
7535
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 0 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 27
7536
+ SQL (0.2ms) DELETE FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 46 AND `wp_term_relationships`.`term_taxonomy_id` IN (26, 27)
7537
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7538
+ 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` = 26 LIMIT 1
7539
+ 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` = 27 LIMIT 1
7540
+  (0.7ms) ROLLBACK
7541
+  (0.1ms) BEGIN
7542
+  (0.1ms) COMMIT
7543
+  (0.1ms) BEGIN
7544
+  (0.1ms) SAVEPOINT active_record_1
7545
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
7546
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7547
+  (0.1ms) SAVEPOINT active_record_1
7548
+ 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
7549
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7550
+ 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', '\'', 36, '2015-04-16 21:18:34', '2015-04-16 21:18:34', 'test', '2015-04-16 21:18:34', '2015-04-16 21:18:34')
7551
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7552
+  (0.1ms) SAVEPOINT active_record_1
7553
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7554
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
7555
+  (0.2ms) RELEASE SAVEPOINT active_record_1
7556
+  (0.1ms) SAVEPOINT active_record_1
7557
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Foo', 29)
7558
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7559
+  (0.1ms) SAVEPOINT active_record_1
7560
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (47, 28)
7561
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 28
7562
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7563
+  (0.1ms) SAVEPOINT active_record_1
7564
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7565
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
7566
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7567
+  (0.1ms) SAVEPOINT active_record_1
7568
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Bar', 30)
7569
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7570
+  (0.1ms) SAVEPOINT active_record_1
7571
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (47, 29)
7572
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 29
7573
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7574
+  (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` = 47
7575
+  (0.7ms) ROLLBACK
7576
+  (0.1ms) BEGIN
7577
+  (0.1ms) COMMIT
7578
+  (0.1ms) BEGIN
7579
+  (0.1ms) SAVEPOINT active_record_1
7580
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
7581
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7582
+  (0.1ms) SAVEPOINT active_record_1
7583
+ 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
7584
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7585
+ 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!', '', '', '', '', 37, '2015-04-16 21:18:34', '2015-04-16 21:18:34', 'page', '2015-04-16 21:18:34', '2015-04-16 21:18:34')
7586
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7587
+  (0.4ms) ROLLBACK
7588
+  (0.1ms) BEGIN
7589
+  (0.1ms) COMMIT
7590
+  (0.1ms) BEGIN
7591
+  (0.1ms) SAVEPOINT active_record_1
7592
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
7593
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7594
+  (0.1ms) SAVEPOINT active_record_1
7595
+ 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
7596
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7597
+ 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!', '', '', '', '', 38, '2015-04-16 21:18:34', '2015-04-16 21:18:34', 'page', '2015-04-16 21:18:34', '2015-04-16 21:18:34')
7598
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7599
+ 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
7600
+  (0.1ms) SAVEPOINT active_record_1
7601
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7602
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo', 'foo')
7603
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7604
+  (0.1ms) SAVEPOINT active_record_1
7605
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 31, '')
7606
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7607
+ 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
7608
+  (0.1ms) SAVEPOINT active_record_1
7609
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7610
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('bar', 'bar')
7611
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7612
+  (0.1ms) SAVEPOINT active_record_1
7613
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 32, '')
7614
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7615
+ 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` = 49 AND `wp_term_taxonomy`.`term_taxonomy_id` = 30 LIMIT 1
7616
+ 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` = 49 AND `wp_term_taxonomy`.`term_taxonomy_id` = 31 LIMIT 1
7617
+ 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` = 49
7618
+  (0.1ms) SAVEPOINT active_record_1
7619
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:18:34', `post_modified_gmt` = '2015-04-16 21:18:34' WHERE `wp_posts`.`ID` = 49
7620
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (30, 49)
7621
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 30
7622
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (31, 49)
7623
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 31
7624
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7625
+  (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` = 49
7626
+  (0.6ms) ROLLBACK
7627
+  (0.1ms) BEGIN
7628
+  (0.1ms) COMMIT
7629
+  (0.1ms) BEGIN
7630
+  (0.1ms) SAVEPOINT active_record_1
7631
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:18:34')
7632
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7633
+  (0.1ms) SAVEPOINT active_record_1
7634
+ 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
7635
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7636
+ 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!', '', '', '', '', 39, '2015-04-16 21:18:34', '2015-04-16 21:18:34', 'page', '2015-04-16 21:18:34', '2015-04-16 21:18:34')
7637
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7638
+  (0.1ms) SAVEPOINT active_record_1
7639
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7640
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo1', 'foo1')
7641
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7642
+  (0.1ms) SAVEPOINT active_record_1
7643
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes foo1', 33)
7644
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7645
+  (0.1ms) SAVEPOINT active_record_1
7646
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (50, 32)
7647
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 32
7648
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7649
+  (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` = 50
7650
+  (0.2ms) SELECT COUNT(*) FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 50
7651
+ 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` = 50 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
7652
+  (0.5ms) ROLLBACK
7653
+  (12.8ms) DROP DATABASE IF EXISTS `wp_test`
7654
+  (0.4ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
7655
+  (7.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
7656
+  (9.0ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
7657
+  (8.4ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
7658
+  (7.3ms) 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
7659
+  (8.9ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
7660
+  (8.2ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
7661
+  (8.6ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
7662
+  (8.9ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
7663
+  (9.1ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
7664
+  (7.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
7665
+  (8.5ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
7666
+  (6.3ms) 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
7667
+  (6.8ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
7668
+  (7.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
7669
+  (7.5ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
7670
+  (8.6ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
7671
+  (7.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
7672
+  (8.8ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
7673
+  (9.2ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
7674
+  (8.9ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
7675
+  (9.0ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
7676
+  (6.8ms) 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
7677
+  (8.6ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
7678
+  (8.3ms) 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
7679
+  (7.7ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
7680
+  (8.7ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
7681
+  (6.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
7682
+  (8.5ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
7683
+  (8.0ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
7684
+  (6.8ms) 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
7685
+  (7.7ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
7686
+  (7.8ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
7687
+  (6.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
7688
+  (7.7ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
7689
+  (7.6ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
7690
+  (7.9ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
7691
+  (10.3ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
7692
+  (0.2ms) SELECT version FROM `schema_migrations`
7693
+  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
7694
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
7695
+  (12.1ms) DROP DATABASE IF EXISTS `wp_test`
7696
+  (0.3ms) CREATE DATABASE `wp_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
7697
+  (8.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
7698
+  (8.9ms) CREATE INDEX `comment_id` USING btree ON `wp_commentmeta` (`comment_id`)
7699
+  (8.0ms) CREATE INDEX `meta_key` USING btree ON `wp_commentmeta` (`meta_key`) 
7700
+  (7.3ms) 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
7701
+  (8.8ms) CREATE INDEX `comment_approved_date_gmt` USING btree ON `wp_comments` (`comment_approved`, `comment_date_gmt`) 
7702
+  (7.5ms) CREATE INDEX `comment_author_email` USING btree ON `wp_comments` (`comment_author_email`(10))
7703
+  (9.4ms) CREATE INDEX `comment_date_gmt` USING btree ON `wp_comments` (`comment_date_gmt`) 
7704
+  (8.7ms) CREATE INDEX `comment_parent` USING btree ON `wp_comments` (`comment_parent`)
7705
+  (9.8ms) CREATE INDEX `comment_post_ID` USING btree ON `wp_comments` (`comment_post_ID`) 
7706
+  (7.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
7707
+  (9.8ms) CREATE INDEX `link_visible` USING btree ON `wp_links` (`link_visible`) 
7708
+  (7.3ms) 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
7709
+  (8.1ms) CREATE UNIQUE INDEX `option_name` USING btree ON `wp_options` (`option_name`) 
7710
+  (7.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
7711
+  (8.1ms) CREATE INDEX `meta_key` USING btree ON `wp_postmeta` (`meta_key`) 
7712
+  (8.2ms) CREATE INDEX `post_id` USING btree ON `wp_postmeta` (`post_id`)
7713
+  (7.5ms) 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
7714
+  (9.0ms) CREATE INDEX `post_author` USING btree ON `wp_posts` (`post_author`)
7715
+  (7.9ms) CREATE INDEX `post_name` USING btree ON `wp_posts` (`post_name`) 
7716
+  (9.1ms) CREATE INDEX `post_parent` USING btree ON `wp_posts` (`post_parent`)
7717
+  (8.5ms) CREATE INDEX `type_status_date` USING btree ON `wp_posts` (`post_type`, `post_status`, `post_date`, `ID`) 
7718
+  (7.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
7719
+  (8.6ms) CREATE INDEX `term_taxonomy_id` USING btree ON `wp_term_relationships` (`term_taxonomy_id`) 
7720
+  (7.7ms) 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
7721
+  (8.0ms) CREATE INDEX `taxonomy` USING btree ON `wp_term_taxonomy` (`taxonomy`) 
7722
+  (10.0ms) CREATE UNIQUE INDEX `term_id_taxonomy` USING btree ON `wp_term_taxonomy` (`term_id`, `taxonomy`)
7723
+  (7.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
7724
+  (8.1ms) CREATE INDEX `name` USING btree ON `wp_terms` (`name`)
7725
+  (8.6ms) CREATE UNIQUE INDEX `slug` USING btree ON `wp_terms` (`slug`) 
7726
+  (6.9ms) 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
7727
+  (8.2ms) CREATE INDEX `meta_key` USING btree ON `wp_usermeta` (`meta_key`) 
7728
+  (9.3ms) CREATE INDEX `user_id` USING btree ON `wp_usermeta` (`user_id`)
7729
+  (7.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
7730
+  (7.9ms) CREATE INDEX `user_login_key` USING btree ON `wp_users` (`user_login`)
7731
+  (9.6ms) CREATE INDEX `user_nicename` USING btree ON `wp_users` (`user_nicename`) 
7732
+  (7.3ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
7733
+  (10.1ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) 
7734
+  (0.1ms) SELECT version FROM `schema_migrations`
7735
+  (0.3ms) INSERT INTO `schema_migrations` (version) VALUES ('0')
7736
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
7737
+  (0.2ms) SELECT @@FOREIGN_KEY_CHECKS
7738
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 0
7739
+  (819.5ms) SELECT * FROM information_schema.tables
7740
+  (0.4ms) SELECT table_name FROM information_schema.tables WHERE table_schema = 'wp_test' AND table_rows > 0
7741
+  (0.1ms) SET FOREIGN_KEY_CHECKS = 1
7742
+  (0.1ms) BEGIN
7743
+  (0.1ms) COMMIT
7744
+  (0.1ms) BEGIN
7745
+  (0.1ms) SAVEPOINT active_record_1
7746
+ SQL (0.7ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:04')
7747
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7748
+  (0.1ms) SAVEPOINT active_record_1
7749
+ 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
7750
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7751
+ 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', '', 1, '2015-04-16 21:21:04', '2015-04-16 21:21:04', 'test', '2015-04-16 21:21:04', '2015-04-16 21:21:04')
7752
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7753
+  (0.4ms) ROLLBACK
7754
+  (0.1ms) BEGIN
7755
+  (0.1ms) COMMIT
7756
+  (0.1ms) BEGIN
7757
+  (0.1ms) SAVEPOINT active_record_1
7758
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7759
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('General', 'general')
7760
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7761
+  (0.1ms) SAVEPOINT active_record_1
7762
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes General', 1)
7763
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7764
+ 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` = 'General' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
7765
+  (0.5ms) ROLLBACK
7766
+  (0.1ms) BEGIN
7767
+  (0.1ms) COMMIT
7768
+  (0.1ms) BEGIN
7769
+ 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` = 'Big Bang' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
7770
+  (0.1ms) SAVEPOINT active_record_1
7771
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7772
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Big Bang', 'big-bang')
7773
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7774
+  (0.1ms) SAVEPOINT active_record_1
7775
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Big Bang', 2)
7776
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7777
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 2 LIMIT 1
7778
+ Wordpress::Taxonomy Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 0 LIMIT 1
7779
+  (0.6ms) ROLLBACK
7780
+  (0.1ms) BEGIN
7781
+  (0.1ms) COMMIT
7782
+  (0.1ms) BEGIN
7783
+ 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
7784
+  (0.1ms) SAVEPOINT active_record_1
7785
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7786
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Parent', 'parent')
7787
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7788
+  (0.1ms) SAVEPOINT active_record_1
7789
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Parent', 3)
7790
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7791
+ 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` = 3 AND `wp_terms`.`name` = 'Child' ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
7792
+  (0.1ms) SAVEPOINT active_record_1
7793
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7794
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Child', 'child')
7795
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7796
+  (0.1ms) SAVEPOINT active_record_1
7797
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`, `parent`) VALUES ('category', 'Child', 4, 3)
7798
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7799
+ Wordpress::Taxonomy Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 3 LIMIT 1
7800
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 3 LIMIT 1
7801
+ Wordpress::Taxonomy Load (0.2ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 0 LIMIT 1
7802
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 4 LIMIT 1
7803
+ 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` = 3
7804
+  (0.4ms) ROLLBACK
7805
+  (0.1ms) BEGIN
7806
+  (0.1ms) COMMIT
7807
+  (0.1ms) BEGIN
7808
+  (0.1ms) SAVEPOINT active_record_1
7809
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
7810
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('General', 'general')
7811
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7812
+  (0.1ms) SAVEPOINT active_record_1
7813
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes General', 5)
7814
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7815
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 5 LIMIT 1
7816
+  (0.3ms) ROLLBACK
7817
+  (0.1ms) BEGIN
7818
+  (0.1ms) COMMIT
7819
+  (0.1ms) BEGIN
7820
+  (0.1ms) SAVEPOINT active_record_1
7821
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:04')
7822
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7823
+  (0.1ms) SAVEPOINT active_record_1
7824
+ 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
7825
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7826
+ 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', '\'', 2, '2015-04-16 21:21:04', '2015-04-16 21:21:04', 'test', '2015-04-16 21:21:04', '2015-04-16 21:21:04')
7827
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7828
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 2 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
7829
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 2 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
7830
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 2 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
7831
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 2
7832
+  (0.5ms) ROLLBACK
7833
+  (0.1ms) BEGIN
7834
+  (0.1ms) COMMIT
7835
+  (0.1ms) BEGIN
7836
+  (0.1ms) SAVEPOINT active_record_1
7837
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:04')
7838
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7839
+  (0.1ms) SAVEPOINT active_record_1
7840
+ 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
7841
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7842
+ 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', '\'', 3, '2015-04-16 21:21:04', '2015-04-16 21:21:04', 'test', '2015-04-16 21:21:04', '2015-04-16 21:21:04')
7843
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7844
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 3 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
7845
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 3 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
7846
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 3 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
7847
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 3
7848
+  (0.4ms) ROLLBACK
7849
+  (0.1ms) BEGIN
7850
+  (0.1ms) COMMIT
7851
+  (0.1ms) BEGIN
7852
+  (0.1ms) SAVEPOINT active_record_1
7853
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:04')
7854
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7855
+  (0.1ms) SAVEPOINT active_record_1
7856
+ 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
7857
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7858
+ 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, '2015-04-16 21:21:04', '2015-04-16 21:21:04', 'test', '2015-04-16 21:21:04', '2015-04-16 21:21:04')
7859
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7860
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 4 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
7861
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 4 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
7862
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 4 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
7863
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 4
7864
+  (0.1ms) SAVEPOINT active_record_1
7865
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 4 LIMIT 1
7866
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 4 LIMIT 1
7867
+ SQL (0.3ms) 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', 4, '2015-04-16 21:21:04', '2015-04-16 21:21:04', 'CONTENT', 'Test', 'EXCERPT', 'inherit', '4-revision-v1', '127.0.0.1', '127.0.0.1', '2015-04-16 21:21:04', '2015-04-16 21:21:04', '', 'f3e630ad-c240-423c-91fa-165804e16c36', 4)
7868
+ 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` = 4
7869
+ 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` = 4
7870
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:04', `post_modified_gmt` = '2015-04-16 21:21:04' WHERE `wp_posts`.`ID` = 4
7871
+ 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
7872
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7873
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 4
7874
+  (0.6ms) ROLLBACK
7875
+  (0.1ms) BEGIN
7876
+  (0.1ms) COMMIT
7877
+  (0.1ms) BEGIN
7878
+  (0.1ms) SAVEPOINT active_record_1
7879
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:04')
7880
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7881
+  (0.1ms) SAVEPOINT active_record_1
7882
+ 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
7883
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7884
+ 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', '\'', 5, '2015-04-16 21:21:04', '2015-04-16 21:21:04', 'test', '2015-04-16 21:21:04', '2015-04-16 21:21:04')
7885
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7886
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 6 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
7887
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 6 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
7888
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 6 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
7889
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 6
7890
+  (0.1ms) SAVEPOINT active_record_1
7891
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 6 LIMIT 1
7892
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 5 LIMIT 1
7893
+ SQL (0.3ms) 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', 5, '2015-04-16 21:21:04', '2015-04-16 21:21:04', 'CONTENT', 'Test', 'EXCERPT', 'inherit', '6-revision-v1', '127.0.0.1', '127.0.0.1', '2015-04-16 21:21:04', '2015-04-16 21:21:04', '', '71cb002f-bf30-4eaf-a3eb-b69b42a61e67', 6)
7894
+ 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
7895
+ 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` = 6
7896
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:04', `post_modified_gmt` = '2015-04-16 21:21:04' WHERE `wp_posts`.`ID` = 6
7897
+ 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
7898
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7899
+  (0.4ms) ROLLBACK
7900
+  (0.1ms) BEGIN
7901
+  (0.1ms) COMMIT
7902
+  (0.1ms) BEGIN
7903
+  (0.1ms) SAVEPOINT active_record_1
7904
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:04')
7905
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7906
+  (0.1ms) SAVEPOINT active_record_1
7907
+ 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
7908
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7909
+ 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', '\'', 6, '2015-04-16 21:21:04', '2015-04-16 21:21:04', 'test', '2015-04-16 21:21:04', '2015-04-16 21:21:04')
7910
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7911
+ 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
7912
+ 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
7913
+ 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
7914
+  (0.1ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 8
7915
+  (0.1ms) SAVEPOINT active_record_1
7916
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 8 LIMIT 1
7917
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 6 LIMIT 1
7918
+ 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', 6, '2015-04-16 21:21:04', '2015-04-16 21:21:04', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '8-revision-v1', '127.0.0.1', '127.0.0.1', '2015-04-16 21:21:04', '2015-04-16 21:21:04', '', '0ee84b92-d6b0-44f8-8d99-6958a65f587a', 8)
7919
+ 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` = 8
7920
+ 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` = 8
7921
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:04', `post_modified_gmt` = '2015-04-16 21:21:04' WHERE `wp_posts`.`ID` = 8
7922
+ 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
7923
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7924
+ 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
7925
+  (0.7ms) ROLLBACK
7926
+  (0.1ms) BEGIN
7927
+  (0.1ms) COMMIT
7928
+  (0.1ms) BEGIN
7929
+  (0.1ms) SAVEPOINT active_record_1
7930
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:04')
7931
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7932
+  (0.1ms) SAVEPOINT active_record_1
7933
+ 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
7934
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7935
+ 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', '\'', 7, '2015-04-16 21:21:04', '2015-04-16 21:21:04', 'test', '2015-04-16 21:21:04', '2015-04-16 21:21:04')
7936
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7937
+  (0.1ms) SAVEPOINT active_record_1
7938
+ 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` = 10
7939
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7940
+ 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
7941
+ 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
7942
+ Wordpress::Revision Load (0.3ms) 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
7943
+ 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
7944
+ 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
7945
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 10
7946
+  (0.1ms) SAVEPOINT active_record_1
7947
+ 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
7948
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 7 LIMIT 1
7949
+ 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', 7, '2009-01-01 00:00:00', '2015-04-16 21:21:04', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '10-revision-v1', '127.0.0.1', '127.0.0.1', '2015-04-16 21:21:04', '2015-04-16 21:21:04', '', 'b3418815-84b2-427e-9385-0289de566091', 10)
7950
+ 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
7951
+ 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
7952
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:04', `post_modified_gmt` = '2015-04-16 21:21:04' WHERE `wp_posts`.`ID` = 10
7953
+ 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
7954
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7955
+ 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
7956
+  (0.5ms) ROLLBACK
7957
+  (0.1ms) BEGIN
7958
+  (0.1ms) COMMIT
7959
+  (0.1ms) BEGIN
7960
+  (0.1ms) SAVEPOINT active_record_1
7961
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:04')
7962
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7963
+  (0.1ms) SAVEPOINT active_record_1
7964
+ 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
7965
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7966
+ 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', '\'', 8, '2015-04-16 21:21:04', '2015-04-16 21:21:04', 'test', '2015-04-16 21:21:04', '2015-04-16 21:21:04')
7967
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7968
+ 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
7969
+ 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
7970
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 12
7971
+  (0.1ms) SAVEPOINT active_record_1
7972
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 12 LIMIT 1
7973
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 8 LIMIT 1
7974
+ 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', 8, '2015-04-16 21:21:04', '2015-04-16 21:21:04', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '12-revision-v1', '127.0.0.1', '127.0.0.1', '2015-04-16 21:21:04', '2015-04-16 21:21:04', '', '1df09011-16f7-4bed-9e9a-9599f9e744c1', 12)
7975
+ 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
7976
+ 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
7977
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:04', `post_modified_gmt` = '2015-04-16 21:21:04' WHERE `wp_posts`.`ID` = 12
7978
+ 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
7979
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7980
+ 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
7981
+  (0.4ms) ROLLBACK
7982
+  (0.1ms) BEGIN
7983
+  (0.1ms) COMMIT
7984
+  (0.1ms) BEGIN
7985
+  (0.1ms) SAVEPOINT active_record_1
7986
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:04')
7987
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7988
+  (0.1ms) SAVEPOINT active_record_1
7989
+ 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
7990
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
7991
+ 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', '\'', 9, '2015-04-16 21:21:04', '2015-04-16 21:21:04', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
7992
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7993
+ 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
7994
+ 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
7995
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 14
7996
+  (0.6ms) ROLLBACK
7997
+  (0.1ms) BEGIN
7998
+  (0.1ms) COMMIT
7999
+  (0.1ms) BEGIN
8000
+  (0.1ms) SAVEPOINT active_record_1
8001
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8002
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8003
+  (0.1ms) SAVEPOINT active_record_1
8004
+ 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
8005
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8006
+ 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, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8007
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8008
+  (0.1ms) SAVEPOINT active_record_1
8009
+ 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` = 15
8010
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8011
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 15 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
8012
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 15 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
8013
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 15
8014
+  (0.1ms) SAVEPOINT active_record_1
8015
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 15 LIMIT 1
8016
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 10 LIMIT 1
8017
+ 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', 10, '2009-01-01 00:00:00', '2015-04-16 21:21:05', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '15-revision-v1', '127.0.0.1', '127.0.0.1', '2015-04-16 21:21:05', '2015-04-16 21:21:05', '', '8bd5722c-5f58-4401-a77d-52f731cebe13', 15)
8018
+ 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` = 15
8019
+ 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` = 15
8020
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:05', `post_modified_gmt` = '2015-04-16 21:21:05' WHERE `wp_posts`.`ID` = 15
8021
+ 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
8022
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8023
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 15 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
8024
+  (0.4ms) ROLLBACK
8025
+  (0.1ms) BEGIN
8026
+  (0.1ms) COMMIT
8027
+  (0.1ms) BEGIN
8028
+  (0.1ms) SAVEPOINT active_record_1
8029
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8030
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8031
+  (0.1ms) SAVEPOINT active_record_1
8032
+ 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
8033
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8034
+ 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, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8035
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8036
+  (0.1ms) SAVEPOINT active_record_1
8037
+ SQL (0.3ms) 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` = 17
8038
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8039
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 17 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
8040
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 17 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
8041
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 17
8042
+  (0.1ms) SAVEPOINT active_record_1
8043
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 17 LIMIT 1
8044
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 11 LIMIT 1
8045
+ 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', 11, '2009-01-01 00:00:00', '2015-04-16 21:21:05', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '17-revision-v1', '127.0.0.1', '127.0.0.1', '2015-04-16 21:21:05', '2015-04-16 21:21:05', '', 'd83e9d5d-99cf-436b-93ac-f02ced6f3dad', 17)
8046
+ 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` = 17
8047
+ 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` = 17
8048
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:05', `post_modified_gmt` = '2015-04-16 21:21:05' WHERE `wp_posts`.`ID` = 17
8049
+ 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
8050
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8051
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 17 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
8052
+  (0.9ms) ROLLBACK
8053
+  (0.1ms) BEGIN
8054
+  (0.1ms) COMMIT
8055
+  (0.1ms) BEGIN
8056
+  (0.1ms) SAVEPOINT active_record_1
8057
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8058
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8059
+  (0.1ms) SAVEPOINT active_record_1
8060
+ 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
8061
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8062
+ 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, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8063
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8064
+  (0.1ms) SAVEPOINT active_record_1
8065
+ 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` = 19
8066
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8067
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 19 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
8068
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 19 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
8069
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 19
8070
+  (0.1ms) SAVEPOINT active_record_1
8071
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 19 LIMIT 1
8072
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 12 LIMIT 1
8073
+ 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, '2009-01-01 00:00:00', '2015-04-16 21:21:05', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '19-revision-v1', '127.0.0.1', '127.0.0.1', '2015-04-16 21:21:05', '2015-04-16 21:21:05', '', '3456ce27-1c68-4e07-b075-d2680a178ebe', 19)
8074
+ 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` = 19
8075
+ 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` = 19
8076
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:05', `post_modified_gmt` = '2015-04-16 21:21:05' WHERE `wp_posts`.`ID` = 19
8077
+ 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
8078
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8079
+  (0.4ms) ROLLBACK
8080
+  (0.1ms) BEGIN
8081
+  (0.1ms) COMMIT
8082
+  (0.1ms) BEGIN
8083
+  (0.1ms) SAVEPOINT active_record_1
8084
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8085
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8086
+  (0.1ms) SAVEPOINT active_record_1
8087
+ 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
8088
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8089
+ 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', '\'', 13, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8090
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8091
+ 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
8092
+ 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
8093
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 21
8094
+  (0.1ms) SAVEPOINT active_record_1
8095
+ 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
8096
+ 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
8097
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 13 LIMIT 1
8098
+ 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, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '21-revision-v1', '127.0.0.1', '127.0.0.1', '2015-04-16 21:21:05', '2015-04-16 21:21:05', '', '74e59234-649b-4a89-9f9d-a3c06a33d84a', 21)
8099
+ 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
8100
+ 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
8101
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:05', `post_modified_gmt` = '2015-04-16 21:21:05' WHERE `wp_posts`.`ID` = 21
8102
+ 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
8103
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8104
+  (0.1ms) SAVEPOINT active_record_1
8105
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:05', `post_modified_gmt` = '2015-04-16 21:21:05', `post_name` = 'test' WHERE `wp_posts`.`ID` = 22
8106
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:05', `post_modified_gmt` = '2015-04-16 21:21:05' WHERE `wp_posts`.`ID` = 21
8107
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8108
+ 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
8109
+  (0.8ms) ROLLBACK
8110
+  (0.1ms) BEGIN
8111
+  (0.1ms) COMMIT
8112
+  (0.1ms) BEGIN
8113
+  (0.1ms) SAVEPOINT active_record_1
8114
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8115
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8116
+  (0.1ms) SAVEPOINT active_record_1
8117
+ 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
8118
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8119
+ 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', '\'', 14, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8120
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8121
+  (0.1ms) SAVEPOINT active_record_1
8122
+ 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
8123
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8124
+ 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
8125
+ 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
8126
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 23
8127
+  (0.1ms) SAVEPOINT active_record_1
8128
+ 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
8129
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 14 LIMIT 1
8130
+ 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', 14, '2009-01-01 00:00:00', '2015-04-16 21:21:05', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '23-revision-v1', '127.0.0.1', '127.0.0.1', '2015-04-16 21:21:05', '2015-04-16 21:21:05', '', 'd64ade29-aab2-4530-ac37-a04af2689520', 23)
8131
+ 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
8132
+ 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
8133
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:05', `post_modified_gmt` = '2015-04-16 21:21:05' WHERE `wp_posts`.`ID` = 23
8134
+ 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
8135
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8136
+ 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
8137
+ 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
8138
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 23
8139
+  (0.1ms) SAVEPOINT active_record_1
8140
+ 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
8141
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 14 LIMIT 1
8142
+ 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', 14, '2009-01-01 00:00:00', '2015-04-16 21:21:05', 'Revised Content', 'Test', 'ANOTHER', 'inherit', '23-revision-v2', '127.0.0.1', '127.0.0.1', '2015-04-16 21:21:05', '2015-04-16 21:21:05', '', '07c9782a-27ea-4496-8967-968700266a12', 23)
8143
+ 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
8144
+ 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
8145
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:05', `post_modified_gmt` = '2015-04-16 21:21:05' WHERE `wp_posts`.`ID` = 23
8146
+ 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
8147
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8148
+ 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
8149
+ 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
8150
+  (0.8ms) ROLLBACK
8151
+  (0.1ms) BEGIN
8152
+  (0.1ms) COMMIT
8153
+  (0.1ms) BEGIN
8154
+  (0.1ms) SAVEPOINT active_record_1
8155
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8156
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8157
+  (0.1ms) SAVEPOINT active_record_1
8158
+ 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
8159
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8160
+ 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', '\'', 15, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8161
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8162
+  (0.1ms) SAVEPOINT active_record_1
8163
+ 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` = 26
8164
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8165
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 26 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
8166
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 26 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
8167
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 26
8168
+  (0.1ms) SAVEPOINT active_record_1
8169
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 26 LIMIT 1
8170
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 15 LIMIT 1
8171
+ 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', 15, '2009-01-01 00:00:00', '2015-04-16 21:21:05', 'Revised Content', 'Test', 'EXCERPT', 'inherit', '26-revision-v1', '127.0.0.1', '127.0.0.1', '2015-04-16 21:21:05', '2015-04-16 21:21:05', '', '2ba508e4-1c2c-4e3e-80f8-1f92941ca615', 26)
8172
+ 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` = 26
8173
+ 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` = 26
8174
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:05', `post_modified_gmt` = '2015-04-16 21:21:05' WHERE `wp_posts`.`ID` = 26
8175
+ 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
8176
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8177
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 26 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
8178
+ Wordpress::Revision Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 26 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
8179
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 26
8180
+  (0.1ms) SAVEPOINT active_record_1
8181
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 26 LIMIT 1
8182
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 15 LIMIT 1
8183
+ 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', 15, '2009-01-01 00:00:00', '2015-04-16 21:21:05', 'Revised Content', 'Test', 'ANOTHER', 'inherit', '26-revision-v2', '127.0.0.1', '127.0.0.1', '2015-04-16 21:21:05', '2015-04-16 21:21:05', '', '273a8076-6a64-4bf2-8315-546049065acc', 26)
8184
+ 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` = 26
8185
+ 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` = 26
8186
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:05', `post_modified_gmt` = '2015-04-16 21:21:05' WHERE `wp_posts`.`ID` = 26
8187
+ 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
8188
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8189
+ Wordpress::Post Load (0.1ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 26 LIMIT 1
8190
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 26 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
8191
+  (0.7ms) ROLLBACK
8192
+  (0.1ms) BEGIN
8193
+  (0.1ms) COMMIT
8194
+  (0.1ms) BEGIN
8195
+  (0.1ms) SAVEPOINT active_record_1
8196
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8197
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8198
+  (0.1ms) SAVEPOINT active_record_1
8199
+ 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
8200
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8201
+ 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', '\'', 16, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8202
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8203
+  (0.1ms) SAVEPOINT active_record_1
8204
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8205
+ SQL (0.5ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
8206
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8207
+  (0.1ms) SAVEPOINT active_record_1
8208
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Foo', 6)
8209
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8210
+  (0.1ms) SAVEPOINT active_record_1
8211
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (29, 6)
8212
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 6
8213
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8214
+  (0.1ms) SAVEPOINT active_record_1
8215
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8216
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
8217
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8218
+  (0.1ms) SAVEPOINT active_record_1
8219
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Bar', 7)
8220
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8221
+  (0.1ms) SAVEPOINT active_record_1
8222
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (29, 7)
8223
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 7
8224
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8225
+ Wordpress::PostTag Load (1.6ms) 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 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
8226
+ 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
8227
+  (0.5ms) ROLLBACK
8228
+  (0.1ms) BEGIN
8229
+  (0.1ms) COMMIT
8230
+  (0.1ms) BEGIN
8231
+  (0.1ms) SAVEPOINT active_record_1
8232
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8233
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8234
+  (0.1ms) SAVEPOINT active_record_1
8235
+ 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
8236
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8237
+ 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, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8238
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8239
+  (0.1ms) SAVEPOINT active_record_1
8240
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8241
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
8242
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8243
+  (0.1ms) SAVEPOINT active_record_1
8244
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Foo', 8)
8245
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8246
+  (0.1ms) SAVEPOINT active_record_1
8247
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (30, 8)
8248
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 8
8249
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8250
+  (0.1ms) SAVEPOINT active_record_1
8251
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8252
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
8253
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8254
+  (0.1ms) SAVEPOINT active_record_1
8255
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Bar', 9)
8256
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8257
+  (0.1ms) SAVEPOINT active_record_1
8258
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (30, 9)
8259
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 9
8260
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8261
+ 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` = 30 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
8262
+ 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` = 30
8263
+  (0.1ms) SAVEPOINT active_record_1
8264
+ Wordpress::Relationship Load (0.1ms) SELECT `wp_term_relationships`.* FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 30 AND `wp_term_relationships`.`term_taxonomy_id` IN (8, 9)
8265
+ Wordpress::Taxonomy Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 8 LIMIT 1
8266
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 0 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 8
8267
+ Wordpress::Taxonomy Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 9 LIMIT 1
8268
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 0 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 9
8269
+ SQL (0.1ms) DELETE FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 30 AND `wp_term_relationships`.`term_taxonomy_id` IN (8, 9)
8270
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8271
+ 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` = 8 LIMIT 1
8272
+ 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` = 9 LIMIT 1
8273
+  (0.6ms) ROLLBACK
8274
+  (0.1ms) BEGIN
8275
+  (0.1ms) COMMIT
8276
+  (0.1ms) BEGIN
8277
+  (0.1ms) SAVEPOINT active_record_1
8278
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8279
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8280
+  (0.1ms) SAVEPOINT active_record_1
8281
+ 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
8282
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8283
+ 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', '\'', 18, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8284
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8285
+  (0.1ms) SAVEPOINT active_record_1
8286
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8287
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
8288
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8289
+  (0.1ms) SAVEPOINT active_record_1
8290
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Foo', 10)
8291
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8292
+  (0.1ms) SAVEPOINT active_record_1
8293
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (31, 10)
8294
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 10
8295
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8296
+  (0.1ms) SAVEPOINT active_record_1
8297
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8298
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
8299
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8300
+  (0.1ms) SAVEPOINT active_record_1
8301
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Bar', 11)
8302
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8303
+  (0.1ms) SAVEPOINT active_record_1
8304
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (31, 11)
8305
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 11
8306
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8307
+ 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` = 31 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
8308
+ 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` = 31
8309
+  (0.1ms) SAVEPOINT active_record_1
8310
+ Wordpress::Relationship Load (0.2ms) SELECT `wp_term_relationships`.* FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 31 AND `wp_term_relationships`.`term_taxonomy_id` IN (10, 11)
8311
+ Wordpress::Taxonomy Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 10 LIMIT 1
8312
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 0 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 10
8313
+ Wordpress::Taxonomy Load (0.1ms) SELECT `wp_term_taxonomy`.* FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 11 LIMIT 1
8314
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 0 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 11
8315
+ SQL (0.1ms) DELETE FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 31 AND `wp_term_relationships`.`term_taxonomy_id` IN (10, 11)
8316
+ 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` = 31
8317
+ SQL (0.2ms) DELETE FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 31
8318
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8319
+ 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` = 10 LIMIT 1
8320
+ 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` = 11 LIMIT 1
8321
+  (0.9ms) ROLLBACK
8322
+  (0.1ms) BEGIN
8323
+  (0.1ms) COMMIT
8324
+  (0.1ms) BEGIN
8325
+  (0.1ms) SAVEPOINT active_record_1
8326
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8327
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8328
+  (0.1ms) SAVEPOINT active_record_1
8329
+ 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
8330
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8331
+ 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', '\'', 19, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8332
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8333
+  (0.1ms) SAVEPOINT active_record_1
8334
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8335
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
8336
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8337
+  (0.1ms) SAVEPOINT active_record_1
8338
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Foo', 12)
8339
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8340
+  (0.1ms) SAVEPOINT active_record_1
8341
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (32, 12)
8342
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 12
8343
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8344
+  (0.1ms) SAVEPOINT active_record_1
8345
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8346
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
8347
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8348
+  (0.1ms) SAVEPOINT active_record_1
8349
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Bar', 13)
8350
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8351
+  (0.1ms) SAVEPOINT active_record_1
8352
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (32, 13)
8353
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 13
8354
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8355
+  (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` = 32
8356
+  (0.5ms) ROLLBACK
8357
+  (0.1ms) BEGIN
8358
+  (0.1ms) COMMIT
8359
+  (0.1ms) BEGIN
8360
+  (0.1ms) SAVEPOINT active_record_1
8361
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8362
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8363
+  (0.1ms) SAVEPOINT active_record_1
8364
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8365
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8366
+  (0.1ms) SAVEPOINT active_record_1
8367
+ 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
8368
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8369
+ 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, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8370
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8371
+  (0.1ms) SAVEPOINT active_record_1
8372
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8373
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8374
+  (0.1ms) SAVEPOINT active_record_1
8375
+ 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
8376
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8377
+ 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, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8378
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8379
+ Wordpress::Post Load (0.3ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`post_author` = 20
8380
+  (0.5ms) ROLLBACK
8381
+  (0.1ms) BEGIN
8382
+  (0.1ms) COMMIT
8383
+  (0.1ms) BEGIN
8384
+  (0.1ms) SAVEPOINT active_record_1
8385
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8386
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8387
+  (0.1ms) SAVEPOINT active_record_1
8388
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8389
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8390
+  (0.1ms) SAVEPOINT active_record_1
8391
+ 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
8392
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8393
+ 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', '\'', 23, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8394
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8395
+  (0.3ms) ROLLBACK
8396
+  (0.1ms) BEGIN
8397
+  (0.1ms) COMMIT
8398
+  (0.1ms) BEGIN
8399
+  (0.1ms) SAVEPOINT active_record_1
8400
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8401
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8402
+  (0.3ms) ROLLBACK
8403
+  (0.1ms) BEGIN
8404
+  (0.1ms) COMMIT
8405
+  (0.1ms) BEGIN
8406
+  (0.1ms) SAVEPOINT active_record_1
8407
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8408
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8409
+  (0.1ms) SAVEPOINT active_record_1
8410
+ 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
8411
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8412
+ 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!', '', '', '', '', 26, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'page', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8413
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8414
+  (0.4ms) ROLLBACK
8415
+  (0.1ms) BEGIN
8416
+  (0.1ms) COMMIT
8417
+  (0.1ms) BEGIN
8418
+  (0.1ms) SAVEPOINT active_record_1
8419
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8420
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8421
+  (0.1ms) SAVEPOINT active_record_1
8422
+ 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
8423
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8424
+ 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!', '', '', '', '', 27, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'page', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8425
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8426
+ 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
8427
+  (0.1ms) SAVEPOINT active_record_1
8428
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8429
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo', 'foo')
8430
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8431
+  (0.1ms) SAVEPOINT active_record_1
8432
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 14, '')
8433
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8434
+ 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
8435
+  (0.1ms) SAVEPOINT active_record_1
8436
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8437
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('bar', 'bar')
8438
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8439
+  (0.1ms) SAVEPOINT active_record_1
8440
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 15, '')
8441
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8442
+ 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` = 37 AND `wp_term_taxonomy`.`term_taxonomy_id` = 14 LIMIT 1
8443
+ 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` = 37 AND `wp_term_taxonomy`.`term_taxonomy_id` = 15 LIMIT 1
8444
+ 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` = 37
8445
+  (0.1ms) SAVEPOINT active_record_1
8446
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:05', `post_modified_gmt` = '2015-04-16 21:21:05' WHERE `wp_posts`.`ID` = 37
8447
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (14, 37)
8448
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 14
8449
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (15, 37)
8450
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 15
8451
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8452
+  (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` = 37
8453
+  (0.8ms) ROLLBACK
8454
+  (0.1ms) BEGIN
8455
+  (0.1ms) COMMIT
8456
+  (0.1ms) BEGIN
8457
+  (0.1ms) SAVEPOINT active_record_1
8458
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8459
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8460
+  (0.1ms) SAVEPOINT active_record_1
8461
+ 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
8462
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8463
+ 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!', '', '', '', '', 28, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'page', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8464
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8465
+  (0.1ms) SAVEPOINT active_record_1
8466
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8467
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo76', 'foo76')
8468
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8469
+  (0.1ms) SAVEPOINT active_record_1
8470
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes foo76', 16)
8471
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8472
+  (0.1ms) SAVEPOINT active_record_1
8473
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (38, 16)
8474
+ SQL (0.4ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 16
8475
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8476
+  (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` = 38
8477
+  (0.2ms) SELECT COUNT(*) FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 38
8478
+ 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` = 38 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
8479
+  (0.4ms) ROLLBACK
8480
+  (0.1ms) BEGIN
8481
+  (0.1ms) COMMIT
8482
+  (0.1ms) BEGIN
8483
+  (0.1ms) SAVEPOINT active_record_1
8484
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8485
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Hello', 'hello')
8486
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8487
+  (0.4ms) ROLLBACK
8488
+  (0.1ms) BEGIN
8489
+  (0.1ms) COMMIT
8490
+  (0.1ms) BEGIN
8491
+ 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
8492
+  (0.1ms) SAVEPOINT active_record_1
8493
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8494
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Hello, Hello!', 'hello-hello')
8495
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8496
+  (0.1ms) SAVEPOINT active_record_1
8497
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 18, '')
8498
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8499
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 18 LIMIT 1
8500
+  (0.5ms) ROLLBACK
8501
+  (0.1ms) BEGIN
8502
+  (0.1ms) COMMIT
8503
+  (0.1ms) BEGIN
8504
+  (0.1ms) SAVEPOINT active_record_1
8505
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8506
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Hello Again', 'hello-again')
8507
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8508
+  (0.1ms) SAVEPOINT active_record_1
8509
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Hello Again', 19)
8510
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8511
+ 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
8512
+  (0.3ms) ROLLBACK
8513
+  (0.1ms) BEGIN
8514
+  (0.1ms) COMMIT
8515
+  (0.1ms) BEGIN
8516
+  (0.1ms) SAVEPOINT active_record_1
8517
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8518
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Hello Again', 'hello-again')
8519
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8520
+  (0.1ms) SAVEPOINT active_record_1
8521
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes Hello Again', 20)
8522
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8523
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 20 LIMIT 1
8524
+  (0.3ms) ROLLBACK
8525
+  (0.1ms) BEGIN
8526
+  (0.1ms) COMMIT
8527
+  (0.1ms) BEGIN
8528
+  (0.1ms) SAVEPOINT active_record_1
8529
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8530
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8531
+  (0.1ms) SAVEPOINT active_record_1
8532
+ 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
8533
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8534
+ 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', '\'', 29, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8535
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8536
+  (0.3ms) ROLLBACK
8537
+  (0.1ms) BEGIN
8538
+  (0.1ms) COMMIT
8539
+  (0.1ms) BEGIN
8540
+  (0.1ms) SAVEPOINT active_record_1
8541
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8542
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8543
+  (0.1ms) SAVEPOINT active_record_1
8544
+ 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
8545
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8546
+ 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, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8547
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8548
+  (0.1ms) SAVEPOINT active_record_1
8549
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8550
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
8551
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8552
+  (0.1ms) SAVEPOINT active_record_1
8553
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 21)
8554
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8555
+ Wordpress::Term Load (0.2ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 21 LIMIT 1
8556
+ 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
8557
+ 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
8558
+ 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` = 40 AND `wp_term_taxonomy`.`term_taxonomy_id` = 20 LIMIT 1
8559
+ 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
8560
+  (0.1ms) SAVEPOINT active_record_1
8561
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:05', `post_modified_gmt` = '2015-04-16 21:21:05' WHERE `wp_posts`.`ID` = 40
8562
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (20, 40)
8563
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 20
8564
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8565
+ 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
8566
+  (0.8ms) ROLLBACK
8567
+  (0.1ms) BEGIN
8568
+  (0.1ms) COMMIT
8569
+  (0.1ms) BEGIN
8570
+  (0.1ms) SAVEPOINT active_record_1
8571
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8572
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8573
+  (0.1ms) SAVEPOINT active_record_1
8574
+ 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
8575
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8576
+ 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', '\'', 31, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8577
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8578
+  (0.2ms) SAVEPOINT active_record_1
8579
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8580
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
8581
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8582
+  (0.1ms) SAVEPOINT active_record_1
8583
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 22)
8584
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8585
+  (0.1ms) SAVEPOINT active_record_1
8586
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (41, 21)
8587
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 21
8588
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8589
+  (0.1ms) SAVEPOINT active_record_1
8590
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:05', `post_modified_gmt` = '2015-04-16 21:21:05' WHERE `wp_posts`.`ID` = 41
8591
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8592
+ 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` = 41 AND `wp_term_taxonomy`.`term_taxonomy_id` = 21 LIMIT 1
8593
+  (0.4ms) ROLLBACK
8594
+  (0.1ms) BEGIN
8595
+  (0.1ms) COMMIT
8596
+  (0.1ms) BEGIN
8597
+  (0.1ms) SAVEPOINT active_record_1
8598
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8599
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8600
+  (0.1ms) SAVEPOINT active_record_1
8601
+ 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
8602
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8603
+ 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, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8604
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8605
+  (0.1ms) SAVEPOINT active_record_1
8606
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8607
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
8608
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8609
+  (0.1ms) SAVEPOINT active_record_1
8610
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 23)
8611
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8612
+ 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` = 22 LIMIT 1
8613
+ 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` = 22 LIMIT 1
8614
+ 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
8615
+  (0.1ms) SAVEPOINT active_record_1
8616
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:05', `post_modified_gmt` = '2015-04-16 21:21:05' WHERE `wp_posts`.`ID` = 42
8617
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (22, 42)
8618
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 22
8619
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8620
+ 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
8621
+  (0.6ms) ROLLBACK
8622
+  (0.1ms) BEGIN
8623
+  (0.1ms) COMMIT
8624
+  (0.1ms) BEGIN
8625
+  (0.1ms) SAVEPOINT active_record_1
8626
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8627
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8628
+  (0.1ms) SAVEPOINT active_record_1
8629
+ 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
8630
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8631
+ 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, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8632
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8633
+  (0.1ms) SAVEPOINT active_record_1
8634
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8635
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
8636
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8637
+  (0.1ms) SAVEPOINT active_record_1
8638
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 24)
8639
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8640
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 24 LIMIT 1
8641
+ 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
8642
+ 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` = 23 LIMIT 1
8643
+ Wordpress::Category Exists (0.1ms) 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` = 43 AND `wp_term_taxonomy`.`term_taxonomy_id` = 23 LIMIT 1
8644
+ 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` = 43
8645
+  (0.1ms) SAVEPOINT active_record_1
8646
+ SQL (0.1ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:05', `post_modified_gmt` = '2015-04-16 21:21:05' WHERE `wp_posts`.`ID` = 43
8647
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (23, 43)
8648
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 23
8649
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8650
+ 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` = 43
8651
+  (0.6ms) ROLLBACK
8652
+  (0.1ms) BEGIN
8653
+  (0.1ms) COMMIT
8654
+  (0.1ms) BEGIN
8655
+  (0.1ms) SAVEPOINT active_record_1
8656
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8657
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8658
+  (0.1ms) SAVEPOINT active_record_1
8659
+ 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
8660
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8661
+ 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', '\'', 34, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8662
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8663
+  (0.1ms) SAVEPOINT active_record_1
8664
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8665
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
8666
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8667
+  (0.1ms) SAVEPOINT active_record_1
8668
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 25)
8669
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8670
+  (0.1ms) SAVEPOINT active_record_1
8671
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (44, 24)
8672
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 24
8673
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8674
+  (0.1ms) SAVEPOINT active_record_1
8675
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:05', `post_modified_gmt` = '2015-04-16 21:21:05' WHERE `wp_posts`.`ID` = 44
8676
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8677
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 25 LIMIT 1
8678
+ 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
8679
+  (0.7ms) ROLLBACK
8680
+  (0.1ms) BEGIN
8681
+  (0.1ms) COMMIT
8682
+  (0.1ms) BEGIN
8683
+  (0.1ms) SAVEPOINT active_record_1
8684
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8685
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8686
+  (0.1ms) SAVEPOINT active_record_1
8687
+ 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
8688
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8689
+ 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, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8690
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8691
+  (0.1ms) SAVEPOINT active_record_1
8692
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8693
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
8694
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8695
+  (0.1ms) SAVEPOINT active_record_1
8696
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 26)
8697
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8698
+ 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` = 25 LIMIT 1
8699
+ 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` = 45 AND `wp_term_taxonomy`.`term_taxonomy_id` = 25 LIMIT 1
8700
+ 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` = 45
8701
+  (0.1ms) SAVEPOINT active_record_1
8702
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:05', `post_modified_gmt` = '2015-04-16 21:21:05' WHERE `wp_posts`.`ID` = 45
8703
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (25, 45)
8704
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 25
8705
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8706
+ 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` = 45
8707
+  (0.5ms) ROLLBACK
8708
+  (0.1ms) BEGIN
8709
+  (0.1ms) COMMIT
8710
+  (0.1ms) BEGIN
8711
+  (0.1ms) SAVEPOINT active_record_1
8712
+ SQL (0.1ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8713
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8714
+  (0.1ms) SAVEPOINT active_record_1
8715
+ 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
8716
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8717
+ 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', '\'', 36, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8718
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8719
+  (0.1ms) SAVEPOINT active_record_1
8720
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8721
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
8722
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8723
+  (0.1ms) SAVEPOINT active_record_1
8724
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 27)
8725
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8726
+ 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` = 26 LIMIT 1
8727
+ 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` = 46 AND `wp_term_taxonomy`.`term_taxonomy_id` = 26 LIMIT 1
8728
+ 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` = 46
8729
+  (0.1ms) SAVEPOINT active_record_1
8730
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:05', `post_modified_gmt` = '2015-04-16 21:21:05' WHERE `wp_posts`.`ID` = 46
8731
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (26, 46)
8732
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 26
8733
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8734
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 46 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
8735
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 46 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
8736
+ Wordpress::Revision Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 46 ORDER BY `wp_posts`.`post_modified` DESC, `wp_posts`.`id` DESC LIMIT 1
8737
+  (0.2ms) SELECT COUNT(*) FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('revision') AND `wp_posts`.`post_parent` = 46
8738
+ 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
8739
+  (0.1ms) SAVEPOINT active_record_1
8740
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8741
+ SQL (0.2ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foo', 'foo')
8742
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8743
+  (0.1ms) SAVEPOINT active_record_1
8744
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Foo', 28)
8745
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8746
+ Wordpress::Category Load (1.7ms) 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
8747
+  (0.1ms) SAVEPOINT active_record_1
8748
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8749
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Bar', 'bar')
8750
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8751
+  (0.1ms) SAVEPOINT active_record_1
8752
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Bar', 29)
8753
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8754
+ 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` = 27 LIMIT 1
8755
+ 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` = 28 LIMIT 1
8756
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 46 LIMIT 1
8757
+ 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` = 46 AND `wp_term_taxonomy`.`term_taxonomy_id` = 27 LIMIT 1
8758
+ 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` = 46 AND `wp_term_taxonomy`.`term_taxonomy_id` = 28 LIMIT 1
8759
+ 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` = 46
8760
+  (0.1ms) SAVEPOINT active_record_1
8761
+ Wordpress::User Load (0.1ms) SELECT `wp_users`.* FROM `wp_users` WHERE `wp_users`.`ID` = 36 LIMIT 1
8762
+ 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', 36, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'CONTENT', 'Test', 'EXCERPT', 'inherit', '46-revision-v1', '127.0.0.1', '127.0.0.1', '2015-04-16 21:21:05', '2015-04-16 21:21:05', '', 'efbe0635-68d7-4566-81da-1308249c0836', 46)
8763
+ 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
8764
+ SQL (0.2ms) DELETE FROM `wp_term_taxonomy` WHERE `wp_term_taxonomy`.`taxonomy` IN ('category') AND `wp_term_taxonomy`.`term_taxonomy_id` = 26
8765
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:05', `post_modified_gmt` = '2015-04-16 21:21:05' WHERE `wp_posts`.`ID` = 46
8766
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (27, 46)
8767
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 27
8768
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (28, 46)
8769
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 28
8770
+ 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
8771
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8772
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 46 LIMIT 1
8773
+ 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
8774
+ 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` = 46
8775
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 28 LIMIT 1
8776
+ Wordpress::Term Load (0.1ms) SELECT `wp_terms`.* FROM `wp_terms` WHERE `wp_terms`.`term_id` = 29 LIMIT 1
8777
+  (0.8ms) ROLLBACK
8778
+  (0.1ms) BEGIN
8779
+  (0.1ms) COMMIT
8780
+  (0.1ms) BEGIN
8781
+  (0.1ms) SAVEPOINT active_record_1
8782
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8783
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8784
+  (0.1ms) SAVEPOINT active_record_1
8785
+ 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
8786
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8787
+ 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, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8788
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8789
+  (0.1ms) SAVEPOINT active_record_1
8790
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8791
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('Foobar', 'foobar')
8792
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8793
+  (0.1ms) SAVEPOINT active_record_1
8794
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('category', 'Describes Foobar', 30)
8795
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8796
+  (0.1ms) SAVEPOINT active_record_1
8797
+ SQL (0.2ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (48, 29)
8798
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 29
8799
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8800
+ Wordpress::Post Load (0.2ms) SELECT `wp_posts`.* FROM `wp_posts` WHERE `wp_posts`.`post_type` IN ('post') AND `wp_posts`.`ID` = 48 LIMIT 1
8801
+  (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` = 48
8802
+ 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` = 48 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` DESC LIMIT 1
8803
+ 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` = 48 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` DESC LIMIT 1
8804
+  (0.7ms) ROLLBACK
8805
+  (0.1ms) BEGIN
8806
+  (0.1ms) COMMIT
8807
+  (0.1ms) BEGIN
8808
+  (0.1ms) SAVEPOINT active_record_1
8809
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8810
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8811
+  (0.1ms) SAVEPOINT active_record_1
8812
+ 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
8813
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8814
+ 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', '\'', 38, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8815
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8816
+ 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
8817
+  (0.1ms) SAVEPOINT active_record_1
8818
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8819
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo', 'foo')
8820
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8821
+  (0.1ms) SAVEPOINT active_record_1
8822
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 31, '')
8823
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8824
+ 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
8825
+  (0.1ms) SAVEPOINT active_record_1
8826
+ Wordpress::Term Exists (0.2ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8827
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('bar', 'bar')
8828
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8829
+  (0.1ms) SAVEPOINT active_record_1
8830
+ SQL (0.2ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `term_id`, `description`) VALUES ('post_tag', 32, '')
8831
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8832
+ 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` = 49 AND `wp_term_taxonomy`.`term_taxonomy_id` = 30 LIMIT 1
8833
+ 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` = 49 AND `wp_term_taxonomy`.`term_taxonomy_id` = 31 LIMIT 1
8834
+ 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` = 49
8835
+  (0.1ms) SAVEPOINT active_record_1
8836
+ SQL (0.2ms) UPDATE `wp_posts` SET `post_modified` = '2015-04-16 21:21:05', `post_modified_gmt` = '2015-04-16 21:21:05' WHERE `wp_posts`.`ID` = 49
8837
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (30, 49)
8838
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 30
8839
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`term_taxonomy_id`, `object_id`) VALUES (31, 49)
8840
+ SQL (0.2ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 31
8841
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8842
+  (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` = 49
8843
+  (0.5ms) ROLLBACK
8844
+  (0.1ms) BEGIN
8845
+  (0.1ms) COMMIT
8846
+  (0.1ms) BEGIN
8847
+  (0.1ms) SAVEPOINT active_record_1
8848
+ SQL (0.2ms) INSERT INTO `wp_users` (`user_login`, `user_registered`) VALUES ('snoopy', '2015-04-16 21:21:05')
8849
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8850
+  (0.1ms) SAVEPOINT active_record_1
8851
+ 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
8852
+ Wordpress::User Load (0.2ms) SELECT `wp_users`.* FROM `wp_users` ORDER BY `wp_users`.`ID` ASC LIMIT 1
8853
+ 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', '\'', 39, '2015-04-16 21:21:05', '2015-04-16 21:21:05', 'test', '2015-04-16 21:21:05', '2015-04-16 21:21:05')
8854
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8855
+  (0.2ms) SAVEPOINT active_record_1
8856
+ Wordpress::Term Exists (0.1ms) SELECT 1 AS one FROM `wp_terms` WHERE `wp_terms`.`slug` = BINARY '' LIMIT 1
8857
+ SQL (0.1ms) INSERT INTO `wp_terms` (`name`, `slug`) VALUES ('foo24', 'foo24')
8858
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8859
+  (0.1ms) SAVEPOINT active_record_1
8860
+ SQL (0.1ms) INSERT INTO `wp_term_taxonomy` (`taxonomy`, `description`, `term_id`) VALUES ('post_tag', 'Describes foo24', 33)
8861
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8862
+  (0.1ms) SAVEPOINT active_record_1
8863
+ SQL (0.1ms) INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`) VALUES (50, 32)
8864
+ SQL (0.1ms) UPDATE `wp_term_taxonomy` SET `count` = 1 WHERE `wp_term_taxonomy`.`term_taxonomy_id` = 32
8865
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8866
+  (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` = 50
8867
+  (0.2ms) SELECT COUNT(*) FROM `wp_term_relationships` WHERE `wp_term_relationships`.`object_id` = 50
8868
+ 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` = 50 ORDER BY `wp_term_taxonomy`.`term_taxonomy_id` ASC LIMIT 1
8869
+  (0.7ms) ROLLBACK
8870
+  (0.1ms) BEGIN
8871
+  (0.1ms) COMMIT
8872
+  (0.1ms) BEGIN
8873
+  (0.1ms) ROLLBACK
8874
+  (0.1ms) BEGIN
8875
+  (0.1ms) COMMIT
8876
+  (0.1ms) BEGIN
8877
+  (0.1ms) ROLLBACK