forest_liana 4.1.0 → 4.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dea7d27124b2ccdbb569d8897b7967fd435845c7
4
- data.tar.gz: 612a1484343f743bb17ad56141e4f6e4cb69052a
3
+ metadata.gz: 9b092b5ea770d4e34e925e64142e4d7995f9c42d
4
+ data.tar.gz: 98c51e00e87fd86bf8d190f04da0ef6253048831
5
5
  SHA512:
6
- metadata.gz: 3b1b9676251106a328496f94c757b05db6fdb39504347aa6744dd02498d5bf53641bfa04a236bc4aae2839c07ab942ee7b4c5aa1ade55ab75c31ab02e2de9838
7
- data.tar.gz: 793ffa8b1907b1d948d57ecd58ae6550a8d8420e77e7a8fbe5c6f111fa38c14269171d1c09e653357a9d279f2ca9219ee84985b52a5d21e5ec540ecb0b3eb39b
6
+ metadata.gz: 07a1e95d1990fe792f356fb57a7cd870de286c70ee76ab0096d1f19ba5484192efdc80d5853a1e60f6fa2209b41c8d5323b8160fe82fa7f5b3281fb56ab9a0ea
7
+ data.tar.gz: 9fc26eb097cd17f18685f59d1de587acff75a09b856b15c861fec3094a89186885619df11e9705c2e50e594732641c866040e1e205438051f5d8ccb13403e7d7
@@ -6,7 +6,9 @@ module ForestLiana
6
6
  def self.define_serializer(active_record_class, serializer)
7
7
  serializer_name = self.build_serializer_name(active_record_class)
8
8
 
9
- return if ForestLiana::UserSpace.const_defined?(serializer_name)
9
+ if ForestLiana::UserSpace.const_defined?(serializer_name)
10
+ ForestLiana::UserSpace.send(:remove_const, serializer_name)
11
+ end
10
12
 
11
13
  # NOTICE: Create the serializer in the UserSpace to avoid conflicts with
12
14
  # serializer created from integrations, actions, segments, etc.
@@ -1,3 +1,3 @@
1
1
  module ForestLiana
2
- VERSION = "4.1.0"
2
+ VERSION = "4.1.1"
3
3
  end
@@ -32566,3 +32566,3710 @@ Completed 200 OK in 10ms (Views: 1.3ms | ActiveRecord: 0.3ms)
32566
32566
   (0.1ms) rollback transaction
32567
32567
   (0.0ms) begin transaction
32568
32568
   (0.0ms) rollback transaction
32569
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
32570
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
32571
+  (0.1ms)  SELECT sql
32572
+ FROM sqlite_master
32573
+ WHERE name='index_trees_on_island_id' AND type='index'
32574
+ UNION ALL
32575
+ SELECT sql
32576
+ FROM sqlite_temp_master
32577
+ WHERE name='index_trees_on_island_id' AND type='index'
32578
+ 
32579
+  (0.1ms) SELECT sql
32580
+ FROM sqlite_master
32581
+ WHERE name='index_trees_on_cutter_id' AND type='index'
32582
+ UNION ALL
32583
+ SELECT sql
32584
+ FROM sqlite_temp_master
32585
+ WHERE name='index_trees_on_cutter_id' AND type='index'
32586
+
32587
+  (0.1ms)  SELECT sql
32588
+ FROM sqlite_master
32589
+ WHERE name='index_trees_on_owner_id' AND type='index'
32590
+ UNION ALL
32591
+ SELECT sql
32592
+ FROM sqlite_temp_master
32593
+ WHERE name='index_trees_on_owner_id' AND type='index'
32594
+ 
32595
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
32596
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
32597
+  (0.1ms) begin transaction
32598
+  (0.1ms) rollback transaction
32599
+  (0.0ms) begin transaction
32600
+  (0.0ms) rollback transaction
32601
+  (0.0ms) begin transaction
32602
+  (0.0ms) rollback transaction
32603
+  (0.0ms) begin transaction
32604
+  (0.0ms) rollback transaction
32605
+  (0.0ms) begin transaction
32606
+  (0.0ms) rollback transaction
32607
+  (0.0ms) begin transaction
32608
+  (0.0ms) rollback transaction
32609
+  (0.0ms) begin transaction
32610
+  (0.0ms) rollback transaction
32611
+  (0.0ms) begin transaction
32612
+  (0.0ms) rollback transaction
32613
+  (0.0ms) begin transaction
32614
+  (0.0ms) rollback transaction
32615
+  (0.0ms) begin transaction
32616
+  (0.0ms) SAVEPOINT active_record_1
32617
+ SQL (1.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Michel"], ["created_at", "2019-10-23 16:44:01.666675"], ["updated_at", "2019-10-23 16:44:01.666675"]]
32618
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32619
+  (0.1ms) SAVEPOINT active_record_1
32620
+ SQL (0.8ms) INSERT INTO "trees" ("name", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Lemon Tree"], ["owner_id", 1], ["cutter_id", 1], ["created_at", "2019-10-23 16:44:01.679250"], ["updated_at", "2019-10-23 16:44:01.679250"]]
32621
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32622
+ Started GET "/forest/Tree?fields[Tree]=id%2Cname&page[number]=1&page[size]=10&searchExtended=0&sort=-id&timezone=Europe%2FParis" for 127.0.0.1 at 2019-10-23 18:44:01 +0200
32623
+ Processing by ForestLiana::UserSpace::TreeController#index as JSON
32624
+ Parameters: {"fields"=>{"Tree"=>"id,name"}, "page"=>{"number"=>"1", "size"=>"10"}, "searchExtended"=>"0", "sort"=>"-id", "timezone"=>"Europe/Paris", "collection"=>"Tree"}
32625
+ SQL (0.1ms) SELECT "trees"."id" AS t0_r0, "trees"."name" AS t0_r1, "trees"."owner_id" AS t0_r2, "trees"."cutter_id" AS t0_r3, "trees"."island_id" AS t0_r4, "trees"."created_at" AS t0_r5, "trees"."updated_at" AS t0_r6, "trees"."age" AS t0_r7 FROM "trees" ORDER BY "trees"."id" DESC LIMIT 10 OFFSET 0
32626
+ Completed 200 OK in 27ms (Views: 0.8ms | ActiveRecord: 0.1ms)
32627
+ User Load (0.1ms) SELECT "users".* FROM "users"
32628
+  (0.1ms) SAVEPOINT active_record_1
32629
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
32630
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32631
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
32632
+  (0.0ms) SAVEPOINT active_record_1
32633
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
32634
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32635
+  (0.5ms) rollback transaction
32636
+  (0.1ms) begin transaction
32637
+  (0.0ms) SAVEPOINT active_record_1
32638
+ SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Michel"], ["created_at", "2019-10-23 16:44:01.746580"], ["updated_at", "2019-10-23 16:44:01.746580"]]
32639
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32640
+  (0.0ms) SAVEPOINT active_record_1
32641
+ SQL (0.2ms) INSERT INTO "trees" ("name", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Lemon Tree"], ["owner_id", 1], ["cutter_id", 1], ["created_at", "2019-10-23 16:44:01.748916"], ["updated_at", "2019-10-23 16:44:01.748916"]]
32642
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32643
+ Started GET "/forest/Tree?fields[Tree]=id%2Cname&page[number]=1&page[size]=10&searchExtended=0&sort=-id&timezone=Europe%2FParis" for 127.0.0.1 at 2019-10-23 18:44:01 +0200
32644
+ Processing by ForestLiana::UserSpace::TreeController#index as JSON
32645
+ Parameters: {"fields"=>{"Tree"=>"id,name"}, "page"=>{"number"=>"1", "size"=>"10"}, "searchExtended"=>"0", "sort"=>"-id", "timezone"=>"Europe/Paris", "collection"=>"Tree"}
32646
+ SQL (0.1ms) SELECT "trees"."id" AS t0_r0, "trees"."name" AS t0_r1, "trees"."owner_id" AS t0_r2, "trees"."cutter_id" AS t0_r3, "trees"."island_id" AS t0_r4, "trees"."created_at" AS t0_r5, "trees"."updated_at" AS t0_r6, "trees"."age" AS t0_r7 FROM "trees" ORDER BY "trees"."id" DESC LIMIT 10 OFFSET 0
32647
+ Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.1ms)
32648
+ User Load (0.1ms) SELECT "users".* FROM "users"
32649
+  (0.0ms) SAVEPOINT active_record_1
32650
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
32651
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32652
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
32653
+  (0.0ms) SAVEPOINT active_record_1
32654
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
32655
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32656
+  (0.4ms) rollback transaction
32657
+  (0.0ms) begin transaction
32658
+  (0.1ms) SAVEPOINT active_record_1
32659
+ SQL (0.7ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Michel"], ["created_at", "2019-10-23 16:44:01.764561"], ["updated_at", "2019-10-23 16:44:01.764561"]]
32660
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32661
+  (0.1ms) SAVEPOINT active_record_1
32662
+ SQL (0.4ms) INSERT INTO "trees" ("name", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Lemon Tree"], ["owner_id", 1], ["cutter_id", 1], ["created_at", "2019-10-23 16:44:01.767705"], ["updated_at", "2019-10-23 16:44:01.767705"]]
32663
+  (0.2ms) RELEASE SAVEPOINT active_record_1
32664
+ Started GET "/forest/Tree?fields[Tree]=id%2Cname&filters=%7B%22field%22%3A%22owner%3Aid%22%2C%22operator%22%3A%22present%22%7D&page[number]=1&page[size]=10&searchExtended=0&sort=-id&timezone=Europe%2FParis" for 127.0.0.1 at 2019-10-23 18:44:01 +0200
32665
+ Processing by ForestLiana::UserSpace::TreeController#index as JSON
32666
+ Parameters: {"fields"=>{"Tree"=>"id,name"}, "filters"=>"{\"field\":\"owner:id\",\"operator\":\"present\"}", "page"=>{"number"=>"1", "size"=>"10"}, "searchExtended"=>"0", "sort"=>"-id", "timezone"=>"Europe/Paris", "collection"=>"Tree"}
32667
+ SQL (0.1ms) SELECT "trees"."id" AS t0_r0, "trees"."name" AS t0_r1, "trees"."owner_id" AS t0_r2, "trees"."cutter_id" AS t0_r3, "trees"."island_id" AS t0_r4, "trees"."created_at" AS t0_r5, "trees"."updated_at" AS t0_r6, "trees"."age" AS t0_r7 FROM "trees" LEFT OUTER JOIN "users" "owner" ON "owner"."id" = "trees"."owner_id" WHERE ("owner"."id" IS NOT NULL) ORDER BY "trees"."id" DESC LIMIT 10 OFFSET 0
32668
+ Completed 200 OK in 21ms (Views: 0.2ms | ActiveRecord: 0.1ms)
32669
+ User Load (0.1ms) SELECT "users".* FROM "users"
32670
+  (0.0ms) SAVEPOINT active_record_1
32671
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
32672
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32673
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
32674
+  (0.0ms) SAVEPOINT active_record_1
32675
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
32676
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32677
+  (0.4ms) rollback transaction
32678
+  (0.0ms) begin transaction
32679
+  (0.1ms) SAVEPOINT active_record_1
32680
+ SQL (3.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Michel"], ["created_at", "2019-10-23 16:44:01.809807"], ["updated_at", "2019-10-23 16:44:01.809807"]]
32681
+  (0.7ms) RELEASE SAVEPOINT active_record_1
32682
+  (0.1ms) SAVEPOINT active_record_1
32683
+ SQL (0.4ms) INSERT INTO "trees" ("name", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Lemon Tree"], ["owner_id", 1], ["cutter_id", 1], ["created_at", "2019-10-23 16:44:01.820192"], ["updated_at", "2019-10-23 16:44:01.820192"]]
32684
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32685
+ Started GET "/forest/Tree?fields[Tree]=id%2Cname&filters=%7B%22field%22%3A%22owner%3Aid%22%2C%22operator%22%3A%22present%22%7D&page[number]=1&page[size]=10&searchExtended=0&sort=-id&timezone=Europe%2FParis" for 127.0.0.1 at 2019-10-23 18:44:01 +0200
32686
+ Processing by ForestLiana::UserSpace::TreeController#index as JSON
32687
+ Parameters: {"fields"=>{"Tree"=>"id,name"}, "filters"=>"{\"field\":\"owner:id\",\"operator\":\"present\"}", "page"=>{"number"=>"1", "size"=>"10"}, "searchExtended"=>"0", "sort"=>"-id", "timezone"=>"Europe/Paris", "collection"=>"Tree"}
32688
+ SQL (0.2ms) SELECT "trees"."id" AS t0_r0, "trees"."name" AS t0_r1, "trees"."owner_id" AS t0_r2, "trees"."cutter_id" AS t0_r3, "trees"."island_id" AS t0_r4, "trees"."created_at" AS t0_r5, "trees"."updated_at" AS t0_r6, "trees"."age" AS t0_r7 FROM "trees" LEFT OUTER JOIN "users" "owner" ON "owner"."id" = "trees"."owner_id" WHERE ("owner"."id" IS NOT NULL) ORDER BY "trees"."id" DESC LIMIT 10 OFFSET 0
32689
+ Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.2ms)
32690
+ User Load (0.1ms) SELECT "users".* FROM "users"
32691
+  (0.1ms) SAVEPOINT active_record_1
32692
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
32693
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32694
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
32695
+  (0.0ms) SAVEPOINT active_record_1
32696
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
32697
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32698
+  (0.4ms) rollback transaction
32699
+  (0.1ms) begin transaction
32700
+  (0.0ms) rollback transaction
32701
+  (0.0ms) begin transaction
32702
+  (0.0ms) rollback transaction
32703
+  (0.0ms) begin transaction
32704
+  (0.0ms) rollback transaction
32705
+  (0.0ms) begin transaction
32706
+  (0.0ms) rollback transaction
32707
+  (0.0ms) begin transaction
32708
+  (0.0ms) rollback transaction
32709
+  (0.0ms) begin transaction
32710
+  (0.0ms) rollback transaction
32711
+  (0.0ms) begin transaction
32712
+  (0.0ms) rollback transaction
32713
+  (0.1ms) begin transaction
32714
+  (0.0ms) rollback transaction
32715
+  (0.0ms) begin transaction
32716
+  (0.0ms) rollback transaction
32717
+  (0.0ms) begin transaction
32718
+  (0.0ms) rollback transaction
32719
+  (0.0ms) begin transaction
32720
+  (0.0ms) rollback transaction
32721
+  (0.0ms) begin transaction
32722
+  (0.0ms) rollback transaction
32723
+  (0.0ms) begin transaction
32724
+  (0.1ms) SAVEPOINT active_record_1
32725
+ SQL (1.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:01.877975"], ["updated_at", "2019-10-23 16:44:01.877975"]]
32726
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32727
+  (0.1ms) SAVEPOINT active_record_1
32728
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:01.881908"], ["updated_at", "2019-10-23 16:44:01.881908"]]
32729
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32730
+  (0.1ms) SAVEPOINT active_record_1
32731
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:01.884040"], ["updated_at", "2019-10-23 16:44:01.884040"]]
32732
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32733
+  (0.2ms) SAVEPOINT active_record_1
32734
+ SQL (0.5ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:01.886648"], ["updated_at", "2019-10-23 16:44:01.886648"]]
32735
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32736
+  (0.0ms) SAVEPOINT active_record_1
32737
+ SQL (0.8ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:01.888438"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:01.889667"]]
32738
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32739
+  (0.0ms) SAVEPOINT active_record_1
32740
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:01.893272"], ["updated_at", "2019-10-23 16:44:01.893272"]]
32741
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32742
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
32743
+  (0.0ms) SAVEPOINT active_record_1
32744
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
32745
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32746
+  (0.0ms) SAVEPOINT active_record_1
32747
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
32748
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32749
+  (0.0ms) SAVEPOINT active_record_1
32750
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
32751
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32752
+ User Load (0.1ms) SELECT "users".* FROM "users"
32753
+  (0.0ms) SAVEPOINT active_record_1
32754
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
32755
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32756
+  (0.0ms) SAVEPOINT active_record_1
32757
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
32758
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32759
+ Island Load (0.2ms) SELECT "isle".* FROM "isle"
32760
+  (0.1ms) SAVEPOINT active_record_1
32761
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
32762
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32763
+  (1.1ms) rollback transaction
32764
+  (0.1ms) begin transaction
32765
+  (0.1ms) SAVEPOINT active_record_1
32766
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:01.906978"], ["updated_at", "2019-10-23 16:44:01.906978"]]
32767
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32768
+  (0.0ms) SAVEPOINT active_record_1
32769
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:01.908580"], ["updated_at", "2019-10-23 16:44:01.908580"]]
32770
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32771
+  (0.0ms) SAVEPOINT active_record_1
32772
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:01.909987"], ["updated_at", "2019-10-23 16:44:01.909987"]]
32773
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32774
+  (0.0ms) SAVEPOINT active_record_1
32775
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:01.911336"], ["updated_at", "2019-10-23 16:44:01.911336"]]
32776
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32777
+  (0.0ms) SAVEPOINT active_record_1
32778
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:01.912174"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:01.920917"]]
32779
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32780
+  (0.1ms) SAVEPOINT active_record_1
32781
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:01.936730"], ["updated_at", "2019-10-23 16:44:01.936730"]]
32782
+  (0.2ms) RELEASE SAVEPOINT active_record_1
32783
+  (0.2ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."age" != 4)
32784
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
32785
+  (0.0ms) SAVEPOINT active_record_1
32786
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
32787
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32788
+  (0.0ms) SAVEPOINT active_record_1
32789
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
32790
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32791
+  (0.0ms) SAVEPOINT active_record_1
32792
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
32793
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32794
+ User Load (0.1ms) SELECT "users".* FROM "users"
32795
+  (0.0ms) SAVEPOINT active_record_1
32796
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
32797
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32798
+  (0.0ms) SAVEPOINT active_record_1
32799
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
32800
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32801
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
32802
+  (0.0ms) SAVEPOINT active_record_1
32803
+ SQL (0.2ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
32804
+  (0.5ms) RELEASE SAVEPOINT active_record_1
32805
+  (2.4ms) rollback transaction
32806
+  (1.0ms) begin transaction
32807
+  (0.0ms) SAVEPOINT active_record_1
32808
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:01.959836"], ["updated_at", "2019-10-23 16:44:01.959836"]]
32809
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32810
+  (0.0ms) SAVEPOINT active_record_1
32811
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:01.961407"], ["updated_at", "2019-10-23 16:44:01.961407"]]
32812
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32813
+  (0.0ms) SAVEPOINT active_record_1
32814
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:01.962492"], ["updated_at", "2019-10-23 16:44:01.962492"]]
32815
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32816
+  (0.0ms) SAVEPOINT active_record_1
32817
+ SQL (8.4ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:01.963886"], ["updated_at", "2019-10-23 16:44:01.963886"]]
32818
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32819
+  (0.0ms) SAVEPOINT active_record_1
32820
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:01.973368"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:01.974173"]]
32821
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32822
+  (0.1ms) SAVEPOINT active_record_1
32823
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:01.976720"], ["updated_at", "2019-10-23 16:44:01.976720"]]
32824
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32825
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."age" = 4)
32826
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees"
32827
+  (0.0ms) SAVEPOINT active_record_1
32828
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
32829
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32830
+  (0.1ms) SAVEPOINT active_record_1
32831
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
32832
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32833
+  (0.1ms) SAVEPOINT active_record_1
32834
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
32835
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32836
+ User Load (0.2ms) SELECT "users".* FROM "users"
32837
+  (0.1ms) SAVEPOINT active_record_1
32838
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
32839
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32840
+  (0.0ms) SAVEPOINT active_record_1
32841
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
32842
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32843
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
32844
+  (0.2ms) SAVEPOINT active_record_1
32845
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
32846
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32847
+  (0.6ms) rollback transaction
32848
+  (0.0ms) begin transaction
32849
+  (0.0ms) SAVEPOINT active_record_1
32850
+ SQL (0.6ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:01.989704"], ["updated_at", "2019-10-23 16:44:01.989704"]]
32851
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32852
+  (0.0ms) SAVEPOINT active_record_1
32853
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:01.992572"], ["updated_at", "2019-10-23 16:44:01.992572"]]
32854
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32855
+  (0.1ms) SAVEPOINT active_record_1
32856
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:01.994363"], ["updated_at", "2019-10-23 16:44:01.994363"]]
32857
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32858
+  (0.0ms) SAVEPOINT active_record_1
32859
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:01.995852"], ["updated_at", "2019-10-23 16:44:01.995852"]]
32860
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32861
+  (0.0ms) SAVEPOINT active_record_1
32862
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:01.997013"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:01.997895"]]
32863
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32864
+  (0.0ms) SAVEPOINT active_record_1
32865
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:01.999818"], ["updated_at", "2019-10-23 16:44:01.999818"]]
32866
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32867
+  (0.3ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."age" > 2)
32868
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees"
32869
+  (0.1ms) SAVEPOINT active_record_1
32870
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
32871
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32872
+  (0.0ms) SAVEPOINT active_record_1
32873
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
32874
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32875
+  (0.0ms) SAVEPOINT active_record_1
32876
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
32877
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32878
+ User Load (0.1ms) SELECT "users".* FROM "users"
32879
+  (0.0ms) SAVEPOINT active_record_1
32880
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
32881
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32882
+  (0.0ms) SAVEPOINT active_record_1
32883
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
32884
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32885
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
32886
+  (0.0ms) SAVEPOINT active_record_1
32887
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
32888
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32889
+  (0.6ms) rollback transaction
32890
+  (0.0ms) begin transaction
32891
+  (0.0ms) SAVEPOINT active_record_1
32892
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.012272"], ["updated_at", "2019-10-23 16:44:02.012272"]]
32893
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32894
+  (0.0ms) SAVEPOINT active_record_1
32895
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.013701"], ["updated_at", "2019-10-23 16:44:02.013701"]]
32896
+  (0.2ms) RELEASE SAVEPOINT active_record_1
32897
+  (0.1ms) SAVEPOINT active_record_1
32898
+ SQL (2.4ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.030153"], ["updated_at", "2019-10-23 16:44:02.030153"]]
32899
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32900
+  (0.2ms) SAVEPOINT active_record_1
32901
+ SQL (0.3ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.037501"], ["updated_at", "2019-10-23 16:44:02.037501"]]
32902
+  (0.2ms) RELEASE SAVEPOINT active_record_1
32903
+  (0.1ms) SAVEPOINT active_record_1
32904
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.044279"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.046241"]]
32905
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32906
+  (0.3ms) SAVEPOINT active_record_1
32907
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.052492"], ["updated_at", "2019-10-23 16:44:02.052492"]]
32908
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32909
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."age" < 2)
32910
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
32911
+  (0.1ms) SAVEPOINT active_record_1
32912
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
32913
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32914
+  (0.1ms) SAVEPOINT active_record_1
32915
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
32916
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32917
+  (0.0ms) SAVEPOINT active_record_1
32918
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
32919
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32920
+ User Load (0.1ms) SELECT "users".* FROM "users"
32921
+  (0.0ms) SAVEPOINT active_record_1
32922
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
32923
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32924
+  (0.0ms) SAVEPOINT active_record_1
32925
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
32926
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32927
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
32928
+  (0.0ms) SAVEPOINT active_record_1
32929
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
32930
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32931
+  (0.5ms) rollback transaction
32932
+  (0.0ms) begin transaction
32933
+  (0.0ms) SAVEPOINT active_record_1
32934
+ SQL (0.6ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.064231"], ["updated_at", "2019-10-23 16:44:02.064231"]]
32935
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32936
+  (0.0ms) SAVEPOINT active_record_1
32937
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.066021"], ["updated_at", "2019-10-23 16:44:02.066021"]]
32938
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32939
+  (0.0ms) SAVEPOINT active_record_1
32940
+ SQL (0.3ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.067110"], ["updated_at", "2019-10-23 16:44:02.067110"]]
32941
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32942
+  (0.0ms) SAVEPOINT active_record_1
32943
+ SQL (0.3ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.077581"], ["updated_at", "2019-10-23 16:44:02.077581"]]
32944
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32945
+  (0.0ms) SAVEPOINT active_record_1
32946
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.078696"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.079208"]]
32947
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32948
+  (0.0ms) SAVEPOINT active_record_1
32949
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.080279"], ["updated_at", "2019-10-23 16:44:02.080279"]]
32950
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32951
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."created_at" > '2019-10-22T16:44:02.080Z')
32952
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
32953
+  (0.0ms) SAVEPOINT active_record_1
32954
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
32955
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32956
+  (0.0ms) SAVEPOINT active_record_1
32957
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
32958
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32959
+  (0.0ms) SAVEPOINT active_record_1
32960
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
32961
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32962
+ User Load (0.0ms) SELECT "users".* FROM "users"
32963
+  (0.0ms) SAVEPOINT active_record_1
32964
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
32965
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32966
+  (0.0ms) SAVEPOINT active_record_1
32967
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
32968
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32969
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
32970
+  (0.0ms) SAVEPOINT active_record_1
32971
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
32972
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32973
+  (0.5ms) rollback transaction
32974
+  (0.0ms) begin transaction
32975
+  (0.0ms) SAVEPOINT active_record_1
32976
+ SQL (0.2ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.086497"], ["updated_at", "2019-10-23 16:44:02.086497"]]
32977
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32978
+  (0.0ms) SAVEPOINT active_record_1
32979
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.087665"], ["updated_at", "2019-10-23 16:44:02.087665"]]
32980
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32981
+  (0.0ms) SAVEPOINT active_record_1
32982
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.088471"], ["updated_at", "2019-10-23 16:44:02.088471"]]
32983
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32984
+  (0.0ms) SAVEPOINT active_record_1
32985
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.089525"], ["updated_at", "2019-10-23 16:44:02.089525"]]
32986
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32987
+  (0.0ms) SAVEPOINT active_record_1
32988
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.090263"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.090731"]]
32989
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32990
+  (0.1ms) SAVEPOINT active_record_1
32991
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.092958"], ["updated_at", "2019-10-23 16:44:02.092958"]]
32992
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32993
+  (0.5ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."created_at" < '2019-10-22T16:44:02.094Z')
32994
+ Tree Load (0.3ms) SELECT "trees".* FROM "trees"
32995
+  (0.0ms) SAVEPOINT active_record_1
32996
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
32997
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32998
+  (0.1ms) SAVEPOINT active_record_1
32999
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
33000
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33001
+  (0.0ms) SAVEPOINT active_record_1
33002
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
33003
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33004
+ User Load (0.2ms) SELECT "users".* FROM "users"
33005
+  (0.1ms) SAVEPOINT active_record_1
33006
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
33007
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33008
+  (0.1ms) SAVEPOINT active_record_1
33009
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
33010
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33011
+ Island Load (0.2ms) SELECT "isle".* FROM "isle"
33012
+  (0.0ms) SAVEPOINT active_record_1
33013
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
33014
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33015
+  (1.1ms) rollback transaction
33016
+  (0.1ms) begin transaction
33017
+  (0.0ms) SAVEPOINT active_record_1
33018
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.109803"], ["updated_at", "2019-10-23 16:44:02.109803"]]
33019
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33020
+  (0.0ms) SAVEPOINT active_record_1
33021
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.111817"], ["updated_at", "2019-10-23 16:44:02.111817"]]
33022
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33023
+  (0.0ms) SAVEPOINT active_record_1
33024
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.113100"], ["updated_at", "2019-10-23 16:44:02.113100"]]
33025
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33026
+  (0.0ms) SAVEPOINT active_record_1
33027
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.114489"], ["updated_at", "2019-10-23 16:44:02.114489"]]
33028
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33029
+  (0.1ms) SAVEPOINT active_record_1
33030
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.115618"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.118441"]]
33031
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33032
+  (0.1ms) SAVEPOINT active_record_1
33033
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.126274"], ["updated_at", "2019-10-23 16:44:02.126274"]]
33034
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33035
+  (0.2ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."name" LIKE '%ree%')
33036
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
33037
+  (0.0ms) SAVEPOINT active_record_1
33038
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
33039
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33040
+  (0.3ms) SAVEPOINT active_record_1
33041
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
33042
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33043
+  (0.0ms) SAVEPOINT active_record_1
33044
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
33045
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33046
+ User Load (0.1ms) SELECT "users".* FROM "users"
33047
+  (0.1ms) SAVEPOINT active_record_1
33048
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
33049
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33050
+  (0.0ms) SAVEPOINT active_record_1
33051
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
33052
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33053
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
33054
+  (0.0ms) SAVEPOINT active_record_1
33055
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
33056
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33057
+  (0.5ms) rollback transaction
33058
+  (0.0ms) begin transaction
33059
+  (0.0ms) SAVEPOINT active_record_1
33060
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.148284"], ["updated_at", "2019-10-23 16:44:02.148284"]]
33061
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33062
+  (0.0ms) SAVEPOINT active_record_1
33063
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.149952"], ["updated_at", "2019-10-23 16:44:02.149952"]]
33064
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33065
+  (0.0ms) SAVEPOINT active_record_1
33066
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.150902"], ["updated_at", "2019-10-23 16:44:02.150902"]]
33067
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33068
+  (0.0ms) SAVEPOINT active_record_1
33069
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.152113"], ["updated_at", "2019-10-23 16:44:02.152113"]]
33070
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33071
+  (0.0ms) SAVEPOINT active_record_1
33072
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.152929"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.153357"]]
33073
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33074
+  (0.0ms) SAVEPOINT active_record_1
33075
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.154759"], ["updated_at", "2019-10-23 16:44:02.154759"]]
33076
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33077
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."name" NOT LIKE '% %')
33078
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
33079
+  (0.0ms) SAVEPOINT active_record_1
33080
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
33081
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33082
+  (0.0ms) SAVEPOINT active_record_1
33083
+ SQL (0.2ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
33084
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33085
+  (0.1ms) SAVEPOINT active_record_1
33086
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
33087
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33088
+ User Load (0.1ms) SELECT "users".* FROM "users"
33089
+  (0.0ms) SAVEPOINT active_record_1
33090
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
33091
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33092
+  (0.0ms) SAVEPOINT active_record_1
33093
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
33094
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33095
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
33096
+  (0.3ms) SAVEPOINT active_record_1
33097
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
33098
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33099
+  (0.8ms) rollback transaction
33100
+  (0.1ms) begin transaction
33101
+  (0.1ms) SAVEPOINT active_record_1
33102
+ SQL (0.6ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.175866"], ["updated_at", "2019-10-23 16:44:02.175866"]]
33103
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33104
+  (0.0ms) SAVEPOINT active_record_1
33105
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.179361"], ["updated_at", "2019-10-23 16:44:02.179361"]]
33106
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33107
+  (0.1ms) SAVEPOINT active_record_1
33108
+ SQL (0.2ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.181492"], ["updated_at", "2019-10-23 16:44:02.181492"]]
33109
+  (0.6ms) RELEASE SAVEPOINT active_record_1
33110
+  (0.1ms) SAVEPOINT active_record_1
33111
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.187854"], ["updated_at", "2019-10-23 16:44:02.187854"]]
33112
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33113
+  (0.0ms) SAVEPOINT active_record_1
33114
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.189045"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.189572"]]
33115
+  (0.2ms) RELEASE SAVEPOINT active_record_1
33116
+  (0.0ms) SAVEPOINT active_record_1
33117
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.191339"], ["updated_at", "2019-10-23 16:44:02.191339"]]
33118
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33119
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."name" LIKE 'o%')
33120
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
33121
+  (0.0ms) SAVEPOINT active_record_1
33122
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
33123
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33124
+  (0.0ms) SAVEPOINT active_record_1
33125
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
33126
+  (0.2ms) RELEASE SAVEPOINT active_record_1
33127
+  (0.0ms) SAVEPOINT active_record_1
33128
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
33129
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33130
+ User Load (0.4ms) SELECT "users".* FROM "users"
33131
+  (0.0ms) SAVEPOINT active_record_1
33132
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
33133
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33134
+  (0.0ms) SAVEPOINT active_record_1
33135
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
33136
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33137
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
33138
+  (0.0ms) SAVEPOINT active_record_1
33139
+ SQL (0.2ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
33140
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33141
+  (0.8ms) rollback transaction
33142
+  (0.0ms) begin transaction
33143
+  (0.0ms) SAVEPOINT active_record_1
33144
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.208191"], ["updated_at", "2019-10-23 16:44:02.208191"]]
33145
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33146
+  (0.0ms) SAVEPOINT active_record_1
33147
+ SQL (0.3ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.212030"], ["updated_at", "2019-10-23 16:44:02.212030"]]
33148
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33149
+  (0.0ms) SAVEPOINT active_record_1
33150
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.214091"], ["updated_at", "2019-10-23 16:44:02.214091"]]
33151
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33152
+  (0.1ms) SAVEPOINT active_record_1
33153
+ SQL (0.4ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.217773"], ["updated_at", "2019-10-23 16:44:02.217773"]]
33154
+  (0.2ms) RELEASE SAVEPOINT active_record_1
33155
+  (0.2ms) SAVEPOINT active_record_1
33156
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.221257"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.225752"]]
33157
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33158
+  (0.2ms) SAVEPOINT active_record_1
33159
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.247420"], ["updated_at", "2019-10-23 16:44:02.247420"]]
33160
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33161
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."name" LIKE '%3')
33162
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees"
33163
+  (0.1ms) SAVEPOINT active_record_1
33164
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
33165
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33166
+  (0.0ms) SAVEPOINT active_record_1
33167
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
33168
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33169
+  (0.0ms) SAVEPOINT active_record_1
33170
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
33171
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33172
+ User Load (0.1ms) SELECT "users".* FROM "users"
33173
+  (0.0ms) SAVEPOINT active_record_1
33174
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
33175
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33176
+  (0.0ms) SAVEPOINT active_record_1
33177
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
33178
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33179
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
33180
+  (0.0ms) SAVEPOINT active_record_1
33181
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
33182
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33183
+  (0.3ms) rollback transaction
33184
+  (0.0ms) begin transaction
33185
+  (0.0ms) SAVEPOINT active_record_1
33186
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.267252"], ["updated_at", "2019-10-23 16:44:02.267252"]]
33187
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33188
+  (0.0ms) SAVEPOINT active_record_1
33189
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.268584"], ["updated_at", "2019-10-23 16:44:02.268584"]]
33190
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33191
+  (0.0ms) SAVEPOINT active_record_1
33192
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.269548"], ["updated_at", "2019-10-23 16:44:02.269548"]]
33193
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33194
+  (0.0ms) SAVEPOINT active_record_1
33195
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.271136"], ["updated_at", "2019-10-23 16:44:02.271136"]]
33196
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33197
+  (0.2ms) SAVEPOINT active_record_1
33198
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.272041"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.272779"]]
33199
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33200
+  (0.0ms) SAVEPOINT active_record_1
33201
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.274641"], ["updated_at", "2019-10-23 16:44:02.274641"]]
33202
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33203
+  (0.2ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."cutter_id" IS NOT NULL)
33204
+ Tree Load (0.8ms) SELECT "trees".* FROM "trees"
33205
+  (0.0ms) SAVEPOINT active_record_1
33206
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
33207
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33208
+  (0.0ms) SAVEPOINT active_record_1
33209
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
33210
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33211
+  (0.0ms) SAVEPOINT active_record_1
33212
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
33213
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33214
+ User Load (0.5ms) SELECT "users".* FROM "users"
33215
+  (0.1ms) SAVEPOINT active_record_1
33216
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
33217
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33218
+  (0.0ms) SAVEPOINT active_record_1
33219
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
33220
+  (0.3ms) RELEASE SAVEPOINT active_record_1
33221
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
33222
+  (0.0ms) SAVEPOINT active_record_1
33223
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
33224
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33225
+  (0.9ms) rollback transaction
33226
+  (0.1ms) begin transaction
33227
+  (0.1ms) SAVEPOINT active_record_1
33228
+ SQL (0.5ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.293228"], ["updated_at", "2019-10-23 16:44:02.293228"]]
33229
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33230
+  (0.0ms) SAVEPOINT active_record_1
33231
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.295690"], ["updated_at", "2019-10-23 16:44:02.295690"]]
33232
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33233
+  (0.0ms) SAVEPOINT active_record_1
33234
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.297461"], ["updated_at", "2019-10-23 16:44:02.297461"]]
33235
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33236
+  (0.3ms) SAVEPOINT active_record_1
33237
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.298970"], ["updated_at", "2019-10-23 16:44:02.298970"]]
33238
+  (0.3ms) RELEASE SAVEPOINT active_record_1
33239
+  (0.0ms) SAVEPOINT active_record_1
33240
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.300064"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.303233"]]
33241
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33242
+  (0.0ms) SAVEPOINT active_record_1
33243
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.307848"], ["updated_at", "2019-10-23 16:44:02.307848"]]
33244
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33245
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."cutter_id" IS NULL)
33246
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
33247
+  (0.0ms) SAVEPOINT active_record_1
33248
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
33249
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33250
+  (0.0ms) SAVEPOINT active_record_1
33251
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
33252
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33253
+  (0.0ms) SAVEPOINT active_record_1
33254
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
33255
+  (7.1ms) RELEASE SAVEPOINT active_record_1
33256
+ User Load (0.1ms) SELECT "users".* FROM "users"
33257
+  (0.0ms) SAVEPOINT active_record_1
33258
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
33259
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33260
+  (0.0ms) SAVEPOINT active_record_1
33261
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
33262
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33263
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
33264
+  (0.0ms) SAVEPOINT active_record_1
33265
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
33266
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33267
+  (0.8ms) rollback transaction
33268
+  (0.1ms) begin transaction
33269
+  (0.0ms) SAVEPOINT active_record_1
33270
+ SQL (1.2ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.326161"], ["updated_at", "2019-10-23 16:44:02.326161"]]
33271
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33272
+  (0.7ms) SAVEPOINT active_record_1
33273
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.333860"], ["updated_at", "2019-10-23 16:44:02.333860"]]
33274
+  (0.2ms) RELEASE SAVEPOINT active_record_1
33275
+  (0.0ms) SAVEPOINT active_record_1
33276
+ SQL (0.3ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.338797"], ["updated_at", "2019-10-23 16:44:02.338797"]]
33277
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33278
+  (0.1ms) SAVEPOINT active_record_1
33279
+ SQL (0.3ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.362334"], ["updated_at", "2019-10-23 16:44:02.362334"]]
33280
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33281
+  (0.1ms) SAVEPOINT active_record_1
33282
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.364945"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.366890"]]
33283
+  (0.2ms) RELEASE SAVEPOINT active_record_1
33284
+  (0.1ms) SAVEPOINT active_record_1
33285
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.377208"], ["updated_at", "2019-10-23 16:44:02.377208"]]
33286
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33287
+  (0.1ms) SELECT COUNT(*) FROM "trees" LEFT OUTER JOIN "users" "cutter" ON "cutter"."id" = "trees"."cutter_id" WHERE ("cutter"."title" != 0)
33288
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
33289
+  (0.0ms) SAVEPOINT active_record_1
33290
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
33291
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33292
+  (0.2ms) SAVEPOINT active_record_1
33293
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
33294
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33295
+  (0.0ms) SAVEPOINT active_record_1
33296
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
33297
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33298
+ User Load (0.0ms) SELECT "users".* FROM "users"
33299
+  (0.0ms) SAVEPOINT active_record_1
33300
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
33301
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33302
+  (0.0ms) SAVEPOINT active_record_1
33303
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
33304
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33305
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
33306
+  (0.0ms) SAVEPOINT active_record_1
33307
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
33308
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33309
+  (0.3ms) rollback transaction
33310
+  (0.0ms) begin transaction
33311
+  (0.0ms) SAVEPOINT active_record_1
33312
+ SQL (0.2ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.384618"], ["updated_at", "2019-10-23 16:44:02.384618"]]
33313
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33314
+  (0.0ms) SAVEPOINT active_record_1
33315
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.385808"], ["updated_at", "2019-10-23 16:44:02.385808"]]
33316
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33317
+  (0.0ms) SAVEPOINT active_record_1
33318
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.387117"], ["updated_at", "2019-10-23 16:44:02.387117"]]
33319
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33320
+  (0.0ms) SAVEPOINT active_record_1
33321
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.388230"], ["updated_at", "2019-10-23 16:44:02.388230"]]
33322
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33323
+  (0.0ms) SAVEPOINT active_record_1
33324
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.389118"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.389730"]]
33325
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33326
+  (0.0ms) SAVEPOINT active_record_1
33327
+ SQL (0.4ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.390938"], ["updated_at", "2019-10-23 16:44:02.390938"]]
33328
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33329
+  (0.2ms) SELECT COUNT(*) FROM "trees" LEFT OUTER JOIN "users" "cutter" ON "cutter"."id" = "trees"."cutter_id" WHERE ("cutter"."title" = 0)
33330
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees"
33331
+  (0.0ms) SAVEPOINT active_record_1
33332
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
33333
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33334
+  (0.0ms) SAVEPOINT active_record_1
33335
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
33336
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33337
+  (0.0ms) SAVEPOINT active_record_1
33338
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
33339
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33340
+ User Load (0.2ms) SELECT "users".* FROM "users"
33341
+  (0.1ms) SAVEPOINT active_record_1
33342
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
33343
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33344
+  (0.0ms) SAVEPOINT active_record_1
33345
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
33346
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33347
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
33348
+  (0.0ms) SAVEPOINT active_record_1
33349
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
33350
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33351
+  (0.6ms) rollback transaction
33352
+  (0.2ms) begin transaction
33353
+  (0.3ms) SAVEPOINT active_record_1
33354
+ SQL (0.6ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.411460"], ["updated_at", "2019-10-23 16:44:02.411460"]]
33355
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33356
+  (0.0ms) SAVEPOINT active_record_1
33357
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.413357"], ["updated_at", "2019-10-23 16:44:02.413357"]]
33358
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33359
+  (0.0ms) SAVEPOINT active_record_1
33360
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.426890"], ["updated_at", "2019-10-23 16:44:02.426890"]]
33361
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33362
+  (0.0ms) SAVEPOINT active_record_1
33363
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.428322"], ["updated_at", "2019-10-23 16:44:02.428322"]]
33364
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33365
+  (0.1ms) SAVEPOINT active_record_1
33366
+ SQL (0.3ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.429499"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.445854"]]
33367
+  (2.7ms) RELEASE SAVEPOINT active_record_1
33368
+  (0.2ms) SAVEPOINT active_record_1
33369
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.462311"], ["updated_at", "2019-10-23 16:44:02.462311"]]
33370
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33371
+  (0.7ms) SELECT COUNT(*) FROM "trees" LEFT OUTER JOIN "users" "owner" ON "owner"."id" = "trees"."owner_id" WHERE ("owner"."title" LIKE '%%')
33372
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees"
33373
+  (0.0ms) SAVEPOINT active_record_1
33374
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
33375
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33376
+  (0.2ms) SAVEPOINT active_record_1
33377
+ SQL (0.6ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
33378
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33379
+  (0.0ms) SAVEPOINT active_record_1
33380
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
33381
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33382
+ User Load (0.2ms) SELECT "users".* FROM "users"
33383
+  (0.0ms) SAVEPOINT active_record_1
33384
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
33385
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33386
+  (0.0ms) SAVEPOINT active_record_1
33387
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
33388
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33389
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
33390
+  (0.0ms) SAVEPOINT active_record_1
33391
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
33392
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33393
+  (1.6ms) rollback transaction
33394
+  (0.0ms) begin transaction
33395
+  (0.0ms) SAVEPOINT active_record_1
33396
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.480910"], ["updated_at", "2019-10-23 16:44:02.480910"]]
33397
+  (22.1ms) RELEASE SAVEPOINT active_record_1
33398
+  (0.1ms) SAVEPOINT active_record_1
33399
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.505122"], ["updated_at", "2019-10-23 16:44:02.505122"]]
33400
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33401
+  (0.0ms) SAVEPOINT active_record_1
33402
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.506261"], ["updated_at", "2019-10-23 16:44:02.506261"]]
33403
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33404
+  (0.0ms) SAVEPOINT active_record_1
33405
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.507755"], ["updated_at", "2019-10-23 16:44:02.507755"]]
33406
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33407
+  (0.1ms) SAVEPOINT active_record_1
33408
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.509546"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.510699"]]
33409
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33410
+  (0.0ms) SAVEPOINT active_record_1
33411
+ SQL (0.5ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.512616"], ["updated_at", "2019-10-23 16:44:02.512616"]]
33412
+  (0.2ms) RELEASE SAVEPOINT active_record_1
33413
+  (0.2ms) SELECT COUNT(*) FROM "trees" LEFT OUTER JOIN "users" "owner" ON "owner"."id" = "trees"."owner_id" WHERE ("owner"."title" NOT LIKE '%%')
33414
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees"
33415
+  (0.1ms) SAVEPOINT active_record_1
33416
+ SQL (0.4ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
33417
+  (0.4ms) RELEASE SAVEPOINT active_record_1
33418
+  (0.1ms) SAVEPOINT active_record_1
33419
+ SQL (0.2ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
33420
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33421
+  (0.1ms) SAVEPOINT active_record_1
33422
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
33423
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33424
+ User Load (0.1ms) SELECT "users".* FROM "users"
33425
+  (0.0ms) SAVEPOINT active_record_1
33426
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
33427
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33428
+  (0.0ms) SAVEPOINT active_record_1
33429
+ SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
33430
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33431
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
33432
+  (0.1ms) SAVEPOINT active_record_1
33433
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
33434
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33435
+  (2.2ms) rollback transaction
33436
+  (0.1ms) begin transaction
33437
+  (0.1ms) SAVEPOINT active_record_1
33438
+ SQL (1.0ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.539870"], ["updated_at", "2019-10-23 16:44:02.539870"]]
33439
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33440
+  (0.0ms) SAVEPOINT active_record_1
33441
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.543578"], ["updated_at", "2019-10-23 16:44:02.543578"]]
33442
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33443
+  (0.4ms) SAVEPOINT active_record_1
33444
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.545917"], ["updated_at", "2019-10-23 16:44:02.545917"]]
33445
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33446
+  (0.1ms) SAVEPOINT active_record_1
33447
+ SQL (0.4ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.548528"], ["updated_at", "2019-10-23 16:44:02.548528"]]
33448
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33449
+  (0.1ms) SAVEPOINT active_record_1
33450
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.550491"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.551904"]]
33451
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33452
+  (0.1ms) SAVEPOINT active_record_1
33453
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.554155"], ["updated_at", "2019-10-23 16:44:02.554155"]]
33454
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33455
+  (0.1ms) SELECT COUNT(*) FROM "trees" LEFT OUTER JOIN "users" "cutter" ON "cutter"."id" = "trees"."cutter_id" WHERE ("cutter"."title" LIKE '%')
33456
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
33457
+  (0.1ms) SAVEPOINT active_record_1
33458
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
33459
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33460
+  (0.0ms) SAVEPOINT active_record_1
33461
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
33462
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33463
+  (0.0ms) SAVEPOINT active_record_1
33464
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
33465
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33466
+ User Load (0.1ms) SELECT "users".* FROM "users"
33467
+  (0.0ms) SAVEPOINT active_record_1
33468
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
33469
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33470
+  (0.0ms) SAVEPOINT active_record_1
33471
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
33472
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33473
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
33474
+  (0.0ms) SAVEPOINT active_record_1
33475
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
33476
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33477
+  (0.8ms) rollback transaction
33478
+  (0.1ms) begin transaction
33479
+  (0.1ms) SAVEPOINT active_record_1
33480
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.576646"], ["updated_at", "2019-10-23 16:44:02.576646"]]
33481
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33482
+  (0.0ms) SAVEPOINT active_record_1
33483
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.578321"], ["updated_at", "2019-10-23 16:44:02.578321"]]
33484
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33485
+  (0.0ms) SAVEPOINT active_record_1
33486
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.579378"], ["updated_at", "2019-10-23 16:44:02.579378"]]
33487
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33488
+  (0.0ms) SAVEPOINT active_record_1
33489
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.580589"], ["updated_at", "2019-10-23 16:44:02.580589"]]
33490
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33491
+  (0.0ms) SAVEPOINT active_record_1
33492
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.581574"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.582159"]]
33493
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33494
+  (0.1ms) SAVEPOINT active_record_1
33495
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.583447"], ["updated_at", "2019-10-23 16:44:02.583447"]]
33496
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33497
+  (0.1ms) SELECT COUNT(*) FROM "trees" LEFT OUTER JOIN "users" "owner" ON "owner"."id" = "trees"."owner_id" LEFT OUTER JOIN "users" "cutter" ON "cutter"."id" = "trees"."cutter_id" WHERE (("owner"."name" LIKE '%E.%' OR "cutter"."title" LIKE '%'))
33498
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
33499
+  (0.0ms) SAVEPOINT active_record_1
33500
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
33501
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33502
+  (0.0ms) SAVEPOINT active_record_1
33503
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
33504
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33505
+  (0.0ms) SAVEPOINT active_record_1
33506
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
33507
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33508
+ User Load (0.1ms) SELECT "users".* FROM "users"
33509
+  (0.1ms) SAVEPOINT active_record_1
33510
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
33511
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33512
+  (0.0ms) SAVEPOINT active_record_1
33513
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
33514
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33515
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
33516
+  (0.0ms) SAVEPOINT active_record_1
33517
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
33518
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33519
+  (0.5ms) rollback transaction
33520
+  (0.0ms) begin transaction
33521
+  (0.0ms) SAVEPOINT active_record_1
33522
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.591484"], ["updated_at", "2019-10-23 16:44:02.591484"]]
33523
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33524
+  (0.1ms) SAVEPOINT active_record_1
33525
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.593840"], ["updated_at", "2019-10-23 16:44:02.593840"]]
33526
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33527
+  (0.0ms) SAVEPOINT active_record_1
33528
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.596071"], ["updated_at", "2019-10-23 16:44:02.596071"]]
33529
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33530
+  (0.0ms) SAVEPOINT active_record_1
33531
+ SQL (0.3ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.598232"], ["updated_at", "2019-10-23 16:44:02.598232"]]
33532
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33533
+  (0.1ms) SAVEPOINT active_record_1
33534
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.601456"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.604153"]]
33535
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33536
+  (0.2ms) SAVEPOINT active_record_1
33537
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.610302"], ["updated_at", "2019-10-23 16:44:02.610302"]]
33538
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33539
+  (0.2ms) SELECT COUNT(*) FROM "trees" LEFT OUTER JOIN "users" "owner" ON "owner"."id" = "trees"."owner_id" WHERE (("owner"."name" LIKE '%E.%' AND "owner"."title" LIKE '%'))
33540
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
33541
+  (0.0ms) SAVEPOINT active_record_1
33542
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
33543
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33544
+  (0.2ms) SAVEPOINT active_record_1
33545
+ SQL (0.6ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
33546
+  (0.3ms) RELEASE SAVEPOINT active_record_1
33547
+  (0.4ms) SAVEPOINT active_record_1
33548
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
33549
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33550
+ User Load (0.1ms) SELECT "users".* FROM "users"
33551
+  (0.0ms) SAVEPOINT active_record_1
33552
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
33553
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33554
+  (0.1ms) SAVEPOINT active_record_1
33555
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
33556
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33557
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
33558
+  (0.0ms) SAVEPOINT active_record_1
33559
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
33560
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33561
+  (11.4ms) rollback transaction
33562
+  (0.1ms) begin transaction
33563
+  (0.1ms) SAVEPOINT active_record_1
33564
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.637311"], ["updated_at", "2019-10-23 16:44:02.637311"]]
33565
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33566
+  (2.3ms) SAVEPOINT active_record_1
33567
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.641792"], ["updated_at", "2019-10-23 16:44:02.641792"]]
33568
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33569
+  (0.0ms) SAVEPOINT active_record_1
33570
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.643488"], ["updated_at", "2019-10-23 16:44:02.643488"]]
33571
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33572
+  (0.0ms) SAVEPOINT active_record_1
33573
+ SQL (0.3ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.645293"], ["updated_at", "2019-10-23 16:44:02.645293"]]
33574
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33575
+  (0.0ms) SAVEPOINT active_record_1
33576
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.647026"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.647965"]]
33577
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33578
+  (0.1ms) SAVEPOINT active_record_1
33579
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.650929"], ["updated_at", "2019-10-23 16:44:02.650929"]]
33580
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33581
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE (("trees"."name" LIKE '%Tree%' AND "trees"."name" LIKE '%3'))
33582
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
33583
+  (0.0ms) SAVEPOINT active_record_1
33584
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
33585
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33586
+  (0.1ms) SAVEPOINT active_record_1
33587
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
33588
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33589
+  (0.0ms) SAVEPOINT active_record_1
33590
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
33591
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33592
+ User Load (0.2ms) SELECT "users".* FROM "users"
33593
+  (0.0ms) SAVEPOINT active_record_1
33594
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
33595
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33596
+  (0.0ms) SAVEPOINT active_record_1
33597
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
33598
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33599
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
33600
+  (0.0ms) SAVEPOINT active_record_1
33601
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
33602
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33603
+  (0.5ms) rollback transaction
33604
+  (0.0ms) begin transaction
33605
+  (0.0ms) SAVEPOINT active_record_1
33606
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.667659"], ["updated_at", "2019-10-23 16:44:02.667659"]]
33607
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33608
+  (0.0ms) SAVEPOINT active_record_1
33609
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.669076"], ["updated_at", "2019-10-23 16:44:02.669076"]]
33610
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33611
+  (0.0ms) SAVEPOINT active_record_1
33612
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.670454"], ["updated_at", "2019-10-23 16:44:02.670454"]]
33613
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33614
+  (0.0ms) SAVEPOINT active_record_1
33615
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.671713"], ["updated_at", "2019-10-23 16:44:02.671713"]]
33616
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33617
+  (0.1ms) SAVEPOINT active_record_1
33618
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.672588"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.673322"]]
33619
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33620
+  (0.0ms) SAVEPOINT active_record_1
33621
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.675627"], ["updated_at", "2019-10-23 16:44:02.675627"]]
33622
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33623
+  (0.3ms) SELECT COUNT(*) FROM "trees" LEFT OUTER JOIN "users" "cutter" ON "cutter"."id" = "trees"."cutter_id" WHERE (((("trees"."created_at" < '2019-10-23T14:44:02.677Z' OR "trees"."name" LIKE '%Tree%') AND "trees"."name" LIKE '%3') OR "cutter"."title" LIKE '%'))
33624
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
33625
+  (0.1ms) SAVEPOINT active_record_1
33626
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
33627
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33628
+  (0.0ms) SAVEPOINT active_record_1
33629
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
33630
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33631
+  (0.0ms) SAVEPOINT active_record_1
33632
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
33633
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33634
+ User Load (0.7ms) SELECT "users".* FROM "users"
33635
+  (0.1ms) SAVEPOINT active_record_1
33636
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
33637
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33638
+  (0.1ms) SAVEPOINT active_record_1
33639
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
33640
+  (0.2ms) RELEASE SAVEPOINT active_record_1
33641
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
33642
+  (0.0ms) SAVEPOINT active_record_1
33643
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
33644
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33645
+  (1.1ms) rollback transaction
33646
+  (0.1ms) begin transaction
33647
+  (0.1ms) SAVEPOINT active_record_1
33648
+ SQL (0.6ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.695379"], ["updated_at", "2019-10-23 16:44:02.695379"]]
33649
+  (0.2ms) RELEASE SAVEPOINT active_record_1
33650
+  (0.1ms) SAVEPOINT active_record_1
33651
+ SQL (0.5ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.698390"], ["updated_at", "2019-10-23 16:44:02.698390"]]
33652
+  (0.2ms) RELEASE SAVEPOINT active_record_1
33653
+  (0.1ms) SAVEPOINT active_record_1
33654
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.704092"], ["updated_at", "2019-10-23 16:44:02.704092"]]
33655
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33656
+  (0.0ms) SAVEPOINT active_record_1
33657
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.706684"], ["updated_at", "2019-10-23 16:44:02.706684"]]
33658
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33659
+  (0.0ms) SAVEPOINT active_record_1
33660
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.708060"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.708943"]]
33661
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33662
+  (0.0ms) SAVEPOINT active_record_1
33663
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.710858"], ["updated_at", "2019-10-23 16:44:02.710858"]]
33664
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33665
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
33666
+  (0.0ms) SAVEPOINT active_record_1
33667
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
33668
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33669
+  (0.0ms) SAVEPOINT active_record_1
33670
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
33671
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33672
+  (0.0ms) SAVEPOINT active_record_1
33673
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
33674
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33675
+ User Load (0.2ms) SELECT "users".* FROM "users"
33676
+  (0.0ms) SAVEPOINT active_record_1
33677
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
33678
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33679
+  (0.0ms) SAVEPOINT active_record_1
33680
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
33681
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33682
+ Island Load (0.2ms) SELECT "isle".* FROM "isle"
33683
+  (0.0ms) SAVEPOINT active_record_1
33684
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
33685
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33686
+  (7.8ms) rollback transaction
33687
+  (0.1ms) begin transaction
33688
+  (0.1ms) SAVEPOINT active_record_1
33689
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.728136"], ["updated_at", "2019-10-23 16:44:02.728136"]]
33690
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33691
+  (0.0ms) SAVEPOINT active_record_1
33692
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.729549"], ["updated_at", "2019-10-23 16:44:02.729549"]]
33693
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33694
+  (0.0ms) SAVEPOINT active_record_1
33695
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.730902"], ["updated_at", "2019-10-23 16:44:02.730902"]]
33696
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33697
+  (0.0ms) SAVEPOINT active_record_1
33698
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.732260"], ["updated_at", "2019-10-23 16:44:02.732260"]]
33699
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33700
+  (0.0ms) SAVEPOINT active_record_1
33701
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.733162"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.733786"]]
33702
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33703
+  (0.0ms) SAVEPOINT active_record_1
33704
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.735091"], ["updated_at", "2019-10-23 16:44:02.735091"]]
33705
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33706
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
33707
+  (0.0ms) SAVEPOINT active_record_1
33708
+ SQL (0.2ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
33709
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33710
+  (0.0ms) SAVEPOINT active_record_1
33711
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
33712
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33713
+  (0.0ms) SAVEPOINT active_record_1
33714
+ SQL (0.2ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
33715
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33716
+ User Load (0.1ms) SELECT "users".* FROM "users"
33717
+  (0.0ms) SAVEPOINT active_record_1
33718
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
33719
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33720
+  (0.0ms) SAVEPOINT active_record_1
33721
+ SQL (1.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
33722
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33723
+ Island Load (0.2ms) SELECT "isle".* FROM "isle"
33724
+  (0.1ms) SAVEPOINT active_record_1
33725
+ SQL (0.2ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
33726
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33727
+  (0.8ms) rollback transaction
33728
+  (0.1ms) begin transaction
33729
+  (0.7ms) SAVEPOINT active_record_1
33730
+ SQL (0.7ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.756937"], ["updated_at", "2019-10-23 16:44:02.756937"]]
33731
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33732
+  (0.2ms) SAVEPOINT active_record_1
33733
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.767308"], ["updated_at", "2019-10-23 16:44:02.767308"]]
33734
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33735
+  (0.6ms) SAVEPOINT active_record_1
33736
+ SQL (0.4ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.774918"], ["updated_at", "2019-10-23 16:44:02.774918"]]
33737
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33738
+  (0.1ms) SAVEPOINT active_record_1
33739
+ SQL (0.3ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.778096"], ["updated_at", "2019-10-23 16:44:02.778096"]]
33740
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33741
+  (0.2ms) SAVEPOINT active_record_1
33742
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.781344"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.783252"]]
33743
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33744
+  (0.1ms) SAVEPOINT active_record_1
33745
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.786163"], ["updated_at", "2019-10-23 16:44:02.786163"]]
33746
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33747
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
33748
+  (0.0ms) SAVEPOINT active_record_1
33749
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
33750
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33751
+  (0.0ms) SAVEPOINT active_record_1
33752
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
33753
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33754
+  (0.0ms) SAVEPOINT active_record_1
33755
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
33756
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33757
+ User Load (0.1ms) SELECT "users".* FROM "users"
33758
+  (0.0ms) SAVEPOINT active_record_1
33759
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
33760
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33761
+  (0.0ms) SAVEPOINT active_record_1
33762
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
33763
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33764
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
33765
+  (0.0ms) SAVEPOINT active_record_1
33766
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
33767
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33768
+  (0.5ms) rollback transaction
33769
+  (0.1ms) begin transaction
33770
+  (0.0ms) SAVEPOINT active_record_1
33771
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.802140"], ["updated_at", "2019-10-23 16:44:02.802140"]]
33772
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33773
+  (0.0ms) SAVEPOINT active_record_1
33774
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.803489"], ["updated_at", "2019-10-23 16:44:02.803489"]]
33775
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33776
+  (0.0ms) SAVEPOINT active_record_1
33777
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.804534"], ["updated_at", "2019-10-23 16:44:02.804534"]]
33778
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33779
+  (0.0ms) SAVEPOINT active_record_1
33780
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.806178"], ["updated_at", "2019-10-23 16:44:02.806178"]]
33781
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33782
+  (0.1ms) SAVEPOINT active_record_1
33783
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.807801"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.808752"]]
33784
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33785
+  (0.0ms) SAVEPOINT active_record_1
33786
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.810855"], ["updated_at", "2019-10-23 16:44:02.810855"]]
33787
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33788
+ Tree Load (0.3ms) SELECT "trees".* FROM "trees"
33789
+  (0.1ms) SAVEPOINT active_record_1
33790
+ SQL (0.3ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
33791
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33792
+  (0.2ms) SAVEPOINT active_record_1
33793
+ SQL (0.7ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
33794
+  (0.2ms) RELEASE SAVEPOINT active_record_1
33795
+  (0.2ms) SAVEPOINT active_record_1
33796
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
33797
+  (0.5ms) RELEASE SAVEPOINT active_record_1
33798
+ User Load (0.4ms) SELECT "users".* FROM "users"
33799
+  (0.1ms) SAVEPOINT active_record_1
33800
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
33801
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33802
+  (0.1ms) SAVEPOINT active_record_1
33803
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
33804
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33805
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
33806
+  (0.0ms) SAVEPOINT active_record_1
33807
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
33808
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33809
+  (0.7ms) rollback transaction
33810
+  (0.2ms) begin transaction
33811
+  (0.1ms) SAVEPOINT active_record_1
33812
+ SQL (4.0ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.836043"], ["updated_at", "2019-10-23 16:44:02.836043"]]
33813
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33814
+  (0.0ms) SAVEPOINT active_record_1
33815
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.844811"], ["updated_at", "2019-10-23 16:44:02.844811"]]
33816
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33817
+  (0.0ms) SAVEPOINT active_record_1
33818
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.846768"], ["updated_at", "2019-10-23 16:44:02.846768"]]
33819
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33820
+  (0.1ms) SAVEPOINT active_record_1
33821
+ SQL (0.4ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.862444"], ["updated_at", "2019-10-23 16:44:02.862444"]]
33822
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33823
+  (0.1ms) SAVEPOINT active_record_1
33824
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.865005"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.866578"]]
33825
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33826
+  (0.2ms) SAVEPOINT active_record_1
33827
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.869687"], ["updated_at", "2019-10-23 16:44:02.869687"]]
33828
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33829
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees"
33830
+  (0.1ms) SAVEPOINT active_record_1
33831
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
33832
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33833
+  (0.0ms) SAVEPOINT active_record_1
33834
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
33835
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33836
+  (0.0ms) SAVEPOINT active_record_1
33837
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
33838
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33839
+ User Load (0.1ms) SELECT "users".* FROM "users"
33840
+  (0.1ms) SAVEPOINT active_record_1
33841
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
33842
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33843
+  (0.0ms) SAVEPOINT active_record_1
33844
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
33845
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33846
+ Island Load (0.5ms) SELECT "isle".* FROM "isle"
33847
+  (0.2ms) SAVEPOINT active_record_1
33848
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
33849
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33850
+  (1.0ms) rollback transaction
33851
+  (0.2ms) begin transaction
33852
+  (0.0ms) SAVEPOINT active_record_1
33853
+ SQL (0.9ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.891179"], ["updated_at", "2019-10-23 16:44:02.891179"]]
33854
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33855
+  (0.1ms) SAVEPOINT active_record_1
33856
+ SQL (0.3ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.897520"], ["updated_at", "2019-10-23 16:44:02.897520"]]
33857
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33858
+  (0.0ms) SAVEPOINT active_record_1
33859
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.899815"], ["updated_at", "2019-10-23 16:44:02.899815"]]
33860
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33861
+  (0.0ms) SAVEPOINT active_record_1
33862
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.901702"], ["updated_at", "2019-10-23 16:44:02.901702"]]
33863
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33864
+  (0.0ms) SAVEPOINT active_record_1
33865
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.903128"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.904112"]]
33866
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33867
+  (0.1ms) SAVEPOINT active_record_1
33868
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.906739"], ["updated_at", "2019-10-23 16:44:02.906739"]]
33869
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33870
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
33871
+  (0.1ms) SAVEPOINT active_record_1
33872
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
33873
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33874
+  (0.0ms) SAVEPOINT active_record_1
33875
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
33876
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33877
+  (0.0ms) SAVEPOINT active_record_1
33878
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
33879
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33880
+ User Load (0.1ms) SELECT "users".* FROM "users"
33881
+  (0.0ms) SAVEPOINT active_record_1
33882
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
33883
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33884
+  (0.0ms) SAVEPOINT active_record_1
33885
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
33886
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33887
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
33888
+  (0.0ms) SAVEPOINT active_record_1
33889
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
33890
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33891
+  (0.9ms) rollback transaction
33892
+  (0.1ms) begin transaction
33893
+  (0.1ms) SAVEPOINT active_record_1
33894
+ SQL (0.7ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.927915"], ["updated_at", "2019-10-23 16:44:02.927915"]]
33895
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33896
+  (0.1ms) SAVEPOINT active_record_1
33897
+ SQL (0.3ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.931710"], ["updated_at", "2019-10-23 16:44:02.931710"]]
33898
+  (0.2ms) RELEASE SAVEPOINT active_record_1
33899
+  (0.1ms) SAVEPOINT active_record_1
33900
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:02.935867"], ["updated_at", "2019-10-23 16:44:02.935867"]]
33901
+  (0.2ms) RELEASE SAVEPOINT active_record_1
33902
+  (0.1ms) SAVEPOINT active_record_1
33903
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:02.961381"], ["updated_at", "2019-10-23 16:44:02.961381"]]
33904
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33905
+  (0.1ms) SAVEPOINT active_record_1
33906
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:02.977632"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:02.980219"]]
33907
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33908
+  (0.1ms) SAVEPOINT active_record_1
33909
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:02.984105"], ["updated_at", "2019-10-23 16:44:02.984105"]]
33910
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33911
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
33912
+  (0.0ms) SAVEPOINT active_record_1
33913
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
33914
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33915
+  (0.0ms) SAVEPOINT active_record_1
33916
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
33917
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33918
+  (0.1ms) SAVEPOINT active_record_1
33919
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
33920
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33921
+ User Load (0.1ms) SELECT "users".* FROM "users"
33922
+  (0.1ms) SAVEPOINT active_record_1
33923
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
33924
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33925
+  (0.0ms) SAVEPOINT active_record_1
33926
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
33927
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33928
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
33929
+  (0.4ms) SAVEPOINT active_record_1
33930
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
33931
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33932
+  (0.9ms) rollback transaction
33933
+  (0.1ms) begin transaction
33934
+  (0.1ms) SAVEPOINT active_record_1
33935
+ SQL (0.5ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:02.994959"], ["updated_at", "2019-10-23 16:44:02.994959"]]
33936
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33937
+  (0.1ms) SAVEPOINT active_record_1
33938
+ SQL (0.8ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:02.998247"], ["updated_at", "2019-10-23 16:44:02.998247"]]
33939
+  (0.3ms) RELEASE SAVEPOINT active_record_1
33940
+  (0.1ms) SAVEPOINT active_record_1
33941
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:03.005245"], ["updated_at", "2019-10-23 16:44:03.005245"]]
33942
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33943
+  (0.0ms) SAVEPOINT active_record_1
33944
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:03.009411"], ["updated_at", "2019-10-23 16:44:03.009411"]]
33945
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33946
+  (0.1ms) SAVEPOINT active_record_1
33947
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:03.010884"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:03.011826"]]
33948
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33949
+  (0.0ms) SAVEPOINT active_record_1
33950
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:03.013694"], ["updated_at", "2019-10-23 16:44:03.013694"]]
33951
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33952
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."name" LIKE '%Tree%')
33953
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
33954
+  (0.1ms) SAVEPOINT active_record_1
33955
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
33956
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33957
+  (0.0ms) SAVEPOINT active_record_1
33958
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
33959
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33960
+  (0.0ms) SAVEPOINT active_record_1
33961
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
33962
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33963
+ User Load (0.1ms) SELECT "users".* FROM "users"
33964
+  (0.0ms) SAVEPOINT active_record_1
33965
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
33966
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33967
+  (0.0ms) SAVEPOINT active_record_1
33968
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
33969
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33970
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
33971
+  (0.0ms) SAVEPOINT active_record_1
33972
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
33973
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33974
+  (0.8ms) rollback transaction
33975
+  (0.0ms) begin transaction
33976
+  (0.0ms) SAVEPOINT active_record_1
33977
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:03.024513"], ["updated_at", "2019-10-23 16:44:03.024513"]]
33978
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33979
+  (0.1ms) SAVEPOINT active_record_1
33980
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:03.026450"], ["updated_at", "2019-10-23 16:44:03.026450"]]
33981
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33982
+  (0.0ms) SAVEPOINT active_record_1
33983
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:03.027996"], ["updated_at", "2019-10-23 16:44:03.027996"]]
33984
+  (0.0ms) RELEASE SAVEPOINT active_record_1
33985
+  (0.0ms) SAVEPOINT active_record_1
33986
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:03.029732"], ["updated_at", "2019-10-23 16:44:03.029732"]]
33987
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33988
+  (0.1ms) SAVEPOINT active_record_1
33989
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:03.041136"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:03.043432"]]
33990
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33991
+  (0.1ms) SAVEPOINT active_record_1
33992
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:03.048555"], ["updated_at", "2019-10-23 16:44:03.048555"]]
33993
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33994
+  (0.5ms) SELECT COUNT(*) FROM "trees" WHERE (("trees"."name" LIKE '%Tree%' AND "trees"."name" LIKE '%3'))
33995
+ Tree Load (0.4ms) SELECT "trees".* FROM "trees"
33996
+  (0.0ms) SAVEPOINT active_record_1
33997
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
33998
+  (0.1ms) RELEASE SAVEPOINT active_record_1
33999
+  (0.0ms) SAVEPOINT active_record_1
34000
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34001
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34002
+  (0.0ms) SAVEPOINT active_record_1
34003
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34004
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34005
+ User Load (0.1ms) SELECT "users".* FROM "users"
34006
+  (0.0ms) SAVEPOINT active_record_1
34007
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
34008
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34009
+  (0.0ms) SAVEPOINT active_record_1
34010
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
34011
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34012
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
34013
+  (0.0ms) SAVEPOINT active_record_1
34014
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
34015
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34016
+  (6.8ms) rollback transaction
34017
+  (0.2ms) begin transaction
34018
+  (0.0ms) SAVEPOINT active_record_1
34019
+ SQL (0.5ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:03.093395"], ["updated_at", "2019-10-23 16:44:03.093395"]]
34020
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34021
+  (0.1ms) SAVEPOINT active_record_1
34022
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:03.096707"], ["updated_at", "2019-10-23 16:44:03.096707"]]
34023
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34024
+  (0.0ms) SAVEPOINT active_record_1
34025
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:03.097840"], ["updated_at", "2019-10-23 16:44:03.097840"]]
34026
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34027
+  (0.0ms) SAVEPOINT active_record_1
34028
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:03.099196"], ["updated_at", "2019-10-23 16:44:03.099196"]]
34029
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34030
+  (0.0ms) SAVEPOINT active_record_1
34031
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:03.100073"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:03.100664"]]
34032
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34033
+  (0.0ms) SAVEPOINT active_record_1
34034
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:03.101957"], ["updated_at", "2019-10-23 16:44:03.101957"]]
34035
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34036
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE (("trees"."name" LIKE '%Tree%' AND "trees"."age" > 2))
34037
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
34038
+  (0.0ms) SAVEPOINT active_record_1
34039
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
34040
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34041
+  (0.0ms) SAVEPOINT active_record_1
34042
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34043
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34044
+  (0.0ms) SAVEPOINT active_record_1
34045
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34046
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34047
+ User Load (0.1ms) SELECT "users".* FROM "users"
34048
+  (0.0ms) SAVEPOINT active_record_1
34049
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
34050
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34051
+  (0.0ms) SAVEPOINT active_record_1
34052
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
34053
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34054
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
34055
+  (0.0ms) SAVEPOINT active_record_1
34056
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
34057
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34058
+  (1.7ms) rollback transaction
34059
+  (0.1ms) begin transaction
34060
+  (0.2ms) SAVEPOINT active_record_1
34061
+ SQL (0.7ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:03.113581"], ["updated_at", "2019-10-23 16:44:03.113581"]]
34062
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34063
+  (0.0ms) SAVEPOINT active_record_1
34064
+ SQL (0.5ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:03.116216"], ["updated_at", "2019-10-23 16:44:03.116216"]]
34065
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34066
+  (0.1ms) SAVEPOINT active_record_1
34067
+ SQL (0.2ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:03.119886"], ["updated_at", "2019-10-23 16:44:03.119886"]]
34068
+  (1.8ms) RELEASE SAVEPOINT active_record_1
34069
+  (0.2ms) SAVEPOINT active_record_1
34070
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:03.128302"], ["updated_at", "2019-10-23 16:44:03.128302"]]
34071
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34072
+  (0.0ms) SAVEPOINT active_record_1
34073
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:03.129743"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:03.130606"]]
34074
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34075
+  (0.1ms) SAVEPOINT active_record_1
34076
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:03.132132"], ["updated_at", "2019-10-23 16:44:03.132132"]]
34077
+  (0.3ms) RELEASE SAVEPOINT active_record_1
34078
+  (0.2ms) SELECT COUNT(*) FROM "trees" WHERE (("trees"."name" LIKE '%3' AND "trees"."age" > 2))
34079
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees"
34080
+  (0.1ms) SAVEPOINT active_record_1
34081
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
34082
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34083
+  (0.0ms) SAVEPOINT active_record_1
34084
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34085
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34086
+  (0.0ms) SAVEPOINT active_record_1
34087
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34088
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34089
+ User Load (0.1ms) SELECT "users".* FROM "users"
34090
+  (0.0ms) SAVEPOINT active_record_1
34091
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
34092
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34093
+  (0.0ms) SAVEPOINT active_record_1
34094
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
34095
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34096
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
34097
+  (0.0ms) SAVEPOINT active_record_1
34098
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
34099
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34100
+  (0.6ms) rollback transaction
34101
+  (0.1ms) begin transaction
34102
+  (0.1ms) SAVEPOINT active_record_1
34103
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:03.147046"], ["updated_at", "2019-10-23 16:44:03.147046"]]
34104
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34105
+  (0.0ms) SAVEPOINT active_record_1
34106
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:03.149157"], ["updated_at", "2019-10-23 16:44:03.149157"]]
34107
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34108
+  (0.0ms) SAVEPOINT active_record_1
34109
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:03.150420"], ["updated_at", "2019-10-23 16:44:03.150420"]]
34110
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34111
+  (0.1ms) SAVEPOINT active_record_1
34112
+ SQL (0.3ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:03.160106"], ["updated_at", "2019-10-23 16:44:03.160106"]]
34113
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34114
+  (0.1ms) SAVEPOINT active_record_1
34115
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:03.166035"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:03.166957"]]
34116
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34117
+  (0.0ms) SAVEPOINT active_record_1
34118
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:03.168244"], ["updated_at", "2019-10-23 16:44:03.168244"]]
34119
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34120
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE (("trees"."name" LIKE '%Tree%' OR "trees"."name" LIKE '%3'))
34121
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
34122
+  (0.0ms) SAVEPOINT active_record_1
34123
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
34124
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34125
+  (0.0ms) SAVEPOINT active_record_1
34126
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34127
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34128
+  (0.0ms) SAVEPOINT active_record_1
34129
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34130
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34131
+ User Load (0.1ms) SELECT "users".* FROM "users"
34132
+  (0.0ms) SAVEPOINT active_record_1
34133
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
34134
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34135
+  (0.0ms) SAVEPOINT active_record_1
34136
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
34137
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34138
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
34139
+  (0.1ms) SAVEPOINT active_record_1
34140
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
34141
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34142
+  (1.0ms) rollback transaction
34143
+  (0.1ms) begin transaction
34144
+  (4.2ms) SAVEPOINT active_record_1
34145
+ SQL (0.6ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:03.185863"], ["updated_at", "2019-10-23 16:44:03.185863"]]
34146
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34147
+  (0.0ms) SAVEPOINT active_record_1
34148
+ SQL (0.3ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:03.190941"], ["updated_at", "2019-10-23 16:44:03.190941"]]
34149
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34150
+  (0.1ms) SAVEPOINT active_record_1
34151
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:03.193570"], ["updated_at", "2019-10-23 16:44:03.193570"]]
34152
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34153
+  (0.1ms) SAVEPOINT active_record_1
34154
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:03.196226"], ["updated_at", "2019-10-23 16:44:03.196226"]]
34155
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34156
+  (0.0ms) SAVEPOINT active_record_1
34157
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:03.197477"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:03.198281"]]
34158
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34159
+  (0.2ms) SAVEPOINT active_record_1
34160
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:03.202039"], ["updated_at", "2019-10-23 16:44:03.202039"]]
34161
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34162
+  (0.4ms) SELECT COUNT(*) FROM "trees" WHERE (("trees"."name" LIKE '%Tree%' OR "trees"."age" > 2))
34163
+ Tree Load (0.3ms) SELECT "trees".* FROM "trees"
34164
+  (0.0ms) SAVEPOINT active_record_1
34165
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
34166
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34167
+  (0.0ms) SAVEPOINT active_record_1
34168
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34169
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34170
+  (0.0ms) SAVEPOINT active_record_1
34171
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34172
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34173
+ User Load (0.1ms) SELECT "users".* FROM "users"
34174
+  (0.0ms) SAVEPOINT active_record_1
34175
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
34176
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34177
+  (0.0ms) SAVEPOINT active_record_1
34178
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
34179
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34180
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
34181
+  (0.1ms) SAVEPOINT active_record_1
34182
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
34183
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34184
+  (0.6ms) rollback transaction
34185
+  (0.0ms) begin transaction
34186
+  (0.0ms) SAVEPOINT active_record_1
34187
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:03.213515"], ["updated_at", "2019-10-23 16:44:03.213515"]]
34188
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34189
+  (0.0ms) SAVEPOINT active_record_1
34190
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:03.215367"], ["updated_at", "2019-10-23 16:44:03.215367"]]
34191
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34192
+  (0.0ms) SAVEPOINT active_record_1
34193
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:03.216882"], ["updated_at", "2019-10-23 16:44:03.216882"]]
34194
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34195
+  (0.1ms) SAVEPOINT active_record_1
34196
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:03.218277"], ["updated_at", "2019-10-23 16:44:03.218277"]]
34197
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34198
+  (0.1ms) SAVEPOINT active_record_1
34199
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:03.219304"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:03.220211"]]
34200
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34201
+  (0.0ms) SAVEPOINT active_record_1
34202
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:03.223193"], ["updated_at", "2019-10-23 16:44:03.223193"]]
34203
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34204
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE (("trees"."name" LIKE '%3' OR "trees"."age" > 2))
34205
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
34206
+  (0.0ms) SAVEPOINT active_record_1
34207
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
34208
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34209
+  (0.0ms) SAVEPOINT active_record_1
34210
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34211
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34212
+  (0.0ms) SAVEPOINT active_record_1
34213
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34214
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34215
+ User Load (0.1ms) SELECT "users".* FROM "users"
34216
+  (0.0ms) SAVEPOINT active_record_1
34217
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
34218
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34219
+  (0.0ms) SAVEPOINT active_record_1
34220
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
34221
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34222
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
34223
+  (0.1ms) SAVEPOINT active_record_1
34224
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
34225
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34226
+  (0.4ms) rollback transaction
34227
+  (0.0ms) begin transaction
34228
+  (0.0ms) SAVEPOINT active_record_1
34229
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:03.234100"], ["updated_at", "2019-10-23 16:44:03.234100"]]
34230
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34231
+  (0.0ms) SAVEPOINT active_record_1
34232
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:03.235621"], ["updated_at", "2019-10-23 16:44:03.235621"]]
34233
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34234
+  (0.0ms) SAVEPOINT active_record_1
34235
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:03.236737"], ["updated_at", "2019-10-23 16:44:03.236737"]]
34236
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34237
+  (0.0ms) SAVEPOINT active_record_1
34238
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:03.237975"], ["updated_at", "2019-10-23 16:44:03.237975"]]
34239
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34240
+  (0.0ms) SAVEPOINT active_record_1
34241
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:03.238980"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:03.240172"]]
34242
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34243
+  (0.1ms) SAVEPOINT active_record_1
34244
+ SQL (0.5ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:03.242920"], ["updated_at", "2019-10-23 16:44:03.242920"]]
34245
+  (0.6ms) RELEASE SAVEPOINT active_record_1
34246
+ Tree Load (0.4ms) SELECT "trees".* FROM "trees"
34247
+  (0.1ms) SAVEPOINT active_record_1
34248
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
34249
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34250
+  (0.1ms) SAVEPOINT active_record_1
34251
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34252
+  (0.3ms) RELEASE SAVEPOINT active_record_1
34253
+  (0.1ms) SAVEPOINT active_record_1
34254
+ SQL (0.3ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34255
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34256
+ User Load (0.1ms) SELECT "users".* FROM "users"
34257
+  (0.5ms) SAVEPOINT active_record_1
34258
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
34259
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34260
+  (0.0ms) SAVEPOINT active_record_1
34261
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
34262
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34263
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
34264
+  (0.1ms) SAVEPOINT active_record_1
34265
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
34266
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34267
+  (0.8ms) rollback transaction
34268
+  (0.1ms) begin transaction
34269
+  (0.1ms) SAVEPOINT active_record_1
34270
+ SQL (0.5ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:03.265181"], ["updated_at", "2019-10-23 16:44:03.265181"]]
34271
+  (0.3ms) RELEASE SAVEPOINT active_record_1
34272
+  (0.1ms) SAVEPOINT active_record_1
34273
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:03.269450"], ["updated_at", "2019-10-23 16:44:03.269450"]]
34274
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34275
+  (0.0ms) SAVEPOINT active_record_1
34276
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:03.275178"], ["updated_at", "2019-10-23 16:44:03.275178"]]
34277
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34278
+  (0.1ms) SAVEPOINT active_record_1
34279
+ SQL (0.3ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:03.277248"], ["updated_at", "2019-10-23 16:44:03.277248"]]
34280
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34281
+  (0.1ms) SAVEPOINT active_record_1
34282
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:03.279460"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:03.280832"]]
34283
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34284
+  (0.1ms) SAVEPOINT active_record_1
34285
+ SQL (0.3ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:03.283050"], ["updated_at", "2019-10-23 16:44:03.283050"]]
34286
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34287
+  (0.1ms) SELECT COUNT(*) FROM "isle" INNER JOIN "trees" ON "trees"."island_id" = "isle"."id" WHERE ("trees"."age" < 3)
34288
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
34289
+  (0.0ms) SAVEPOINT active_record_1
34290
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
34291
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34292
+  (0.0ms) SAVEPOINT active_record_1
34293
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34294
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34295
+  (0.0ms) SAVEPOINT active_record_1
34296
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34297
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34298
+ User Load (0.1ms) SELECT "users".* FROM "users"
34299
+  (0.1ms) SAVEPOINT active_record_1
34300
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
34301
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34302
+  (0.0ms) SAVEPOINT active_record_1
34303
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
34304
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34305
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
34306
+  (0.0ms) SAVEPOINT active_record_1
34307
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
34308
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34309
+  (0.6ms) rollback transaction
34310
+  (0.1ms) begin transaction
34311
+  (0.1ms) SAVEPOINT active_record_1
34312
+ SQL (7.7ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:03.293977"], ["updated_at", "2019-10-23 16:44:03.293977"]]
34313
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34314
+  (0.0ms) SAVEPOINT active_record_1
34315
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:03.303749"], ["updated_at", "2019-10-23 16:44:03.303749"]]
34316
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34317
+  (0.0ms) SAVEPOINT active_record_1
34318
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:03.305162"], ["updated_at", "2019-10-23 16:44:03.305162"]]
34319
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34320
+  (0.0ms) SAVEPOINT active_record_1
34321
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:03.306912"], ["updated_at", "2019-10-23 16:44:03.306912"]]
34322
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34323
+  (0.1ms) SAVEPOINT active_record_1
34324
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:03.308442"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:03.309612"]]
34325
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34326
+  (0.2ms) SAVEPOINT active_record_1
34327
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:03.313613"], ["updated_at", "2019-10-23 16:44:03.313613"]]
34328
+  (0.2ms) RELEASE SAVEPOINT active_record_1
34329
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
34330
+  (0.0ms) SAVEPOINT active_record_1
34331
+ SQL (0.3ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
34332
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34333
+  (0.1ms) SAVEPOINT active_record_1
34334
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34335
+  (0.4ms) RELEASE SAVEPOINT active_record_1
34336
+  (0.0ms) SAVEPOINT active_record_1
34337
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34338
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34339
+ User Load (0.3ms) SELECT "users".* FROM "users"
34340
+  (0.1ms) SAVEPOINT active_record_1
34341
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
34342
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34343
+  (0.0ms) SAVEPOINT active_record_1
34344
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
34345
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34346
+ Island Load (0.2ms) SELECT "isle".* FROM "isle"
34347
+  (0.1ms) SAVEPOINT active_record_1
34348
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
34349
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34350
+  (0.9ms) rollback transaction
34351
+  (0.1ms) begin transaction
34352
+  (0.1ms) SAVEPOINT active_record_1
34353
+ SQL (1.1ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:03.340939"], ["updated_at", "2019-10-23 16:44:03.340939"]]
34354
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34355
+  (0.0ms) SAVEPOINT active_record_1
34356
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:03.345486"], ["updated_at", "2019-10-23 16:44:03.345486"]]
34357
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34358
+  (0.0ms) SAVEPOINT active_record_1
34359
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:03.346546"], ["updated_at", "2019-10-23 16:44:03.346546"]]
34360
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34361
+  (0.0ms) SAVEPOINT active_record_1
34362
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:03.348476"], ["updated_at", "2019-10-23 16:44:03.348476"]]
34363
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34364
+  (0.1ms) SAVEPOINT active_record_1
34365
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:03.349664"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:03.350657"]]
34366
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34367
+  (0.0ms) SAVEPOINT active_record_1
34368
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:03.364660"], ["updated_at", "2019-10-23 16:44:03.364660"]]
34369
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34370
+  (28.4ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."created_at" < '2019-10-23 14:44:03.367193')
34371
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees"
34372
+  (0.0ms) SAVEPOINT active_record_1
34373
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
34374
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34375
+  (0.1ms) SAVEPOINT active_record_1
34376
+ SQL (0.3ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34377
+  (0.2ms) RELEASE SAVEPOINT active_record_1
34378
+  (0.1ms) SAVEPOINT active_record_1
34379
+ SQL (0.2ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34380
+  (0.2ms) RELEASE SAVEPOINT active_record_1
34381
+ User Load (0.8ms) SELECT "users".* FROM "users"
34382
+  (0.0ms) SAVEPOINT active_record_1
34383
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
34384
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34385
+  (0.0ms) SAVEPOINT active_record_1
34386
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
34387
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34388
+ Island Load (0.2ms) SELECT "isle".* FROM "isle"
34389
+  (0.0ms) SAVEPOINT active_record_1
34390
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
34391
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34392
+  (1.6ms) rollback transaction
34393
+  (0.0ms) begin transaction
34394
+  (0.0ms) SAVEPOINT active_record_1
34395
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:03.430047"], ["updated_at", "2019-10-23 16:44:03.430047"]]
34396
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34397
+  (0.0ms) SAVEPOINT active_record_1
34398
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:03.431638"], ["updated_at", "2019-10-23 16:44:03.431638"]]
34399
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34400
+  (0.0ms) SAVEPOINT active_record_1
34401
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:03.432667"], ["updated_at", "2019-10-23 16:44:03.432667"]]
34402
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34403
+  (0.0ms) SAVEPOINT active_record_1
34404
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:03.433936"], ["updated_at", "2019-10-23 16:44:03.433936"]]
34405
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34406
+  (0.1ms) SAVEPOINT active_record_1
34407
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:03.435058"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:03.435981"]]
34408
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34409
+  (0.1ms) SAVEPOINT active_record_1
34410
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:03.438650"], ["updated_at", "2019-10-23 16:44:03.438650"]]
34411
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34412
+  (0.2ms) SELECT COUNT(*) FROM "users" WHERE ("users"."title" = 0)
34413
+ Tree Load (0.3ms) SELECT "trees".* FROM "trees"
34414
+  (0.1ms) SAVEPOINT active_record_1
34415
+ SQL (0.3ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
34416
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34417
+  (0.0ms) SAVEPOINT active_record_1
34418
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34419
+  (0.2ms) RELEASE SAVEPOINT active_record_1
34420
+  (0.1ms) SAVEPOINT active_record_1
34421
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34422
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34423
+ User Load (0.3ms) SELECT "users".* FROM "users"
34424
+  (0.1ms) SAVEPOINT active_record_1
34425
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
34426
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34427
+  (0.1ms) SAVEPOINT active_record_1
34428
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
34429
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34430
+ Island Load (0.4ms) SELECT "isle".* FROM "isle"
34431
+  (0.3ms) SAVEPOINT active_record_1
34432
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
34433
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34434
+  (1.4ms) rollback transaction
34435
+  (0.1ms) begin transaction
34436
+  (84.8ms) SAVEPOINT active_record_1
34437
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:03.548412"], ["updated_at", "2019-10-23 16:44:03.548412"]]
34438
+  (13.6ms) RELEASE SAVEPOINT active_record_1
34439
+  (0.3ms) SAVEPOINT active_record_1
34440
+ SQL (0.5ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:03.605499"], ["updated_at", "2019-10-23 16:44:03.605499"]]
34441
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34442
+  (0.1ms) SAVEPOINT active_record_1
34443
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:03.610977"], ["updated_at", "2019-10-23 16:44:03.610977"]]
34444
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34445
+  (0.0ms) SAVEPOINT active_record_1
34446
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:03.614130"], ["updated_at", "2019-10-23 16:44:03.614130"]]
34447
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34448
+  (0.1ms) SAVEPOINT active_record_1
34449
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:03.616130"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:03.617138"]]
34450
+  (2.2ms) RELEASE SAVEPOINT active_record_1
34451
+  (0.0ms) SAVEPOINT active_record_1
34452
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:03.621295"], ["updated_at", "2019-10-23 16:44:03.621295"]]
34453
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34454
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
34455
+  (0.4ms) SAVEPOINT active_record_1
34456
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
34457
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34458
+  (0.1ms) SAVEPOINT active_record_1
34459
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34460
+  (0.2ms) RELEASE SAVEPOINT active_record_1
34461
+  (0.1ms) SAVEPOINT active_record_1
34462
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34463
+  (0.4ms) RELEASE SAVEPOINT active_record_1
34464
+ User Load (0.1ms) SELECT "users".* FROM "users"
34465
+  (0.0ms) SAVEPOINT active_record_1
34466
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
34467
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34468
+  (0.0ms) SAVEPOINT active_record_1
34469
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
34470
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34471
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
34472
+  (0.1ms) SAVEPOINT active_record_1
34473
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
34474
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34475
+  (1.7ms) rollback transaction
34476
+  (0.1ms) begin transaction
34477
+  (0.1ms) SAVEPOINT active_record_1
34478
+ SQL (0.7ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:03.649857"], ["updated_at", "2019-10-23 16:44:03.649857"]]
34479
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34480
+  (0.1ms) SAVEPOINT active_record_1
34481
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:03.652582"], ["updated_at", "2019-10-23 16:44:03.652582"]]
34482
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34483
+  (0.1ms) SAVEPOINT active_record_1
34484
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:03.654832"], ["updated_at", "2019-10-23 16:44:03.654832"]]
34485
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34486
+  (0.0ms) SAVEPOINT active_record_1
34487
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:03.656608"], ["updated_at", "2019-10-23 16:44:03.656608"]]
34488
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34489
+  (0.0ms) SAVEPOINT active_record_1
34490
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:03.657626"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:03.658205"]]
34491
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34492
+  (0.0ms) SAVEPOINT active_record_1
34493
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:03.660583"], ["updated_at", "2019-10-23 16:44:03.660583"]]
34494
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34495
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
34496
+  (0.0ms) SAVEPOINT active_record_1
34497
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
34498
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34499
+  (0.0ms) SAVEPOINT active_record_1
34500
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34501
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34502
+  (0.0ms) SAVEPOINT active_record_1
34503
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34504
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34505
+ User Load (0.1ms) SELECT "users".* FROM "users"
34506
+  (0.0ms) SAVEPOINT active_record_1
34507
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
34508
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34509
+  (0.0ms) SAVEPOINT active_record_1
34510
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
34511
+  (0.2ms) RELEASE SAVEPOINT active_record_1
34512
+ Island Load (0.4ms) SELECT "isle".* FROM "isle"
34513
+  (2.1ms) SAVEPOINT active_record_1
34514
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
34515
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34516
+  (3.9ms) rollback transaction
34517
+  (0.1ms) begin transaction
34518
+  (0.1ms) SAVEPOINT active_record_1
34519
+ SQL (0.5ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:03.694821"], ["updated_at", "2019-10-23 16:44:03.694821"]]
34520
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34521
+  (0.1ms) SAVEPOINT active_record_1
34522
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:03.697397"], ["updated_at", "2019-10-23 16:44:03.697397"]]
34523
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34524
+  (0.1ms) SAVEPOINT active_record_1
34525
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:03.709807"], ["updated_at", "2019-10-23 16:44:03.709807"]]
34526
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34527
+  (0.1ms) SAVEPOINT active_record_1
34528
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:03.713341"], ["updated_at", "2019-10-23 16:44:03.713341"]]
34529
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34530
+  (0.0ms) SAVEPOINT active_record_1
34531
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:03.714355"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:03.714933"]]
34532
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34533
+  (0.0ms) SAVEPOINT active_record_1
34534
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:03.716022"], ["updated_at", "2019-10-23 16:44:03.716022"]]
34535
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34536
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
34537
+  (0.0ms) SAVEPOINT active_record_1
34538
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
34539
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34540
+  (0.0ms) SAVEPOINT active_record_1
34541
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34542
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34543
+  (0.0ms) SAVEPOINT active_record_1
34544
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34545
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34546
+ User Load (0.0ms) SELECT "users".* FROM "users"
34547
+  (0.0ms) SAVEPOINT active_record_1
34548
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
34549
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34550
+  (0.0ms) SAVEPOINT active_record_1
34551
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
34552
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34553
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
34554
+  (0.0ms) SAVEPOINT active_record_1
34555
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
34556
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34557
+  (0.6ms) rollback transaction
34558
+  (0.0ms) begin transaction
34559
+  (0.0ms) SAVEPOINT active_record_1
34560
+ SQL (1.0ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:03.721961"], ["updated_at", "2019-10-23 16:44:03.721961"]]
34561
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34562
+  (0.0ms) SAVEPOINT active_record_1
34563
+ SQL (1.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:03.724788"], ["updated_at", "2019-10-23 16:44:03.724788"]]
34564
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34565
+  (0.2ms) SAVEPOINT active_record_1
34566
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:03.731822"], ["updated_at", "2019-10-23 16:44:03.731822"]]
34567
+  (0.3ms) RELEASE SAVEPOINT active_record_1
34568
+  (0.0ms) SAVEPOINT active_record_1
34569
+ SQL (0.4ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:03.735924"], ["updated_at", "2019-10-23 16:44:03.735924"]]
34570
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34571
+  (0.1ms) SAVEPOINT active_record_1
34572
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:03.737995"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:03.741715"]]
34573
+  (0.2ms) RELEASE SAVEPOINT active_record_1
34574
+  (0.1ms) SAVEPOINT active_record_1
34575
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:03.747608"], ["updated_at", "2019-10-23 16:44:03.747608"]]
34576
+  (0.2ms) RELEASE SAVEPOINT active_record_1
34577
+ Tree Load (0.6ms) SELECT "trees".* FROM "trees"
34578
+  (0.3ms) SAVEPOINT active_record_1
34579
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
34580
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34581
+  (0.1ms) SAVEPOINT active_record_1
34582
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34583
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34584
+  (0.0ms) SAVEPOINT active_record_1
34585
+ SQL (0.4ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34586
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34587
+ User Load (0.1ms) SELECT "users".* FROM "users"
34588
+  (0.0ms) SAVEPOINT active_record_1
34589
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
34590
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34591
+  (0.0ms) SAVEPOINT active_record_1
34592
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
34593
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34594
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
34595
+  (0.0ms) SAVEPOINT active_record_1
34596
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
34597
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34598
+  (0.6ms) rollback transaction
34599
+  (0.1ms) begin transaction
34600
+  (0.1ms) SAVEPOINT active_record_1
34601
+ SQL (1.6ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:03.766956"], ["updated_at", "2019-10-23 16:44:03.766956"]]
34602
+  (9.9ms) RELEASE SAVEPOINT active_record_1
34603
+  (0.1ms) SAVEPOINT active_record_1
34604
+ SQL (0.4ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:03.780770"], ["updated_at", "2019-10-23 16:44:03.780770"]]
34605
+  (0.2ms) RELEASE SAVEPOINT active_record_1
34606
+  (0.1ms) SAVEPOINT active_record_1
34607
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:03.784895"], ["updated_at", "2019-10-23 16:44:03.784895"]]
34608
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34609
+  (0.0ms) SAVEPOINT active_record_1
34610
+ SQL (0.3ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:03.786723"], ["updated_at", "2019-10-23 16:44:03.786723"]]
34611
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34612
+  (0.0ms) SAVEPOINT active_record_1
34613
+ SQL (0.3ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:03.788261"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:03.789677"]]
34614
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34615
+  (0.1ms) SAVEPOINT active_record_1
34616
+ SQL (0.3ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:03.813674"], ["updated_at", "2019-10-23 16:44:03.813674"]]
34617
+  (0.2ms) RELEASE SAVEPOINT active_record_1
34618
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees"
34619
+  (0.1ms) SAVEPOINT active_record_1
34620
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
34621
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34622
+  (0.1ms) SAVEPOINT active_record_1
34623
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34624
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34625
+  (0.0ms) SAVEPOINT active_record_1
34626
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34627
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34628
+ User Load (0.1ms) SELECT "users".* FROM "users"
34629
+  (0.0ms) SAVEPOINT active_record_1
34630
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
34631
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34632
+  (0.0ms) SAVEPOINT active_record_1
34633
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
34634
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34635
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
34636
+  (0.0ms) SAVEPOINT active_record_1
34637
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
34638
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34639
+  (15.4ms) rollback transaction
34640
+  (0.1ms) begin transaction
34641
+  (0.1ms) SAVEPOINT active_record_1
34642
+ SQL (0.8ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:03.859737"], ["updated_at", "2019-10-23 16:44:03.859737"]]
34643
+  (0.2ms) RELEASE SAVEPOINT active_record_1
34644
+  (0.2ms) SAVEPOINT active_record_1
34645
+ SQL (0.3ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:03.863455"], ["updated_at", "2019-10-23 16:44:03.863455"]]
34646
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34647
+  (0.0ms) SAVEPOINT active_record_1
34648
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:03.867541"], ["updated_at", "2019-10-23 16:44:03.867541"]]
34649
+  (0.6ms) RELEASE SAVEPOINT active_record_1
34650
+  (0.1ms) SAVEPOINT active_record_1
34651
+ SQL (5.5ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:03.885914"], ["updated_at", "2019-10-23 16:44:03.885914"]]
34652
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34653
+  (0.1ms) SAVEPOINT active_record_1
34654
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:03.895459"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:03.909536"]]
34655
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34656
+  (0.1ms) SAVEPOINT active_record_1
34657
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:03.920536"], ["updated_at", "2019-10-23 16:44:03.920536"]]
34658
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34659
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
34660
+  (0.0ms) SAVEPOINT active_record_1
34661
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
34662
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34663
+  (0.0ms) SAVEPOINT active_record_1
34664
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34665
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34666
+  (0.1ms) SAVEPOINT active_record_1
34667
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34668
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34669
+ User Load (0.1ms) SELECT "users".* FROM "users"
34670
+  (0.1ms) SAVEPOINT active_record_1
34671
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
34672
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34673
+  (0.0ms) SAVEPOINT active_record_1
34674
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
34675
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34676
+ Island Load (0.2ms) SELECT "isle".* FROM "isle"
34677
+  (0.0ms) SAVEPOINT active_record_1
34678
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
34679
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34680
+  (1.8ms) rollback transaction
34681
+  (0.1ms) begin transaction
34682
+  (0.0ms) SAVEPOINT active_record_1
34683
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:03.933323"], ["updated_at", "2019-10-23 16:44:03.933323"]]
34684
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34685
+  (0.1ms) SAVEPOINT active_record_1
34686
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:03.935311"], ["updated_at", "2019-10-23 16:44:03.935311"]]
34687
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34688
+  (0.0ms) SAVEPOINT active_record_1
34689
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:03.936447"], ["updated_at", "2019-10-23 16:44:03.936447"]]
34690
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34691
+  (0.0ms) SAVEPOINT active_record_1
34692
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:03.937811"], ["updated_at", "2019-10-23 16:44:03.937811"]]
34693
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34694
+  (0.0ms) SAVEPOINT active_record_1
34695
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:03.938765"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:03.939783"]]
34696
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34697
+  (0.0ms) SAVEPOINT active_record_1
34698
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:03.941318"], ["updated_at", "2019-10-23 16:44:03.941318"]]
34699
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34700
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
34701
+  (0.0ms) SAVEPOINT active_record_1
34702
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
34703
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34704
+  (0.0ms) SAVEPOINT active_record_1
34705
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34706
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34707
+  (0.0ms) SAVEPOINT active_record_1
34708
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34709
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34710
+ User Load (0.3ms) SELECT "users".* FROM "users"
34711
+  (0.1ms) SAVEPOINT active_record_1
34712
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
34713
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34714
+  (0.3ms) SAVEPOINT active_record_1
34715
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
34716
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34717
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
34718
+  (0.0ms) SAVEPOINT active_record_1
34719
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
34720
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34721
+  (0.5ms) rollback transaction
34722
+  (0.1ms) begin transaction
34723
+  (0.1ms) SAVEPOINT active_record_1
34724
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:03.956878"], ["updated_at", "2019-10-23 16:44:03.956878"]]
34725
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34726
+  (0.0ms) SAVEPOINT active_record_1
34727
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:03.958981"], ["updated_at", "2019-10-23 16:44:03.958981"]]
34728
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34729
+  (0.0ms) SAVEPOINT active_record_1
34730
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:03.960073"], ["updated_at", "2019-10-23 16:44:03.960073"]]
34731
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34732
+  (0.0ms) SAVEPOINT active_record_1
34733
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:03.961325"], ["updated_at", "2019-10-23 16:44:03.961325"]]
34734
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34735
+  (0.0ms) SAVEPOINT active_record_1
34736
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:03.962294"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:03.963134"]]
34737
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34738
+  (0.0ms) SAVEPOINT active_record_1
34739
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:03.965023"], ["updated_at", "2019-10-23 16:44:03.965023"]]
34740
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34741
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
34742
+  (0.0ms) SAVEPOINT active_record_1
34743
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
34744
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34745
+  (0.0ms) SAVEPOINT active_record_1
34746
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34747
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34748
+  (0.0ms) SAVEPOINT active_record_1
34749
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34750
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34751
+ User Load (0.1ms) SELECT "users".* FROM "users"
34752
+  (0.0ms) SAVEPOINT active_record_1
34753
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
34754
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34755
+  (0.0ms) SAVEPOINT active_record_1
34756
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
34757
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34758
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
34759
+  (0.0ms) SAVEPOINT active_record_1
34760
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
34761
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34762
+  (0.4ms) rollback transaction
34763
+  (0.1ms) begin transaction
34764
+  (0.0ms) SAVEPOINT active_record_1
34765
+ SQL (0.5ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:03.981890"], ["updated_at", "2019-10-23 16:44:03.981890"]]
34766
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34767
+  (0.1ms) SAVEPOINT active_record_1
34768
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:03.984920"], ["updated_at", "2019-10-23 16:44:03.984920"]]
34769
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34770
+  (0.0ms) SAVEPOINT active_record_1
34771
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:03.986876"], ["updated_at", "2019-10-23 16:44:03.986876"]]
34772
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34773
+  (0.0ms) SAVEPOINT active_record_1
34774
+ SQL (0.7ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:03.988634"], ["updated_at", "2019-10-23 16:44:03.988634"]]
34775
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34776
+  (0.2ms) SAVEPOINT active_record_1
34777
+ SQL (0.5ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:03.994839"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:03.998317"]]
34778
+  (0.4ms) RELEASE SAVEPOINT active_record_1
34779
+  (0.1ms) SAVEPOINT active_record_1
34780
+ SQL (0.3ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.002885"], ["updated_at", "2019-10-23 16:44:04.002885"]]
34781
+  (0.2ms) RELEASE SAVEPOINT active_record_1
34782
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees"
34783
+  (0.2ms) SAVEPOINT active_record_1
34784
+ SQL (0.3ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
34785
+  (0.3ms) RELEASE SAVEPOINT active_record_1
34786
+  (0.1ms) SAVEPOINT active_record_1
34787
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34788
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34789
+  (0.1ms) SAVEPOINT active_record_1
34790
+ SQL (0.2ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34791
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34792
+ User Load (0.2ms) SELECT "users".* FROM "users"
34793
+  (0.1ms) SAVEPOINT active_record_1
34794
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
34795
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34796
+  (0.0ms) SAVEPOINT active_record_1
34797
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
34798
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34799
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
34800
+  (0.0ms) SAVEPOINT active_record_1
34801
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
34802
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34803
+  (0.6ms) rollback transaction
34804
+  (0.1ms) begin transaction
34805
+  (0.1ms) SAVEPOINT active_record_1
34806
+ SQL (0.5ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.028471"], ["updated_at", "2019-10-23 16:44:04.028471"]]
34807
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34808
+  (0.0ms) SAVEPOINT active_record_1
34809
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.030518"], ["updated_at", "2019-10-23 16:44:04.030518"]]
34810
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34811
+  (0.0ms) SAVEPOINT active_record_1
34812
+ SQL (8.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.031931"], ["updated_at", "2019-10-23 16:44:04.031931"]]
34813
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34814
+  (0.1ms) SAVEPOINT active_record_1
34815
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.042797"], ["updated_at", "2019-10-23 16:44:04.042797"]]
34816
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34817
+  (0.0ms) SAVEPOINT active_record_1
34818
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.044117"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.044761"]]
34819
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34820
+  (0.0ms) SAVEPOINT active_record_1
34821
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.046348"], ["updated_at", "2019-10-23 16:44:04.046348"]]
34822
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34823
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
34824
+  (0.0ms) SAVEPOINT active_record_1
34825
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
34826
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34827
+  (0.0ms) SAVEPOINT active_record_1
34828
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34829
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34830
+  (0.0ms) SAVEPOINT active_record_1
34831
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34832
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34833
+ User Load (0.1ms) SELECT "users".* FROM "users"
34834
+  (0.0ms) SAVEPOINT active_record_1
34835
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
34836
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34837
+  (0.0ms) SAVEPOINT active_record_1
34838
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
34839
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34840
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
34841
+  (0.0ms) SAVEPOINT active_record_1
34842
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
34843
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34844
+  (0.3ms) rollback transaction
34845
+  (0.0ms) begin transaction
34846
+  (0.0ms) SAVEPOINT active_record_1
34847
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.052177"], ["updated_at", "2019-10-23 16:44:04.052177"]]
34848
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34849
+  (0.0ms) SAVEPOINT active_record_1
34850
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.053397"], ["updated_at", "2019-10-23 16:44:04.053397"]]
34851
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34852
+  (0.0ms) SAVEPOINT active_record_1
34853
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.054405"], ["updated_at", "2019-10-23 16:44:04.054405"]]
34854
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34855
+  (0.0ms) SAVEPOINT active_record_1
34856
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.055497"], ["updated_at", "2019-10-23 16:44:04.055497"]]
34857
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34858
+  (0.1ms) SAVEPOINT active_record_1
34859
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.056585"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.057444"]]
34860
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34861
+  (0.1ms) SAVEPOINT active_record_1
34862
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.060496"], ["updated_at", "2019-10-23 16:44:04.060496"]]
34863
+  (0.2ms) RELEASE SAVEPOINT active_record_1
34864
+ Tree Load (0.3ms) SELECT "trees".* FROM "trees"
34865
+  (0.1ms) SAVEPOINT active_record_1
34866
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
34867
+  (0.2ms) RELEASE SAVEPOINT active_record_1
34868
+  (0.1ms) SAVEPOINT active_record_1
34869
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34870
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34871
+  (1.7ms) SAVEPOINT active_record_1
34872
+ SQL (0.4ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34873
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34874
+ User Load (0.3ms) SELECT "users".* FROM "users"
34875
+  (0.1ms) SAVEPOINT active_record_1
34876
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
34877
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34878
+  (0.1ms) SAVEPOINT active_record_1
34879
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
34880
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34881
+ Island Load (0.2ms) SELECT "isle".* FROM "isle"
34882
+  (0.0ms) SAVEPOINT active_record_1
34883
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
34884
+  (0.2ms) RELEASE SAVEPOINT active_record_1
34885
+  (3.0ms) rollback transaction
34886
+  (0.1ms) begin transaction
34887
+  (0.1ms) SAVEPOINT active_record_1
34888
+ SQL (1.9ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.088275"], ["updated_at", "2019-10-23 16:44:04.088275"]]
34889
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34890
+  (0.1ms) SAVEPOINT active_record_1
34891
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.094634"], ["updated_at", "2019-10-23 16:44:04.094634"]]
34892
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34893
+  (0.0ms) SAVEPOINT active_record_1
34894
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.110912"], ["updated_at", "2019-10-23 16:44:04.110912"]]
34895
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34896
+  (0.0ms) SAVEPOINT active_record_1
34897
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.113032"], ["updated_at", "2019-10-23 16:44:04.113032"]]
34898
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34899
+  (0.0ms) SAVEPOINT active_record_1
34900
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.114025"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.114894"]]
34901
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34902
+  (0.0ms) SAVEPOINT active_record_1
34903
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.116657"], ["updated_at", "2019-10-23 16:44:04.116657"]]
34904
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34905
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
34906
+  (0.0ms) SAVEPOINT active_record_1
34907
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
34908
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34909
+  (0.0ms) SAVEPOINT active_record_1
34910
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34911
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34912
+  (0.0ms) SAVEPOINT active_record_1
34913
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34914
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34915
+ User Load (0.1ms) SELECT "users".* FROM "users"
34916
+  (0.1ms) SAVEPOINT active_record_1
34917
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
34918
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34919
+  (0.1ms) SAVEPOINT active_record_1
34920
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
34921
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34922
+ Island Load (1.5ms) SELECT "isle".* FROM "isle"
34923
+  (0.1ms) SAVEPOINT active_record_1
34924
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
34925
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34926
+  (0.9ms) rollback transaction
34927
+  (0.1ms) begin transaction
34928
+  (0.4ms) SAVEPOINT active_record_1
34929
+ SQL (1.1ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.133267"], ["updated_at", "2019-10-23 16:44:04.133267"]]
34930
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34931
+  (0.0ms) SAVEPOINT active_record_1
34932
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.136346"], ["updated_at", "2019-10-23 16:44:04.136346"]]
34933
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34934
+  (0.0ms) SAVEPOINT active_record_1
34935
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.138355"], ["updated_at", "2019-10-23 16:44:04.138355"]]
34936
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34937
+  (0.1ms) SAVEPOINT active_record_1
34938
+ SQL (0.5ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.143122"], ["updated_at", "2019-10-23 16:44:04.143122"]]
34939
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34940
+  (0.0ms) SAVEPOINT active_record_1
34941
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.145269"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.146073"]]
34942
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34943
+  (0.1ms) SAVEPOINT active_record_1
34944
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.149333"], ["updated_at", "2019-10-23 16:44:04.149333"]]
34945
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34946
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
34947
+  (0.0ms) SAVEPOINT active_record_1
34948
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
34949
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34950
+  (0.0ms) SAVEPOINT active_record_1
34951
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34952
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34953
+  (0.0ms) SAVEPOINT active_record_1
34954
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34955
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34956
+ User Load (0.1ms) SELECT "users".* FROM "users"
34957
+  (0.0ms) SAVEPOINT active_record_1
34958
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
34959
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34960
+  (0.0ms) SAVEPOINT active_record_1
34961
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
34962
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34963
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
34964
+  (0.0ms) SAVEPOINT active_record_1
34965
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
34966
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34967
+  (0.6ms) rollback transaction
34968
+  (0.1ms) begin transaction
34969
+  (0.0ms) SAVEPOINT active_record_1
34970
+ SQL (0.5ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.158342"], ["updated_at", "2019-10-23 16:44:04.158342"]]
34971
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34972
+  (0.0ms) SAVEPOINT active_record_1
34973
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.160220"], ["updated_at", "2019-10-23 16:44:04.160220"]]
34974
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34975
+  (0.0ms) SAVEPOINT active_record_1
34976
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.161199"], ["updated_at", "2019-10-23 16:44:04.161199"]]
34977
+  (7.0ms) RELEASE SAVEPOINT active_record_1
34978
+  (0.2ms) SAVEPOINT active_record_1
34979
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.172259"], ["updated_at", "2019-10-23 16:44:04.172259"]]
34980
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34981
+  (0.0ms) SAVEPOINT active_record_1
34982
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.173548"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.174500"]]
34983
+  (0.2ms) RELEASE SAVEPOINT active_record_1
34984
+  (0.0ms) SAVEPOINT active_record_1
34985
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.178993"], ["updated_at", "2019-10-23 16:44:04.178993"]]
34986
+  (0.2ms) RELEASE SAVEPOINT active_record_1
34987
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees"
34988
+  (0.1ms) SAVEPOINT active_record_1
34989
+ SQL (0.2ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
34990
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34991
+  (0.0ms) SAVEPOINT active_record_1
34992
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
34993
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34994
+  (0.0ms) SAVEPOINT active_record_1
34995
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
34996
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34997
+ User Load (0.1ms) SELECT "users".* FROM "users"
34998
+  (0.0ms) SAVEPOINT active_record_1
34999
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35000
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35001
+  (0.0ms) SAVEPOINT active_record_1
35002
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35003
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35004
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
35005
+  (0.0ms) SAVEPOINT active_record_1
35006
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35007
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35008
+  (0.6ms) rollback transaction
35009
+  (0.1ms) begin transaction
35010
+  (0.0ms) SAVEPOINT active_record_1
35011
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.218114"], ["updated_at", "2019-10-23 16:44:04.218114"]]
35012
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35013
+  (0.1ms) SAVEPOINT active_record_1
35014
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.226777"], ["updated_at", "2019-10-23 16:44:04.226777"]]
35015
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35016
+  (0.0ms) SAVEPOINT active_record_1
35017
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.228674"], ["updated_at", "2019-10-23 16:44:04.228674"]]
35018
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35019
+  (0.0ms) SAVEPOINT active_record_1
35020
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.230110"], ["updated_at", "2019-10-23 16:44:04.230110"]]
35021
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35022
+  (0.1ms) SAVEPOINT active_record_1
35023
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.231455"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.232367"]]
35024
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35025
+  (0.0ms) SAVEPOINT active_record_1
35026
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.234003"], ["updated_at", "2019-10-23 16:44:04.234003"]]
35027
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35028
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
35029
+  (0.0ms) SAVEPOINT active_record_1
35030
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
35031
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35032
+  (0.0ms) SAVEPOINT active_record_1
35033
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
35034
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35035
+  (0.0ms) SAVEPOINT active_record_1
35036
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
35037
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35038
+ User Load (0.1ms) SELECT "users".* FROM "users"
35039
+  (0.0ms) SAVEPOINT active_record_1
35040
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35041
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35042
+  (0.0ms) SAVEPOINT active_record_1
35043
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35044
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35045
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
35046
+  (0.0ms) SAVEPOINT active_record_1
35047
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35048
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35049
+  (0.6ms) rollback transaction
35050
+  (0.1ms) begin transaction
35051
+  (0.1ms) SAVEPOINT active_record_1
35052
+ SQL (0.8ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.241408"], ["updated_at", "2019-10-23 16:44:04.241408"]]
35053
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35054
+  (0.1ms) SAVEPOINT active_record_1
35055
+ SQL (0.3ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.247210"], ["updated_at", "2019-10-23 16:44:04.247210"]]
35056
+  (0.2ms) RELEASE SAVEPOINT active_record_1
35057
+  (0.1ms) SAVEPOINT active_record_1
35058
+ SQL (0.3ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.251154"], ["updated_at", "2019-10-23 16:44:04.251154"]]
35059
+  (0.4ms) RELEASE SAVEPOINT active_record_1
35060
+  (0.1ms) SAVEPOINT active_record_1
35061
+ SQL (0.6ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.255962"], ["updated_at", "2019-10-23 16:44:04.255962"]]
35062
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35063
+  (0.0ms) SAVEPOINT active_record_1
35064
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.259800"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.260903"]]
35065
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35066
+  (0.1ms) SAVEPOINT active_record_1
35067
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.263215"], ["updated_at", "2019-10-23 16:44:04.263215"]]
35068
+  (0.5ms) RELEASE SAVEPOINT active_record_1
35069
+ Tree Load (0.4ms) SELECT "trees".* FROM "trees"
35070
+  (0.0ms) SAVEPOINT active_record_1
35071
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
35072
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35073
+  (0.0ms) SAVEPOINT active_record_1
35074
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
35075
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35076
+  (0.0ms) SAVEPOINT active_record_1
35077
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
35078
+  (0.5ms) RELEASE SAVEPOINT active_record_1
35079
+ User Load (0.1ms) SELECT "users".* FROM "users"
35080
+  (0.1ms) SAVEPOINT active_record_1
35081
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35082
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35083
+  (0.0ms) SAVEPOINT active_record_1
35084
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35085
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35086
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
35087
+  (0.0ms) SAVEPOINT active_record_1
35088
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35089
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35090
+  (1.3ms) rollback transaction
35091
+  (0.1ms) begin transaction
35092
+  (0.0ms) SAVEPOINT active_record_1
35093
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.279780"], ["updated_at", "2019-10-23 16:44:04.279780"]]
35094
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35095
+  (1.4ms) SAVEPOINT active_record_1
35096
+ SQL (0.4ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.294184"], ["updated_at", "2019-10-23 16:44:04.294184"]]
35097
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35098
+  (0.1ms) SAVEPOINT active_record_1
35099
+ SQL (1.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.302867"], ["updated_at", "2019-10-23 16:44:04.302867"]]
35100
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35101
+  (0.1ms) SAVEPOINT active_record_1
35102
+ SQL (0.9ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.309471"], ["updated_at", "2019-10-23 16:44:04.309471"]]
35103
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35104
+  (0.1ms) SAVEPOINT active_record_1
35105
+ SQL (0.3ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.312262"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.313710"]]
35106
+  (0.2ms) RELEASE SAVEPOINT active_record_1
35107
+  (0.2ms) SAVEPOINT active_record_1
35108
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.320963"], ["updated_at", "2019-10-23 16:44:04.320963"]]
35109
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35110
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees"
35111
+  (0.1ms) SAVEPOINT active_record_1
35112
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
35113
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35114
+  (0.0ms) SAVEPOINT active_record_1
35115
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
35116
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35117
+  (0.0ms) SAVEPOINT active_record_1
35118
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
35119
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35120
+ User Load (0.1ms) SELECT "users".* FROM "users"
35121
+  (0.0ms) SAVEPOINT active_record_1
35122
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35123
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35124
+  (0.0ms) SAVEPOINT active_record_1
35125
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35126
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35127
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
35128
+  (0.0ms) SAVEPOINT active_record_1
35129
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35130
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35131
+  (0.6ms) rollback transaction
35132
+  (0.1ms) begin transaction
35133
+  (0.0ms) SAVEPOINT active_record_1
35134
+ SQL (0.5ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.338255"], ["updated_at", "2019-10-23 16:44:04.338255"]]
35135
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35136
+  (0.0ms) SAVEPOINT active_record_1
35137
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.339883"], ["updated_at", "2019-10-23 16:44:04.339883"]]
35138
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35139
+  (0.0ms) SAVEPOINT active_record_1
35140
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.341356"], ["updated_at", "2019-10-23 16:44:04.341356"]]
35141
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35142
+  (0.1ms) SAVEPOINT active_record_1
35143
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.344850"], ["updated_at", "2019-10-23 16:44:04.344850"]]
35144
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35145
+  (0.2ms) SAVEPOINT active_record_1
35146
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.347073"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.348287"]]
35147
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35148
+  (0.1ms) SAVEPOINT active_record_1
35149
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.351329"], ["updated_at", "2019-10-23 16:44:04.351329"]]
35150
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35151
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees"
35152
+  (0.0ms) SAVEPOINT active_record_1
35153
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
35154
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35155
+  (0.0ms) SAVEPOINT active_record_1
35156
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
35157
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35158
+  (0.0ms) SAVEPOINT active_record_1
35159
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
35160
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35161
+ User Load (0.1ms) SELECT "users".* FROM "users"
35162
+  (0.0ms) SAVEPOINT active_record_1
35163
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35164
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35165
+  (0.0ms) SAVEPOINT active_record_1
35166
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35167
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35168
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
35169
+  (0.0ms) SAVEPOINT active_record_1
35170
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35171
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35172
+  (0.6ms) rollback transaction
35173
+  (0.1ms) begin transaction
35174
+  (0.0ms) SAVEPOINT active_record_1
35175
+ SQL (0.9ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.364709"], ["updated_at", "2019-10-23 16:44:04.364709"]]
35176
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35177
+  (0.1ms) SAVEPOINT active_record_1
35178
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.369418"], ["updated_at", "2019-10-23 16:44:04.369418"]]
35179
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35180
+  (0.0ms) SAVEPOINT active_record_1
35181
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.372455"], ["updated_at", "2019-10-23 16:44:04.372455"]]
35182
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35183
+  (0.1ms) SAVEPOINT active_record_1
35184
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.375206"], ["updated_at", "2019-10-23 16:44:04.375206"]]
35185
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35186
+  (0.0ms) SAVEPOINT active_record_1
35187
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.376483"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.377293"]]
35188
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35189
+  (0.0ms) SAVEPOINT active_record_1
35190
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.378545"], ["updated_at", "2019-10-23 16:44:04.378545"]]
35191
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35192
+ Tree Load (7.5ms) SELECT "trees".* FROM "trees"
35193
+  (0.1ms) SAVEPOINT active_record_1
35194
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
35195
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35196
+  (0.0ms) SAVEPOINT active_record_1
35197
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
35198
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35199
+  (0.0ms) SAVEPOINT active_record_1
35200
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
35201
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35202
+ User Load (0.1ms) SELECT "users".* FROM "users"
35203
+  (0.0ms) SAVEPOINT active_record_1
35204
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35205
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35206
+  (0.1ms) SAVEPOINT active_record_1
35207
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35208
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35209
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
35210
+  (0.0ms) SAVEPOINT active_record_1
35211
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35212
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35213
+  (0.7ms) rollback transaction
35214
+  (0.1ms) begin transaction
35215
+  (0.2ms) SAVEPOINT active_record_1
35216
+ SQL (1.1ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.394935"], ["updated_at", "2019-10-23 16:44:04.394935"]]
35217
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35218
+  (0.2ms) SAVEPOINT active_record_1
35219
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.402743"], ["updated_at", "2019-10-23 16:44:04.402743"]]
35220
+  (0.3ms) RELEASE SAVEPOINT active_record_1
35221
+  (0.1ms) SAVEPOINT active_record_1
35222
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.426029"], ["updated_at", "2019-10-23 16:44:04.426029"]]
35223
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35224
+  (0.0ms) SAVEPOINT active_record_1
35225
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.427595"], ["updated_at", "2019-10-23 16:44:04.427595"]]
35226
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35227
+  (0.0ms) SAVEPOINT active_record_1
35228
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.428424"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.429205"]]
35229
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35230
+  (0.1ms) SAVEPOINT active_record_1
35231
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.432850"], ["updated_at", "2019-10-23 16:44:04.432850"]]
35232
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35233
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
35234
+  (0.0ms) SAVEPOINT active_record_1
35235
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
35236
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35237
+  (0.0ms) SAVEPOINT active_record_1
35238
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
35239
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35240
+  (0.0ms) SAVEPOINT active_record_1
35241
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
35242
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35243
+ User Load (0.1ms) SELECT "users".* FROM "users"
35244
+  (0.0ms) SAVEPOINT active_record_1
35245
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35246
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35247
+  (0.0ms) SAVEPOINT active_record_1
35248
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35249
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35250
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
35251
+  (0.0ms) SAVEPOINT active_record_1
35252
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35253
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35254
+  (0.4ms) rollback transaction
35255
+  (0.0ms) begin transaction
35256
+  (0.0ms) SAVEPOINT active_record_1
35257
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.448537"], ["updated_at", "2019-10-23 16:44:04.448537"]]
35258
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35259
+  (0.0ms) SAVEPOINT active_record_1
35260
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.450015"], ["updated_at", "2019-10-23 16:44:04.450015"]]
35261
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35262
+  (0.0ms) SAVEPOINT active_record_1
35263
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.450970"], ["updated_at", "2019-10-23 16:44:04.450970"]]
35264
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35265
+  (0.0ms) SAVEPOINT active_record_1
35266
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.452129"], ["updated_at", "2019-10-23 16:44:04.452129"]]
35267
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35268
+  (0.0ms) SAVEPOINT active_record_1
35269
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.452918"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.453424"]]
35270
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35271
+  (0.0ms) SAVEPOINT active_record_1
35272
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.454681"], ["updated_at", "2019-10-23 16:44:04.454681"]]
35273
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35274
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
35275
+  (0.0ms) SAVEPOINT active_record_1
35276
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
35277
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35278
+  (0.0ms) SAVEPOINT active_record_1
35279
+ SQL (0.2ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
35280
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35281
+  (0.0ms) SAVEPOINT active_record_1
35282
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
35283
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35284
+ User Load (0.1ms) SELECT "users".* FROM "users"
35285
+  (0.0ms) SAVEPOINT active_record_1
35286
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35287
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35288
+  (0.1ms) SAVEPOINT active_record_1
35289
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35290
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35291
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
35292
+  (0.0ms) SAVEPOINT active_record_1
35293
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35294
+  (0.3ms) RELEASE SAVEPOINT active_record_1
35295
+  (0.6ms) rollback transaction
35296
+  (0.1ms) begin transaction
35297
+  (0.3ms) SAVEPOINT active_record_1
35298
+ SQL (6.5ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.499601"], ["updated_at", "2019-10-23 16:44:04.499601"]]
35299
+  (0.2ms) RELEASE SAVEPOINT active_record_1
35300
+  (0.0ms) SAVEPOINT active_record_1
35301
+ SQL (0.3ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.512539"], ["updated_at", "2019-10-23 16:44:04.512539"]]
35302
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35303
+  (0.2ms) SAVEPOINT active_record_1
35304
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.517516"], ["updated_at", "2019-10-23 16:44:04.517516"]]
35305
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35306
+  (0.1ms) SAVEPOINT active_record_1
35307
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.524967"], ["updated_at", "2019-10-23 16:44:04.524967"]]
35308
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35309
+  (0.0ms) SAVEPOINT active_record_1
35310
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.526304"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.526894"]]
35311
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35312
+  (0.0ms) SAVEPOINT active_record_1
35313
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.527968"], ["updated_at", "2019-10-23 16:44:04.527968"]]
35314
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35315
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
35316
+  (0.0ms) SAVEPOINT active_record_1
35317
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
35318
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35319
+  (0.0ms) SAVEPOINT active_record_1
35320
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
35321
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35322
+  (0.0ms) SAVEPOINT active_record_1
35323
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
35324
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35325
+ User Load (0.1ms) SELECT "users".* FROM "users"
35326
+  (0.0ms) SAVEPOINT active_record_1
35327
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35328
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35329
+  (0.0ms) SAVEPOINT active_record_1
35330
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35331
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35332
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
35333
+  (0.1ms) SAVEPOINT active_record_1
35334
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35335
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35336
+  (0.6ms) rollback transaction
35337
+  (0.0ms) begin transaction
35338
+  (0.0ms) SAVEPOINT active_record_1
35339
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.543037"], ["updated_at", "2019-10-23 16:44:04.543037"]]
35340
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35341
+  (0.0ms) SAVEPOINT active_record_1
35342
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.544387"], ["updated_at", "2019-10-23 16:44:04.544387"]]
35343
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35344
+  (0.0ms) SAVEPOINT active_record_1
35345
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.545265"], ["updated_at", "2019-10-23 16:44:04.545265"]]
35346
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35347
+  (0.0ms) SAVEPOINT active_record_1
35348
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.546186"], ["updated_at", "2019-10-23 16:44:04.546186"]]
35349
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35350
+  (0.0ms) SAVEPOINT active_record_1
35351
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.546877"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.547303"]]
35352
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35353
+  (0.0ms) SAVEPOINT active_record_1
35354
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.548364"], ["updated_at", "2019-10-23 16:44:04.548364"]]
35355
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35356
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
35357
+  (0.0ms) SAVEPOINT active_record_1
35358
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
35359
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35360
+  (0.0ms) SAVEPOINT active_record_1
35361
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
35362
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35363
+  (0.0ms) SAVEPOINT active_record_1
35364
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
35365
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35366
+ User Load (0.0ms) SELECT "users".* FROM "users"
35367
+  (0.0ms) SAVEPOINT active_record_1
35368
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35369
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35370
+  (0.0ms) SAVEPOINT active_record_1
35371
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35372
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35373
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
35374
+  (0.0ms) SAVEPOINT active_record_1
35375
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35376
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35377
+  (0.5ms) rollback transaction
35378
+  (0.0ms) begin transaction
35379
+  (0.0ms) SAVEPOINT active_record_1
35380
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.553250"], ["updated_at", "2019-10-23 16:44:04.553250"]]
35381
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35382
+  (0.0ms) SAVEPOINT active_record_1
35383
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.554436"], ["updated_at", "2019-10-23 16:44:04.554436"]]
35384
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35385
+  (0.0ms) SAVEPOINT active_record_1
35386
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.555304"], ["updated_at", "2019-10-23 16:44:04.555304"]]
35387
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35388
+  (0.0ms) SAVEPOINT active_record_1
35389
+ SQL (0.3ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.556359"], ["updated_at", "2019-10-23 16:44:04.556359"]]
35390
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35391
+  (0.0ms) SAVEPOINT active_record_1
35392
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.558550"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.560049"]]
35393
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35394
+  (0.1ms) SAVEPOINT active_record_1
35395
+ SQL (0.4ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.562526"], ["updated_at", "2019-10-23 16:44:04.562526"]]
35396
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35397
+ Tree Load (0.5ms) SELECT "trees".* FROM "trees"
35398
+  (0.0ms) SAVEPOINT active_record_1
35399
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
35400
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35401
+  (0.1ms) SAVEPOINT active_record_1
35402
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
35403
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35404
+  (0.0ms) SAVEPOINT active_record_1
35405
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
35406
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35407
+ User Load (0.2ms) SELECT "users".* FROM "users"
35408
+  (0.1ms) SAVEPOINT active_record_1
35409
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35410
+  (0.3ms) RELEASE SAVEPOINT active_record_1
35411
+  (0.0ms) SAVEPOINT active_record_1
35412
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35413
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35414
+ Island Load (0.2ms) SELECT "isle".* FROM "isle"
35415
+  (0.0ms) SAVEPOINT active_record_1
35416
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35417
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35418
+  (1.5ms) rollback transaction
35419
+  (0.2ms) begin transaction
35420
+  (0.1ms) SAVEPOINT active_record_1
35421
+ SQL (0.5ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.586286"], ["updated_at", "2019-10-23 16:44:04.586286"]]
35422
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35423
+  (0.0ms) SAVEPOINT active_record_1
35424
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.588887"], ["updated_at", "2019-10-23 16:44:04.588887"]]
35425
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35426
+  (0.0ms) SAVEPOINT active_record_1
35427
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.590148"], ["updated_at", "2019-10-23 16:44:04.590148"]]
35428
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35429
+  (0.0ms) SAVEPOINT active_record_1
35430
+ SQL (0.3ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.591243"], ["updated_at", "2019-10-23 16:44:04.591243"]]
35431
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35432
+  (0.0ms) SAVEPOINT active_record_1
35433
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.592526"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.593150"]]
35434
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35435
+  (0.1ms) SAVEPOINT active_record_1
35436
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.594619"], ["updated_at", "2019-10-23 16:44:04.594619"]]
35437
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35438
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
35439
+  (0.0ms) SAVEPOINT active_record_1
35440
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
35441
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35442
+  (0.0ms) SAVEPOINT active_record_1
35443
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
35444
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35445
+  (0.0ms) SAVEPOINT active_record_1
35446
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
35447
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35448
+ User Load (0.1ms) SELECT "users".* FROM "users"
35449
+  (0.0ms) SAVEPOINT active_record_1
35450
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35451
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35452
+  (0.2ms) SAVEPOINT active_record_1
35453
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35454
+  (0.3ms) RELEASE SAVEPOINT active_record_1
35455
+ Island Load (0.4ms) SELECT "isle".* FROM "isle"
35456
+  (0.0ms) SAVEPOINT active_record_1
35457
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35458
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35459
+  (0.7ms) rollback transaction
35460
+  (0.1ms) begin transaction
35461
+  (0.1ms) SAVEPOINT active_record_1
35462
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.641745"], ["updated_at", "2019-10-23 16:44:04.641745"]]
35463
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35464
+  (0.0ms) SAVEPOINT active_record_1
35465
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.643694"], ["updated_at", "2019-10-23 16:44:04.643694"]]
35466
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35467
+  (0.0ms) SAVEPOINT active_record_1
35468
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.644683"], ["updated_at", "2019-10-23 16:44:04.644683"]]
35469
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35470
+  (0.0ms) SAVEPOINT active_record_1
35471
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.645911"], ["updated_at", "2019-10-23 16:44:04.645911"]]
35472
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35473
+  (0.0ms) SAVEPOINT active_record_1
35474
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.653918"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.654755"]]
35475
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35476
+  (0.1ms) SAVEPOINT active_record_1
35477
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.656073"], ["updated_at", "2019-10-23 16:44:04.656073"]]
35478
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35479
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
35480
+  (0.0ms) SAVEPOINT active_record_1
35481
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
35482
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35483
+  (0.0ms) SAVEPOINT active_record_1
35484
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
35485
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35486
+  (0.0ms) SAVEPOINT active_record_1
35487
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
35488
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35489
+ User Load (0.2ms) SELECT "users".* FROM "users"
35490
+  (0.0ms) SAVEPOINT active_record_1
35491
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35492
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35493
+  (0.1ms) SAVEPOINT active_record_1
35494
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35495
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35496
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
35497
+  (0.0ms) SAVEPOINT active_record_1
35498
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35499
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35500
+  (0.8ms) rollback transaction
35501
+  (0.2ms) begin transaction
35502
+  (0.0ms) SAVEPOINT active_record_1
35503
+ SQL (0.6ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.665265"], ["updated_at", "2019-10-23 16:44:04.665265"]]
35504
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35505
+  (0.1ms) SAVEPOINT active_record_1
35506
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.668082"], ["updated_at", "2019-10-23 16:44:04.668082"]]
35507
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35508
+  (0.2ms) SAVEPOINT active_record_1
35509
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.670094"], ["updated_at", "2019-10-23 16:44:04.670094"]]
35510
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35511
+  (0.2ms) SAVEPOINT active_record_1
35512
+ SQL (0.3ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.678093"], ["updated_at", "2019-10-23 16:44:04.678093"]]
35513
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35514
+  (0.0ms) SAVEPOINT active_record_1
35515
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.679449"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.680061"]]
35516
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35517
+  (0.1ms) SAVEPOINT active_record_1
35518
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.681355"], ["updated_at", "2019-10-23 16:44:04.681355"]]
35519
+  (0.2ms) RELEASE SAVEPOINT active_record_1
35520
+ Tree Load (0.3ms) SELECT "trees".* FROM "trees"
35521
+  (0.1ms) SAVEPOINT active_record_1
35522
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
35523
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35524
+  (0.0ms) SAVEPOINT active_record_1
35525
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
35526
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35527
+  (0.0ms) SAVEPOINT active_record_1
35528
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
35529
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35530
+ User Load (0.1ms) SELECT "users".* FROM "users"
35531
+  (0.0ms) SAVEPOINT active_record_1
35532
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35533
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35534
+  (0.0ms) SAVEPOINT active_record_1
35535
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35536
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35537
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
35538
+  (0.0ms) SAVEPOINT active_record_1
35539
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35540
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35541
+  (0.6ms) rollback transaction
35542
+  (0.0ms) begin transaction
35543
+  (0.0ms) SAVEPOINT active_record_1
35544
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.692122"], ["updated_at", "2019-10-23 16:44:04.692122"]]
35545
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35546
+  (0.1ms) SAVEPOINT active_record_1
35547
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.693504"], ["updated_at", "2019-10-23 16:44:04.693504"]]
35548
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35549
+  (0.0ms) SAVEPOINT active_record_1
35550
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.694675"], ["updated_at", "2019-10-23 16:44:04.694675"]]
35551
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35552
+  (0.1ms) SAVEPOINT active_record_1
35553
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.704458"], ["updated_at", "2019-10-23 16:44:04.704458"]]
35554
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35555
+  (0.0ms) SAVEPOINT active_record_1
35556
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.705296"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.705780"]]
35557
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35558
+  (0.0ms) SAVEPOINT active_record_1
35559
+ SQL (0.7ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.707050"], ["updated_at", "2019-10-23 16:44:04.707050"]]
35560
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35561
+ Tree Load (0.3ms) SELECT "trees".* FROM "trees"
35562
+  (0.2ms) SAVEPOINT active_record_1
35563
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
35564
+  (0.5ms) RELEASE SAVEPOINT active_record_1
35565
+  (0.1ms) SAVEPOINT active_record_1
35566
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
35567
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35568
+  (0.1ms) SAVEPOINT active_record_1
35569
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
35570
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35571
+ User Load (0.4ms) SELECT "users".* FROM "users"
35572
+  (0.1ms) SAVEPOINT active_record_1
35573
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35574
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35575
+  (0.0ms) SAVEPOINT active_record_1
35576
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35577
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35578
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
35579
+  (0.0ms) SAVEPOINT active_record_1
35580
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35581
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35582
+  (0.6ms) rollback transaction
35583
+  (0.1ms) begin transaction
35584
+  (0.0ms) SAVEPOINT active_record_1
35585
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.746120"], ["updated_at", "2019-10-23 16:44:04.746120"]]
35586
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35587
+  (0.1ms) SAVEPOINT active_record_1
35588
+ SQL (0.3ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.747837"], ["updated_at", "2019-10-23 16:44:04.747837"]]
35589
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35590
+  (0.0ms) SAVEPOINT active_record_1
35591
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.759728"], ["updated_at", "2019-10-23 16:44:04.759728"]]
35592
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35593
+  (0.0ms) SAVEPOINT active_record_1
35594
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.760966"], ["updated_at", "2019-10-23 16:44:04.760966"]]
35595
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35596
+  (0.0ms) SAVEPOINT active_record_1
35597
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.761746"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.762309"]]
35598
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35599
+  (0.0ms) SAVEPOINT active_record_1
35600
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.763431"], ["updated_at", "2019-10-23 16:44:04.763431"]]
35601
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35602
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
35603
+  (0.0ms) SAVEPOINT active_record_1
35604
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
35605
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35606
+  (0.0ms) SAVEPOINT active_record_1
35607
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
35608
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35609
+  (0.0ms) SAVEPOINT active_record_1
35610
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
35611
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35612
+ User Load (0.1ms) SELECT "users".* FROM "users"
35613
+  (0.0ms) SAVEPOINT active_record_1
35614
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35615
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35616
+  (0.0ms) SAVEPOINT active_record_1
35617
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35618
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35619
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
35620
+  (0.0ms) SAVEPOINT active_record_1
35621
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35622
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35623
+  (0.4ms) rollback transaction
35624
+  (0.0ms) begin transaction
35625
+  (0.0ms) SAVEPOINT active_record_1
35626
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.769548"], ["updated_at", "2019-10-23 16:44:04.769548"]]
35627
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35628
+  (0.0ms) SAVEPOINT active_record_1
35629
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.771180"], ["updated_at", "2019-10-23 16:44:04.771180"]]
35630
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35631
+  (0.0ms) SAVEPOINT active_record_1
35632
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.772081"], ["updated_at", "2019-10-23 16:44:04.772081"]]
35633
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35634
+  (0.1ms) SAVEPOINT active_record_1
35635
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.773245"], ["updated_at", "2019-10-23 16:44:04.773245"]]
35636
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35637
+  (0.0ms) SAVEPOINT active_record_1
35638
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.774034"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.774902"]]
35639
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35640
+  (0.0ms) SAVEPOINT active_record_1
35641
+ SQL (0.3ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.777318"], ["updated_at", "2019-10-23 16:44:04.777318"]]
35642
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35643
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
35644
+  (0.1ms) SAVEPOINT active_record_1
35645
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
35646
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35647
+  (0.0ms) SAVEPOINT active_record_1
35648
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
35649
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35650
+  (0.0ms) SAVEPOINT active_record_1
35651
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
35652
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35653
+ User Load (0.1ms) SELECT "users".* FROM "users"
35654
+  (0.0ms) SAVEPOINT active_record_1
35655
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35656
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35657
+  (0.0ms) SAVEPOINT active_record_1
35658
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35659
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35660
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
35661
+  (0.0ms) SAVEPOINT active_record_1
35662
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35663
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35664
+  (0.3ms) rollback transaction
35665
+  (0.1ms) begin transaction
35666
+  (0.1ms) SAVEPOINT active_record_1
35667
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.785720"], ["updated_at", "2019-10-23 16:44:04.785720"]]
35668
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35669
+  (0.0ms) SAVEPOINT active_record_1
35670
+ SQL (15.3ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.787117"], ["updated_at", "2019-10-23 16:44:04.787117"]]
35671
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35672
+  (0.0ms) SAVEPOINT active_record_1
35673
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.803726"], ["updated_at", "2019-10-23 16:44:04.803726"]]
35674
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35675
+  (0.0ms) SAVEPOINT active_record_1
35676
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.804901"], ["updated_at", "2019-10-23 16:44:04.804901"]]
35677
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35678
+  (0.0ms) SAVEPOINT active_record_1
35679
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.806154"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.806953"]]
35680
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35681
+  (0.1ms) SAVEPOINT active_record_1
35682
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.808637"], ["updated_at", "2019-10-23 16:44:04.808637"]]
35683
+  (0.2ms) RELEASE SAVEPOINT active_record_1
35684
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
35685
+  (0.1ms) SAVEPOINT active_record_1
35686
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
35687
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35688
+  (0.2ms) SAVEPOINT active_record_1
35689
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
35690
+  (0.3ms) RELEASE SAVEPOINT active_record_1
35691
+  (0.1ms) SAVEPOINT active_record_1
35692
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
35693
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35694
+ User Load (0.5ms) SELECT "users".* FROM "users"
35695
+  (0.1ms) SAVEPOINT active_record_1
35696
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35697
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35698
+  (0.1ms) SAVEPOINT active_record_1
35699
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35700
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35701
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
35702
+  (0.0ms) SAVEPOINT active_record_1
35703
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35704
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35705
+  (0.7ms) rollback transaction
35706
+  (0.2ms) begin transaction
35707
+  (0.0ms) SAVEPOINT active_record_1
35708
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.839238"], ["updated_at", "2019-10-23 16:44:04.839238"]]
35709
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35710
+  (0.0ms) SAVEPOINT active_record_1
35711
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.847032"], ["updated_at", "2019-10-23 16:44:04.847032"]]
35712
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35713
+  (0.0ms) SAVEPOINT active_record_1
35714
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.849371"], ["updated_at", "2019-10-23 16:44:04.849371"]]
35715
+  (12.1ms) RELEASE SAVEPOINT active_record_1
35716
+  (0.1ms) SAVEPOINT active_record_1
35717
+ SQL (0.3ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.864582"], ["updated_at", "2019-10-23 16:44:04.864582"]]
35718
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35719
+  (0.0ms) SAVEPOINT active_record_1
35720
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.866723"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.867350"]]
35721
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35722
+  (0.0ms) SAVEPOINT active_record_1
35723
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.868450"], ["updated_at", "2019-10-23 16:44:04.868450"]]
35724
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35725
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
35726
+  (0.0ms) SAVEPOINT active_record_1
35727
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
35728
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35729
+  (0.0ms) SAVEPOINT active_record_1
35730
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
35731
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35732
+  (0.0ms) SAVEPOINT active_record_1
35733
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
35734
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35735
+ User Load (0.1ms) SELECT "users".* FROM "users"
35736
+  (0.0ms) SAVEPOINT active_record_1
35737
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35738
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35739
+  (0.0ms) SAVEPOINT active_record_1
35740
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35741
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35742
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
35743
+  (0.0ms) SAVEPOINT active_record_1
35744
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35745
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35746
+  (1.3ms) rollback transaction
35747
+  (0.3ms) begin transaction
35748
+  (0.0ms) SAVEPOINT active_record_1
35749
+ SQL (0.9ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.883336"], ["updated_at", "2019-10-23 16:44:04.883336"]]
35750
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35751
+  (0.1ms) SAVEPOINT active_record_1
35752
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.886257"], ["updated_at", "2019-10-23 16:44:04.886257"]]
35753
+  (0.4ms) RELEASE SAVEPOINT active_record_1
35754
+  (0.1ms) SAVEPOINT active_record_1
35755
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.890865"], ["updated_at", "2019-10-23 16:44:04.890865"]]
35756
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35757
+  (0.1ms) SAVEPOINT active_record_1
35758
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.892776"], ["updated_at", "2019-10-23 16:44:04.892776"]]
35759
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35760
+  (0.0ms) SAVEPOINT active_record_1
35761
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.894172"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.894731"]]
35762
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35763
+  (0.0ms) SAVEPOINT active_record_1
35764
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.896034"], ["updated_at", "2019-10-23 16:44:04.896034"]]
35765
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35766
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
35767
+  (0.0ms) SAVEPOINT active_record_1
35768
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
35769
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35770
+  (0.0ms) SAVEPOINT active_record_1
35771
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
35772
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35773
+  (0.1ms) SAVEPOINT active_record_1
35774
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
35775
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35776
+ User Load (0.2ms) SELECT "users".* FROM "users"
35777
+  (0.1ms) SAVEPOINT active_record_1
35778
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35779
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35780
+  (0.1ms) SAVEPOINT active_record_1
35781
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35782
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35783
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
35784
+  (0.0ms) SAVEPOINT active_record_1
35785
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35786
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35787
+  (1.1ms) rollback transaction
35788
+  (0.1ms) begin transaction
35789
+  (0.0ms) SAVEPOINT active_record_1
35790
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.908712"], ["updated_at", "2019-10-23 16:44:04.908712"]]
35791
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35792
+  (0.0ms) SAVEPOINT active_record_1
35793
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.910147"], ["updated_at", "2019-10-23 16:44:04.910147"]]
35794
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35795
+  (0.0ms) SAVEPOINT active_record_1
35796
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.911153"], ["updated_at", "2019-10-23 16:44:04.911153"]]
35797
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35798
+  (0.0ms) SAVEPOINT active_record_1
35799
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.920235"], ["updated_at", "2019-10-23 16:44:04.920235"]]
35800
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35801
+  (0.1ms) SAVEPOINT active_record_1
35802
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.922053"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.926803"]]
35803
+  (0.4ms) RELEASE SAVEPOINT active_record_1
35804
+  (0.1ms) SAVEPOINT active_record_1
35805
+ SQL (1.5ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.935669"], ["updated_at", "2019-10-23 16:44:04.935669"]]
35806
+  (1.4ms) RELEASE SAVEPOINT active_record_1
35807
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees"
35808
+  (0.0ms) SAVEPOINT active_record_1
35809
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
35810
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35811
+  (0.0ms) SAVEPOINT active_record_1
35812
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
35813
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35814
+  (0.0ms) SAVEPOINT active_record_1
35815
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
35816
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35817
+ User Load (0.1ms) SELECT "users".* FROM "users"
35818
+  (0.2ms) SAVEPOINT active_record_1
35819
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35820
+  (3.2ms) RELEASE SAVEPOINT active_record_1
35821
+  (0.1ms) SAVEPOINT active_record_1
35822
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35823
+  (0.7ms) RELEASE SAVEPOINT active_record_1
35824
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
35825
+  (0.0ms) SAVEPOINT active_record_1
35826
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35827
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35828
+  (0.6ms) rollback transaction
35829
+  (0.1ms) begin transaction
35830
+  (0.1ms) SAVEPOINT active_record_1
35831
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.962400"], ["updated_at", "2019-10-23 16:44:04.962400"]]
35832
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35833
+  (0.0ms) SAVEPOINT active_record_1
35834
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.964025"], ["updated_at", "2019-10-23 16:44:04.964025"]]
35835
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35836
+  (0.0ms) SAVEPOINT active_record_1
35837
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.965435"], ["updated_at", "2019-10-23 16:44:04.965435"]]
35838
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35839
+  (0.0ms) SAVEPOINT active_record_1
35840
+ SQL (0.5ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.966980"], ["updated_at", "2019-10-23 16:44:04.966980"]]
35841
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35842
+  (0.1ms) SAVEPOINT active_record_1
35843
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:04.979241"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:04.981155"]]
35844
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35845
+  (0.0ms) SAVEPOINT active_record_1
35846
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:04.982361"], ["updated_at", "2019-10-23 16:44:04.982361"]]
35847
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35848
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
35849
+  (0.0ms) SAVEPOINT active_record_1
35850
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
35851
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35852
+  (0.0ms) SAVEPOINT active_record_1
35853
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
35854
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35855
+  (0.0ms) SAVEPOINT active_record_1
35856
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
35857
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35858
+ User Load (0.0ms) SELECT "users".* FROM "users"
35859
+  (0.0ms) SAVEPOINT active_record_1
35860
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35861
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35862
+  (0.0ms) SAVEPOINT active_record_1
35863
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35864
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35865
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
35866
+  (0.0ms) SAVEPOINT active_record_1
35867
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35868
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35869
+  (0.6ms) rollback transaction
35870
+  (0.0ms) begin transaction
35871
+  (0.0ms) SAVEPOINT active_record_1
35872
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:04.988067"], ["updated_at", "2019-10-23 16:44:04.988067"]]
35873
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35874
+  (0.0ms) SAVEPOINT active_record_1
35875
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:04.989551"], ["updated_at", "2019-10-23 16:44:04.989551"]]
35876
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35877
+  (0.0ms) SAVEPOINT active_record_1
35878
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:04.991250"], ["updated_at", "2019-10-23 16:44:04.991250"]]
35879
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35880
+  (0.1ms) SAVEPOINT active_record_1
35881
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:04.998372"], ["updated_at", "2019-10-23 16:44:04.998372"]]
35882
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35883
+  (0.1ms) SAVEPOINT active_record_1
35884
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:05.000704"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:05.002006"]]
35885
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35886
+  (0.0ms) SAVEPOINT active_record_1
35887
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:05.004079"], ["updated_at", "2019-10-23 16:44:05.004079"]]
35888
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35889
+ Tree Load (0.6ms) SELECT "trees".* FROM "trees"
35890
+  (0.4ms) SAVEPOINT active_record_1
35891
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
35892
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35893
+  (0.0ms) SAVEPOINT active_record_1
35894
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
35895
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35896
+  (0.0ms) SAVEPOINT active_record_1
35897
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
35898
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35899
+ User Load (0.1ms) SELECT "users".* FROM "users"
35900
+  (0.0ms) SAVEPOINT active_record_1
35901
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35902
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35903
+  (0.0ms) SAVEPOINT active_record_1
35904
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35905
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35906
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
35907
+  (0.0ms) SAVEPOINT active_record_1
35908
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35909
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35910
+  (0.6ms) rollback transaction
35911
+  (0.2ms) begin transaction
35912
+  (0.1ms) SAVEPOINT active_record_1
35913
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:05.019553"], ["updated_at", "2019-10-23 16:44:05.019553"]]
35914
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35915
+  (0.0ms) SAVEPOINT active_record_1
35916
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:05.021968"], ["updated_at", "2019-10-23 16:44:05.021968"]]
35917
+  (1.6ms) RELEASE SAVEPOINT active_record_1
35918
+  (0.1ms) SAVEPOINT active_record_1
35919
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:05.027090"], ["updated_at", "2019-10-23 16:44:05.027090"]]
35920
+  (0.4ms) RELEASE SAVEPOINT active_record_1
35921
+  (0.1ms) SAVEPOINT active_record_1
35922
+ SQL (13.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:05.030576"], ["updated_at", "2019-10-23 16:44:05.030576"]]
35923
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35924
+  (0.0ms) SAVEPOINT active_record_1
35925
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:05.047411"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:05.048334"]]
35926
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35927
+  (0.0ms) SAVEPOINT active_record_1
35928
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:05.049507"], ["updated_at", "2019-10-23 16:44:05.049507"]]
35929
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35930
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
35931
+  (0.0ms) SAVEPOINT active_record_1
35932
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
35933
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35934
+  (0.0ms) SAVEPOINT active_record_1
35935
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
35936
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35937
+  (0.1ms) SAVEPOINT active_record_1
35938
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
35939
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35940
+ User Load (0.1ms) SELECT "users".* FROM "users"
35941
+  (0.0ms) SAVEPOINT active_record_1
35942
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35943
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35944
+  (0.0ms) SAVEPOINT active_record_1
35945
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35946
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35947
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
35948
+  (0.0ms) SAVEPOINT active_record_1
35949
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35950
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35951
+  (0.7ms) rollback transaction
35952
+  (0.1ms) begin transaction
35953
+  (0.1ms) SAVEPOINT active_record_1
35954
+ SQL (0.6ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:05.062341"], ["updated_at", "2019-10-23 16:44:05.062341"]]
35955
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35956
+  (0.0ms) SAVEPOINT active_record_1
35957
+ SQL (0.7ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:05.065244"], ["updated_at", "2019-10-23 16:44:05.065244"]]
35958
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35959
+  (0.1ms) SAVEPOINT active_record_1
35960
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:05.068848"], ["updated_at", "2019-10-23 16:44:05.068848"]]
35961
+  (0.2ms) RELEASE SAVEPOINT active_record_1
35962
+  (0.1ms) SAVEPOINT active_record_1
35963
+ SQL (0.5ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:05.072409"], ["updated_at", "2019-10-23 16:44:05.072409"]]
35964
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35965
+  (0.0ms) SAVEPOINT active_record_1
35966
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:05.076999"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:05.077976"]]
35967
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35968
+  (0.0ms) SAVEPOINT active_record_1
35969
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:05.079459"], ["updated_at", "2019-10-23 16:44:05.079459"]]
35970
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35971
+ Tree Load (0.3ms) SELECT "trees".* FROM "trees"
35972
+  (0.1ms) SAVEPOINT active_record_1
35973
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
35974
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35975
+  (0.1ms) SAVEPOINT active_record_1
35976
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
35977
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35978
+  (0.1ms) SAVEPOINT active_record_1
35979
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
35980
+  (0.3ms) RELEASE SAVEPOINT active_record_1
35981
+ User Load (0.1ms) SELECT "users".* FROM "users"
35982
+  (0.0ms) SAVEPOINT active_record_1
35983
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35984
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35985
+  (0.1ms) SAVEPOINT active_record_1
35986
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
35987
+  (0.1ms) RELEASE SAVEPOINT active_record_1
35988
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
35989
+  (0.0ms) SAVEPOINT active_record_1
35990
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
35991
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35992
+  (0.6ms) rollback transaction
35993
+  (0.1ms) begin transaction
35994
+  (0.0ms) SAVEPOINT active_record_1
35995
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:05.091634"], ["updated_at", "2019-10-23 16:44:05.091634"]]
35996
+  (0.0ms) RELEASE SAVEPOINT active_record_1
35997
+  (0.0ms) SAVEPOINT active_record_1
35998
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:05.093593"], ["updated_at", "2019-10-23 16:44:05.093593"]]
35999
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36000
+  (0.0ms) SAVEPOINT active_record_1
36001
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:05.094653"], ["updated_at", "2019-10-23 16:44:05.094653"]]
36002
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36003
+  (0.0ms) SAVEPOINT active_record_1
36004
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:05.095995"], ["updated_at", "2019-10-23 16:44:05.095995"]]
36005
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36006
+  (0.0ms) SAVEPOINT active_record_1
36007
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:05.104081"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:05.104698"]]
36008
+  (0.1ms) RELEASE SAVEPOINT active_record_1
36009
+  (0.0ms) SAVEPOINT active_record_1
36010
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:05.105918"], ["updated_at", "2019-10-23 16:44:05.105918"]]
36011
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36012
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
36013
+  (0.1ms) SAVEPOINT active_record_1
36014
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
36015
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36016
+  (0.1ms) SAVEPOINT active_record_1
36017
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
36018
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36019
+  (0.0ms) SAVEPOINT active_record_1
36020
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
36021
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36022
+ User Load (0.4ms) SELECT "users".* FROM "users"
36023
+  (0.1ms) SAVEPOINT active_record_1
36024
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
36025
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36026
+  (0.0ms) SAVEPOINT active_record_1
36027
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
36028
+  (0.1ms) RELEASE SAVEPOINT active_record_1
36029
+ Island Load (0.3ms) SELECT "isle".* FROM "isle"
36030
+  (0.0ms) SAVEPOINT active_record_1
36031
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
36032
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36033
+  (0.8ms) rollback transaction
36034
+  (0.1ms) begin transaction
36035
+  (0.1ms) SAVEPOINT active_record_1
36036
+ SQL (0.7ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:05.118226"], ["updated_at", "2019-10-23 16:44:05.118226"]]
36037
+  (0.2ms) RELEASE SAVEPOINT active_record_1
36038
+  (0.1ms) SAVEPOINT active_record_1
36039
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:05.121416"], ["updated_at", "2019-10-23 16:44:05.121416"]]
36040
+  (0.1ms) RELEASE SAVEPOINT active_record_1
36041
+  (0.0ms) SAVEPOINT active_record_1
36042
+ SQL (0.2ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:05.123022"], ["updated_at", "2019-10-23 16:44:05.123022"]]
36043
+  (0.1ms) RELEASE SAVEPOINT active_record_1
36044
+  (0.1ms) SAVEPOINT active_record_1
36045
+ SQL (0.4ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:05.129276"], ["updated_at", "2019-10-23 16:44:05.129276"]]
36046
+  (0.2ms) RELEASE SAVEPOINT active_record_1
36047
+  (0.1ms) SAVEPOINT active_record_1
36048
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:05.131532"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:05.137009"]]
36049
+  (0.1ms) RELEASE SAVEPOINT active_record_1
36050
+  (0.1ms) SAVEPOINT active_record_1
36051
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:05.141525"], ["updated_at", "2019-10-23 16:44:05.141525"]]
36052
+  (0.1ms) RELEASE SAVEPOINT active_record_1
36053
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
36054
+  (0.0ms) SAVEPOINT active_record_1
36055
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
36056
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36057
+  (0.1ms) SAVEPOINT active_record_1
36058
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
36059
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36060
+  (0.0ms) SAVEPOINT active_record_1
36061
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
36062
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36063
+ User Load (0.1ms) SELECT "users".* FROM "users"
36064
+  (0.1ms) SAVEPOINT active_record_1
36065
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
36066
+  (0.1ms) RELEASE SAVEPOINT active_record_1
36067
+  (0.0ms) SAVEPOINT active_record_1
36068
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
36069
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36070
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
36071
+  (0.0ms) SAVEPOINT active_record_1
36072
+ SQL (0.5ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
36073
+  (1.0ms) RELEASE SAVEPOINT active_record_1
36074
+  (0.6ms) rollback transaction
36075
+  (0.0ms) begin transaction
36076
+  (0.0ms) SAVEPOINT active_record_1
36077
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:05.161007"], ["updated_at", "2019-10-23 16:44:05.161007"]]
36078
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36079
+  (0.0ms) SAVEPOINT active_record_1
36080
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:05.162727"], ["updated_at", "2019-10-23 16:44:05.162727"]]
36081
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36082
+  (0.0ms) SAVEPOINT active_record_1
36083
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:05.163804"], ["updated_at", "2019-10-23 16:44:05.163804"]]
36084
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36085
+  (0.0ms) SAVEPOINT active_record_1
36086
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:05.164933"], ["updated_at", "2019-10-23 16:44:05.164933"]]
36087
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36088
+  (0.0ms) SAVEPOINT active_record_1
36089
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:05.165690"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:05.166186"]]
36090
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36091
+  (0.0ms) SAVEPOINT active_record_1
36092
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:05.167261"], ["updated_at", "2019-10-23 16:44:05.167261"]]
36093
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36094
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
36095
+  (0.0ms) SAVEPOINT active_record_1
36096
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
36097
+  (0.4ms) RELEASE SAVEPOINT active_record_1
36098
+  (0.1ms) SAVEPOINT active_record_1
36099
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
36100
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36101
+  (0.1ms) SAVEPOINT active_record_1
36102
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
36103
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36104
+ User Load (0.1ms) SELECT "users".* FROM "users"
36105
+  (0.0ms) SAVEPOINT active_record_1
36106
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
36107
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36108
+  (0.0ms) SAVEPOINT active_record_1
36109
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
36110
+  (0.1ms) RELEASE SAVEPOINT active_record_1
36111
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
36112
+  (0.0ms) SAVEPOINT active_record_1
36113
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
36114
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36115
+  (0.5ms) rollback transaction
36116
+  (0.1ms) begin transaction
36117
+  (0.0ms) SAVEPOINT active_record_1
36118
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:05.177052"], ["updated_at", "2019-10-23 16:44:05.177052"]]
36119
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36120
+  (0.1ms) SAVEPOINT active_record_1
36121
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:05.179624"], ["updated_at", "2019-10-23 16:44:05.179624"]]
36122
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36123
+  (0.1ms) SAVEPOINT active_record_1
36124
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:05.181389"], ["updated_at", "2019-10-23 16:44:05.181389"]]
36125
+  (0.1ms) RELEASE SAVEPOINT active_record_1
36126
+  (0.0ms) SAVEPOINT active_record_1
36127
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:05.183708"], ["updated_at", "2019-10-23 16:44:05.183708"]]
36128
+  (0.1ms) RELEASE SAVEPOINT active_record_1
36129
+  (0.1ms) SAVEPOINT active_record_1
36130
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:05.185086"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:05.185932"]]
36131
+  (0.1ms) RELEASE SAVEPOINT active_record_1
36132
+  (0.0ms) SAVEPOINT active_record_1
36133
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:05.187265"], ["updated_at", "2019-10-23 16:44:05.187265"]]
36134
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36135
+ Tree Load (0.8ms) SELECT "trees".* FROM "trees"
36136
+  (0.0ms) SAVEPOINT active_record_1
36137
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
36138
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36139
+  (0.0ms) SAVEPOINT active_record_1
36140
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
36141
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36142
+  (0.0ms) SAVEPOINT active_record_1
36143
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
36144
+  (0.1ms) RELEASE SAVEPOINT active_record_1
36145
+ User Load (0.1ms) SELECT "users".* FROM "users"
36146
+  (0.0ms) SAVEPOINT active_record_1
36147
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
36148
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36149
+  (0.0ms) SAVEPOINT active_record_1
36150
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
36151
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36152
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
36153
+  (0.1ms) SAVEPOINT active_record_1
36154
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
36155
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36156
+  (0.7ms) rollback transaction
36157
+  (0.2ms) begin transaction
36158
+  (0.1ms) SAVEPOINT active_record_1
36159
+ SQL (0.9ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:05.216539"], ["updated_at", "2019-10-23 16:44:05.216539"]]
36160
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36161
+  (0.0ms) SAVEPOINT active_record_1
36162
+ SQL (0.3ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:05.219087"], ["updated_at", "2019-10-23 16:44:05.219087"]]
36163
+  (0.1ms) RELEASE SAVEPOINT active_record_1
36164
+  (0.0ms) SAVEPOINT active_record_1
36165
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:05.221604"], ["updated_at", "2019-10-23 16:44:05.221604"]]
36166
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36167
+  (0.0ms) SAVEPOINT active_record_1
36168
+ SQL (0.2ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:05.225047"], ["updated_at", "2019-10-23 16:44:05.225047"]]
36169
+  (0.1ms) RELEASE SAVEPOINT active_record_1
36170
+  (0.0ms) SAVEPOINT active_record_1
36171
+ SQL (0.3ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:05.226765"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:05.227379"]]
36172
+  (0.3ms) RELEASE SAVEPOINT active_record_1
36173
+  (0.1ms) SAVEPOINT active_record_1
36174
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:05.238493"], ["updated_at", "2019-10-23 16:44:05.238493"]]
36175
+  (0.1ms) RELEASE SAVEPOINT active_record_1
36176
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
36177
+  (0.1ms) SAVEPOINT active_record_1
36178
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
36179
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36180
+  (0.0ms) SAVEPOINT active_record_1
36181
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
36182
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36183
+  (0.0ms) SAVEPOINT active_record_1
36184
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
36185
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36186
+ User Load (0.1ms) SELECT "users".* FROM "users"
36187
+  (0.0ms) SAVEPOINT active_record_1
36188
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
36189
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36190
+  (0.0ms) SAVEPOINT active_record_1
36191
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
36192
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36193
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
36194
+  (0.0ms) SAVEPOINT active_record_1
36195
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
36196
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36197
+  (0.5ms) rollback transaction
36198
+  (0.0ms) begin transaction
36199
+  (0.0ms) SAVEPOINT active_record_1
36200
+ SQL (8.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-10-23 16:44:05.251058"], ["updated_at", "2019-10-23 16:44:05.251058"]]
36201
+  (0.1ms) RELEASE SAVEPOINT active_record_1
36202
+  (0.0ms) SAVEPOINT active_record_1
36203
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-10-23 16:44:05.261638"], ["updated_at", "2019-10-23 16:44:05.261638"]]
36204
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36205
+  (0.0ms) SAVEPOINT active_record_1
36206
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-10-23 16:44:05.262848"], ["updated_at", "2019-10-23 16:44:05.262848"]]
36207
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36208
+  (0.1ms) SAVEPOINT active_record_1
36209
+ SQL (0.3ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n1"], ["age", 1], ["island_id", 1], ["owner_id", 1], ["created_at", "2019-10-23 16:44:05.264524"], ["updated_at", "2019-10-23 16:44:05.264524"]]
36210
+  (0.1ms) RELEASE SAVEPOINT active_record_1
36211
+  (0.1ms) SAVEPOINT active_record_1
36212
+ SQL (0.1ms) INSERT INTO "trees" ("name", "age", "island_id", "created_at", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Tree n2"], ["age", 3], ["island_id", 1], ["created_at", "2019-10-20 16:44:05.266074"], ["owner_id", 1], ["updated_at", "2019-10-23 16:44:05.267173"]]
36213
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36214
+  (0.0ms) SAVEPOINT active_record_1
36215
+ SQL (0.0ms) INSERT INTO "trees" ("name", "age", "island_id", "owner_id", "cutter_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Tree n3"], ["age", 4], ["island_id", 1], ["owner_id", 1], ["cutter_id", 2], ["created_at", "2019-10-23 16:44:05.268380"], ["updated_at", "2019-10-23 16:44:05.268380"]]
36216
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36217
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE (("trees"."created_at" BETWEEN '2019-10-18 22:00:00 UTC' AND '2019-10-20 21:59:59 UTC' AND "trees"."name" LIKE '%Tree%'))
36218
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees"
36219
+  (0.0ms) SAVEPOINT active_record_1
36220
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
36221
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36222
+  (0.0ms) SAVEPOINT active_record_1
36223
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
36224
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36225
+  (0.0ms) SAVEPOINT active_record_1
36226
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
36227
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36228
+ User Load (0.0ms) SELECT "users".* FROM "users"
36229
+  (0.0ms) SAVEPOINT active_record_1
36230
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
36231
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36232
+  (0.0ms) SAVEPOINT active_record_1
36233
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
36234
+  (0.0ms) RELEASE SAVEPOINT active_record_1
36235
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
36236
+  (0.1ms) SAVEPOINT active_record_1
36237
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
36238
+  (0.1ms) RELEASE SAVEPOINT active_record_1
36239
+  (0.5ms) rollback transaction
36240
+  (0.0ms) begin transaction
36241
+  (0.0ms) rollback transaction
36242
+  (0.1ms) begin transaction
36243
+  (0.1ms) rollback transaction
36244
+  (0.0ms) begin transaction
36245
+  (0.0ms) rollback transaction
36246
+  (0.1ms) begin transaction
36247
+  (0.0ms) rollback transaction
36248
+  (0.1ms) begin transaction
36249
+  (0.1ms) rollback transaction
36250
+  (0.0ms) begin transaction
36251
+  (0.0ms) rollback transaction
36252
+  (0.2ms) begin transaction
36253
+  (0.1ms) rollback transaction
36254
+  (0.0ms) begin transaction
36255
+  (0.0ms) rollback transaction
36256
+  (0.4ms) begin transaction
36257
+  (0.0ms) rollback transaction
36258
+  (0.0ms) begin transaction
36259
+  (0.0ms) rollback transaction
36260
+  (0.0ms) begin transaction
36261
+  (0.0ms) rollback transaction
36262
+  (0.1ms) begin transaction
36263
+  (0.0ms) rollback transaction
36264
+  (0.1ms) begin transaction
36265
+  (0.0ms) rollback transaction
36266
+  (0.1ms) begin transaction
36267
+  (0.0ms) rollback transaction
36268
+  (0.0ms) begin transaction
36269
+  (0.0ms) rollback transaction
36270
+  (0.0ms) begin transaction
36271
+  (0.0ms) rollback transaction
36272
+  (0.0ms) begin transaction
36273
+  (0.0ms) rollback transaction
36274
+  (0.1ms) begin transaction
36275
+  (0.1ms) rollback transaction