forest_liana 3.2.0 → 3.3.0

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: d297a55019a4d8290afd5452b2220c6197c47e2b
4
- data.tar.gz: 53467e918feec3608d49dc64be4d0ebb2dce0529
3
+ metadata.gz: d23c0e51c9b7da5f7e2b09400b9b2e76c5152cd6
4
+ data.tar.gz: e0e7bee4717ba84f70c6c2603a4250b6b3671a2c
5
5
  SHA512:
6
- metadata.gz: a7a23a87650ba0c26bda676b81fee7985080fc47692cde50df2f680c1db56325ad3bd68f50ccfe56a2b8c7f045607e761fa1c34569de36440da70870be4228fe
7
- data.tar.gz: 32ef5b451f53206a036f05681038dba8b0cc13c6180df541cac624e75f24d9d7043306c806b87428e13ab879b0d75fa9e76318a56240562fdbf2d9da2243cf0a
6
+ metadata.gz: 0f65c9b9cc4ee79d2df3bcb89cf549d1985d626a008ba7504459018414e30339b63f9769fbd828d8cf7e03f32bd1d92cec5ee4373ce46ba9a588e7319528cccf
7
+ data.tar.gz: 4b91d89dcc180d49f38b73604e0c69fe052fc0ac10fc14cbda60ed6c8eb33c84e9736c917317d6f315649934cc3a0aa9d2177642d79a949e31d479809f25d71a
@@ -37,9 +37,19 @@ module ForestLiana
37
37
  self.names_overriden = {}
38
38
  self.meta = {}
39
39
 
40
+ @config_dir = 'lib/forest_liana/**/*.rb'
41
+
40
42
  # TODO: Remove once lianas prior to 2.0.0 are not supported anymore.
41
43
  self.names_old_overriden = {}
42
44
 
45
+ def self.config_dir=(config_dir)
46
+ @config_dir = config_dir
47
+ end
48
+
49
+ def self.config_dir
50
+ Rails.root.join(@config_dir)
51
+ end
52
+
43
53
  def self.schema_for_resource resource
44
54
  self.apimap.find do |collection|
45
55
  SchemaUtils.find_model_from_collection_name(collection.name)
@@ -211,8 +211,7 @@ module ForestLiana
211
211
  end
212
212
 
213
213
  def require_lib_forest_liana
214
- path = Rails.root.join('lib', 'forest_liana', '**', '*.rb')
215
- Dir.glob(File.expand_path(path, __FILE__)).each do |file|
214
+ Dir.glob(ForestLiana.config_dir).each do |file|
216
215
  load file
217
216
  end
218
217
  end
@@ -1,3 +1,3 @@
1
1
  module ForestLiana
2
- VERSION = "3.2.0"
2
+ VERSION = "3.3.0"
3
3
  end
Binary file
@@ -28849,3 +28849,3720 @@ Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.2ms)
28849
28849
   (0.3ms) rollback transaction
28850
28850
   (0.1ms) begin transaction
28851
28851
   (0.0ms) rollback transaction
28852
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
28853
+ Migrating to AddAgeToTree (20190716130830)
28854
+  (0.1ms) begin transaction
28855
+  (0.7ms) ALTER TABLE "trees" ADD "age" integer
28856
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190716130830"]]
28857
+  (1.0ms) commit transaction
28858
+ Migrating to AddTypeToUser (20190716135241)
28859
+  (0.0ms) begin transaction
28860
+  (0.3ms) ALTER TABLE "users" ADD "title" integer
28861
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190716135241"]]
28862
+  (0.5ms) commit transaction
28863
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
28864
+  (0.1ms)  SELECT sql
28865
+ FROM sqlite_master
28866
+ WHERE name='index_trees_on_island_id' AND type='index'
28867
+ UNION ALL
28868
+ SELECT sql
28869
+ FROM sqlite_temp_master
28870
+ WHERE name='index_trees_on_island_id' AND type='index'
28871
+ 
28872
+  (0.1ms) SELECT sql
28873
+ FROM sqlite_master
28874
+ WHERE name='index_trees_on_cutter_id' AND type='index'
28875
+ UNION ALL
28876
+ SELECT sql
28877
+ FROM sqlite_temp_master
28878
+ WHERE name='index_trees_on_cutter_id' AND type='index'
28879
+
28880
+  (0.1ms)  SELECT sql
28881
+ FROM sqlite_master
28882
+ WHERE name='index_trees_on_owner_id' AND type='index'
28883
+ UNION ALL
28884
+ SELECT sql
28885
+ FROM sqlite_temp_master
28886
+ WHERE name='index_trees_on_owner_id' AND type='index'
28887
+ 
28888
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
28889
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
28890
+  (0.1ms) begin transaction
28891
+  (0.0ms) rollback transaction
28892
+  (0.0ms) begin transaction
28893
+  (0.0ms) rollback transaction
28894
+  (0.0ms) begin transaction
28895
+  (0.0ms) rollback transaction
28896
+  (0.0ms) begin transaction
28897
+  (0.1ms) rollback transaction
28898
+  (0.1ms) begin transaction
28899
+  (0.0ms) rollback transaction
28900
+  (0.0ms) begin transaction
28901
+  (0.0ms) rollback transaction
28902
+  (0.0ms) begin transaction
28903
+  (0.1ms) rollback transaction
28904
+  (0.0ms) begin transaction
28905
+  (0.0ms) rollback transaction
28906
+  (0.0ms) begin transaction
28907
+  (0.0ms) rollback transaction
28908
+  (0.0ms) begin transaction
28909
+  (0.0ms) SAVEPOINT active_record_1
28910
+ SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Michel"], ["created_at", "2019-08-07 07:59:21.476480"], ["updated_at", "2019-08-07 07:59:21.476480"]]
28911
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28912
+  (0.0ms) SAVEPOINT active_record_1
28913
+ 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-08-07 07:59:21.486782"], ["updated_at", "2019-08-07 07:59:21.486782"]]
28914
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28915
+ 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-08-07 09:59:21 +0200
28916
+ Processing by ForestLiana::UserSpace::TreeController#index as JSON
28917
+ Parameters: {"fields"=>{"Tree"=>"id,name"}, "page"=>{"number"=>"1", "size"=>"10"}, "searchExtended"=>"0", "sort"=>"-id", "timezone"=>"Europe/Paris", "collection"=>"Tree"}
28918
+ 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
28919
+ Completed 200 OK in 23ms (Views: 0.2ms | ActiveRecord: 0.1ms)
28920
+ User Load (0.1ms) SELECT "users".* FROM "users"
28921
+  (0.0ms) SAVEPOINT active_record_1
28922
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
28923
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28924
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
28925
+  (0.0ms) SAVEPOINT active_record_1
28926
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
28927
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28928
+  (0.5ms) rollback transaction
28929
+  (0.1ms) begin transaction
28930
+  (0.0ms) SAVEPOINT active_record_1
28931
+ SQL (0.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Michel"], ["created_at", "2019-08-07 07:59:21.536932"], ["updated_at", "2019-08-07 07:59:21.536932"]]
28932
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28933
+  (0.0ms) SAVEPOINT active_record_1
28934
+ 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-08-07 07:59:21.538393"], ["updated_at", "2019-08-07 07:59:21.538393"]]
28935
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28936
+ 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-08-07 09:59:21 +0200
28937
+ Processing by ForestLiana::UserSpace::TreeController#index as JSON
28938
+ Parameters: {"fields"=>{"Tree"=>"id,name"}, "page"=>{"number"=>"1", "size"=>"10"}, "searchExtended"=>"0", "sort"=>"-id", "timezone"=>"Europe/Paris", "collection"=>"Tree"}
28939
+ 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
28940
+ Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.1ms)
28941
+ User Load (0.1ms) SELECT "users".* FROM "users"
28942
+  (0.1ms) SAVEPOINT active_record_1
28943
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
28944
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28945
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
28946
+  (0.0ms) SAVEPOINT active_record_1
28947
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
28948
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28949
+  (0.6ms) rollback transaction
28950
+  (0.1ms) begin transaction
28951
+  (0.0ms) SAVEPOINT active_record_1
28952
+ SQL (1.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Michel"], ["created_at", "2019-08-07 07:59:21.552625"], ["updated_at", "2019-08-07 07:59:21.552625"]]
28953
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28954
+  (0.0ms) SAVEPOINT active_record_1
28955
+ 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-08-07 07:59:21.555422"], ["updated_at", "2019-08-07 07:59:21.555422"]]
28956
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28957
+ 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-08-07 09:59:21 +0200
28958
+ Processing by ForestLiana::UserSpace::TreeController#index as JSON
28959
+ 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"}
28960
+ 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
28961
+ Completed 200 OK in 13ms (Views: 0.2ms | ActiveRecord: 0.1ms)
28962
+ User Load (0.1ms) SELECT "users".* FROM "users"
28963
+  (0.0ms) SAVEPOINT active_record_1
28964
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
28965
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28966
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
28967
+  (0.0ms) SAVEPOINT active_record_1
28968
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
28969
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28970
+  (0.7ms) rollback transaction
28971
+  (0.1ms) begin transaction
28972
+  (0.1ms) SAVEPOINT active_record_1
28973
+ SQL (0.8ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Michel"], ["created_at", "2019-08-07 07:59:21.581528"], ["updated_at", "2019-08-07 07:59:21.581528"]]
28974
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28975
+  (0.0ms) SAVEPOINT active_record_1
28976
+ 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-08-07 07:59:21.584797"], ["updated_at", "2019-08-07 07:59:21.584797"]]
28977
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28978
+ 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-08-07 09:59:21 +0200
28979
+ Processing by ForestLiana::UserSpace::TreeController#index as JSON
28980
+ 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"}
28981
+ SQL (0.3ms) 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
28982
+ Completed 200 OK in 10ms (Views: 1.3ms | ActiveRecord: 0.3ms)
28983
+ User Load (0.3ms) SELECT "users".* FROM "users"
28984
+  (0.1ms) SAVEPOINT active_record_1
28985
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
28986
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28987
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
28988
+  (0.0ms) SAVEPOINT active_record_1
28989
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
28990
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28991
+  (0.7ms) rollback transaction
28992
+  (0.1ms) begin transaction
28993
+  (0.0ms) rollback transaction
28994
+  (0.0ms) begin transaction
28995
+  (0.0ms) rollback transaction
28996
+  (0.1ms) begin transaction
28997
+  (0.0ms) rollback transaction
28998
+  (0.0ms) begin transaction
28999
+  (0.0ms) rollback transaction
29000
+  (0.0ms) begin transaction
29001
+  (0.0ms) rollback transaction
29002
+  (0.0ms) begin transaction
29003
+  (0.0ms) rollback transaction
29004
+  (0.0ms) begin transaction
29005
+  (0.0ms) rollback transaction
29006
+  (0.0ms) begin transaction
29007
+  (0.0ms) rollback transaction
29008
+  (0.0ms) begin transaction
29009
+  (0.1ms) rollback transaction
29010
+  (0.0ms) begin transaction
29011
+  (0.0ms) rollback transaction
29012
+  (0.0ms) begin transaction
29013
+  (0.0ms) rollback transaction
29014
+  (0.0ms) begin transaction
29015
+  (0.0ms) rollback transaction
29016
+  (0.1ms) begin transaction
29017
+  (0.1ms) SAVEPOINT active_record_1
29018
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:21.621894"], ["updated_at", "2019-08-07 07:59:21.621894"]]
29019
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29020
+  (0.0ms) SAVEPOINT active_record_1
29021
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:21.632780"], ["updated_at", "2019-08-07 07:59:21.632780"]]
29022
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29023
+  (0.0ms) SAVEPOINT active_record_1
29024
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:21.634058"], ["updated_at", "2019-08-07 07:59:21.634058"]]
29025
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29026
+  (0.0ms) SAVEPOINT active_record_1
29027
+ 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-08-07 07:59:21.635555"], ["updated_at", "2019-08-07 07:59:21.635555"]]
29028
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29029
+  (0.0ms) SAVEPOINT active_record_1
29030
+ 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-08-04 07:59:21.636796"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:21.637674"]]
29031
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29032
+  (0.0ms) SAVEPOINT active_record_1
29033
+ 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-08-07 07:59:21.639344"], ["updated_at", "2019-08-07 07:59:21.639344"]]
29034
+  (0.3ms) RELEASE SAVEPOINT active_record_1
29035
+ Tree Load (0.8ms) SELECT "trees".* FROM "trees"
29036
+  (0.5ms) SAVEPOINT active_record_1
29037
+ SQL (0.3ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
29038
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29039
+  (0.2ms) SAVEPOINT active_record_1
29040
+ SQL (0.5ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
29041
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29042
+  (0.0ms) SAVEPOINT active_record_1
29043
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
29044
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29045
+ User Load (0.1ms) SELECT "users".* FROM "users"
29046
+  (0.0ms) SAVEPOINT active_record_1
29047
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
29048
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29049
+  (0.0ms) SAVEPOINT active_record_1
29050
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
29051
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29052
+ Island Load (0.6ms) SELECT "isle".* FROM "isle"
29053
+  (0.1ms) SAVEPOINT active_record_1
29054
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
29055
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29056
+  (0.4ms) rollback transaction
29057
+  (0.0ms) begin transaction
29058
+  (0.0ms) SAVEPOINT active_record_1
29059
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:21.667188"], ["updated_at", "2019-08-07 07:59:21.667188"]]
29060
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29061
+  (0.0ms) SAVEPOINT active_record_1
29062
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:21.668590"], ["updated_at", "2019-08-07 07:59:21.668590"]]
29063
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29064
+  (0.0ms) SAVEPOINT active_record_1
29065
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:21.669917"], ["updated_at", "2019-08-07 07:59:21.669917"]]
29066
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29067
+  (0.1ms) SAVEPOINT active_record_1
29068
+ 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-08-07 07:59:21.671494"], ["updated_at", "2019-08-07 07:59:21.671494"]]
29069
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29070
+  (0.0ms) SAVEPOINT active_record_1
29071
+ 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-08-04 07:59:21.672816"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:21.673685"]]
29072
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29073
+  (0.0ms) SAVEPOINT active_record_1
29074
+ 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-08-07 07:59:21.676705"], ["updated_at", "2019-08-07 07:59:21.676705"]]
29075
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29076
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."age" != 4)
29077
+ Tree Load (0.0ms) SELECT "trees".* FROM "trees"
29078
+  (0.0ms) SAVEPOINT active_record_1
29079
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
29080
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29081
+  (0.0ms) SAVEPOINT active_record_1
29082
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
29083
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29084
+  (0.0ms) SAVEPOINT active_record_1
29085
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
29086
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29087
+ User Load (0.1ms) SELECT "users".* FROM "users"
29088
+  (0.0ms) SAVEPOINT active_record_1
29089
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
29090
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29091
+  (0.0ms) SAVEPOINT active_record_1
29092
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
29093
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29094
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
29095
+  (0.0ms) SAVEPOINT active_record_1
29096
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
29097
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29098
+  (0.4ms) rollback transaction
29099
+  (0.0ms) begin transaction
29100
+  (0.0ms) SAVEPOINT active_record_1
29101
+ SQL (0.2ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:21.683397"], ["updated_at", "2019-08-07 07:59:21.683397"]]
29102
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29103
+  (0.0ms) SAVEPOINT active_record_1
29104
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:21.684804"], ["updated_at", "2019-08-07 07:59:21.684804"]]
29105
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29106
+  (0.1ms) SAVEPOINT active_record_1
29107
+ SQL (0.2ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:21.686254"], ["updated_at", "2019-08-07 07:59:21.686254"]]
29108
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29109
+  (0.2ms) SAVEPOINT active_record_1
29110
+ SQL (1.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-08-07 07:59:21.691402"], ["updated_at", "2019-08-07 07:59:21.691402"]]
29111
+  (0.3ms) RELEASE SAVEPOINT active_record_1
29112
+  (0.1ms) SAVEPOINT active_record_1
29113
+ 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-08-04 07:59:21.699055"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:21.701072"]]
29114
+  (0.2ms) RELEASE SAVEPOINT active_record_1
29115
+  (0.0ms) SAVEPOINT active_record_1
29116
+ 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-08-07 07:59:21.703758"], ["updated_at", "2019-08-07 07:59:21.703758"]]
29117
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29118
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."age" = 4)
29119
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
29120
+  (0.0ms) SAVEPOINT active_record_1
29121
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
29122
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29123
+  (0.0ms) SAVEPOINT active_record_1
29124
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
29125
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29126
+  (0.0ms) SAVEPOINT active_record_1
29127
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
29128
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29129
+ User Load (0.1ms) SELECT "users".* FROM "users"
29130
+  (0.0ms) SAVEPOINT active_record_1
29131
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
29132
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29133
+  (0.0ms) SAVEPOINT active_record_1
29134
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
29135
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29136
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
29137
+  (0.0ms) SAVEPOINT active_record_1
29138
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
29139
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29140
+  (0.5ms) rollback transaction
29141
+  (0.1ms) begin transaction
29142
+  (0.0ms) SAVEPOINT active_record_1
29143
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:21.712420"], ["updated_at", "2019-08-07 07:59:21.712420"]]
29144
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29145
+  (0.0ms) SAVEPOINT active_record_1
29146
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:21.714342"], ["updated_at", "2019-08-07 07:59:21.714342"]]
29147
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29148
+  (0.1ms) SAVEPOINT active_record_1
29149
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:21.716341"], ["updated_at", "2019-08-07 07:59:21.716341"]]
29150
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29151
+  (0.1ms) SAVEPOINT active_record_1
29152
+ SQL (1.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-08-07 07:59:21.720792"], ["updated_at", "2019-08-07 07:59:21.720792"]]
29153
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29154
+  (0.1ms) SAVEPOINT active_record_1
29155
+ 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-08-04 07:59:21.757417"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:21.758614"]]
29156
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29157
+  (0.1ms) SAVEPOINT active_record_1
29158
+ 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-08-07 07:59:21.765121"], ["updated_at", "2019-08-07 07:59:21.765121"]]
29159
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29160
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."age" > 2)
29161
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
29162
+  (0.0ms) SAVEPOINT active_record_1
29163
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
29164
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29165
+  (0.0ms) SAVEPOINT active_record_1
29166
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
29167
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29168
+  (0.0ms) SAVEPOINT active_record_1
29169
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
29170
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29171
+ User Load (0.1ms) SELECT "users".* FROM "users"
29172
+  (0.0ms) SAVEPOINT active_record_1
29173
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
29174
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29175
+  (0.0ms) SAVEPOINT active_record_1
29176
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
29177
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29178
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
29179
+  (0.0ms) SAVEPOINT active_record_1
29180
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
29181
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29182
+  (1.5ms) rollback transaction
29183
+  (0.3ms) begin transaction
29184
+  (0.2ms) SAVEPOINT active_record_1
29185
+ SQL (0.5ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:21.789348"], ["updated_at", "2019-08-07 07:59:21.789348"]]
29186
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29187
+  (0.1ms) SAVEPOINT active_record_1
29188
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:21.796756"], ["updated_at", "2019-08-07 07:59:21.796756"]]
29189
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29190
+  (0.0ms) SAVEPOINT active_record_1
29191
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:21.798387"], ["updated_at", "2019-08-07 07:59:21.798387"]]
29192
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29193
+  (0.0ms) SAVEPOINT active_record_1
29194
+ 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-08-07 07:59:21.800450"], ["updated_at", "2019-08-07 07:59:21.800450"]]
29195
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29196
+  (0.0ms) SAVEPOINT active_record_1
29197
+ 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-08-04 07:59:21.801978"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:21.802797"]]
29198
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29199
+  (0.0ms) SAVEPOINT active_record_1
29200
+ 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-08-07 07:59:21.804604"], ["updated_at", "2019-08-07 07:59:21.804604"]]
29201
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29202
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."age" < 2)
29203
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
29204
+  (0.0ms) SAVEPOINT active_record_1
29205
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
29206
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29207
+  (0.0ms) SAVEPOINT active_record_1
29208
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
29209
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29210
+  (0.0ms) SAVEPOINT active_record_1
29211
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
29212
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29213
+ User Load (0.1ms) SELECT "users".* FROM "users"
29214
+  (0.0ms) SAVEPOINT active_record_1
29215
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
29216
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29217
+  (0.0ms) SAVEPOINT active_record_1
29218
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
29219
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29220
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
29221
+  (0.0ms) SAVEPOINT active_record_1
29222
+ SQL (0.3ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
29223
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29224
+  (44.9ms) rollback transaction
29225
+  (0.1ms) begin transaction
29226
+  (0.0ms) SAVEPOINT active_record_1
29227
+ SQL (0.6ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:21.868232"], ["updated_at", "2019-08-07 07:59:21.868232"]]
29228
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29229
+  (0.1ms) SAVEPOINT active_record_1
29230
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:21.870496"], ["updated_at", "2019-08-07 07:59:21.870496"]]
29231
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29232
+  (0.0ms) SAVEPOINT active_record_1
29233
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:21.872232"], ["updated_at", "2019-08-07 07:59:21.872232"]]
29234
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29235
+  (1.2ms) SAVEPOINT active_record_1
29236
+ 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-08-07 07:59:21.896664"], ["updated_at", "2019-08-07 07:59:21.896664"]]
29237
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29238
+  (0.1ms) SAVEPOINT active_record_1
29239
+ 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-08-04 07:59:21.898162"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:21.899137"]]
29240
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29241
+  (0.1ms) SAVEPOINT active_record_1
29242
+ 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-08-07 07:59:21.901107"], ["updated_at", "2019-08-07 07:59:21.901107"]]
29243
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29244
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."created_at" > '2019-08-06T07:59:21.902Z')
29245
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
29246
+  (0.0ms) SAVEPOINT active_record_1
29247
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
29248
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29249
+  (0.0ms) SAVEPOINT active_record_1
29250
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
29251
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29252
+  (0.0ms) SAVEPOINT active_record_1
29253
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
29254
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29255
+ User Load (0.1ms) SELECT "users".* FROM "users"
29256
+  (0.0ms) SAVEPOINT active_record_1
29257
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
29258
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29259
+  (0.0ms) SAVEPOINT active_record_1
29260
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
29261
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29262
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
29263
+  (0.0ms) SAVEPOINT active_record_1
29264
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
29265
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29266
+  (1.6ms) rollback transaction
29267
+  (0.1ms) begin transaction
29268
+  (0.0ms) SAVEPOINT active_record_1
29269
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:21.912336"], ["updated_at", "2019-08-07 07:59:21.912336"]]
29270
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29271
+  (0.1ms) SAVEPOINT active_record_1
29272
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:21.914856"], ["updated_at", "2019-08-07 07:59:21.914856"]]
29273
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29274
+  (0.0ms) SAVEPOINT active_record_1
29275
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:21.916850"], ["updated_at", "2019-08-07 07:59:21.916850"]]
29276
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29277
+  (0.0ms) SAVEPOINT active_record_1
29278
+ 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-08-07 07:59:21.918178"], ["updated_at", "2019-08-07 07:59:21.918178"]]
29279
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29280
+  (0.3ms) SAVEPOINT active_record_1
29281
+ 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-08-04 07:59:21.921865"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:21.927773"]]
29282
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29283
+  (0.0ms) SAVEPOINT active_record_1
29284
+ 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-08-07 07:59:21.942346"], ["updated_at", "2019-08-07 07:59:21.942346"]]
29285
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29286
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."created_at" < '2019-08-06T07:59:21.943Z')
29287
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
29288
+  (0.0ms) SAVEPOINT active_record_1
29289
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
29290
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29291
+  (0.0ms) SAVEPOINT active_record_1
29292
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
29293
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29294
+  (0.0ms) SAVEPOINT active_record_1
29295
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
29296
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29297
+ User Load (0.1ms) SELECT "users".* FROM "users"
29298
+  (0.0ms) SAVEPOINT active_record_1
29299
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
29300
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29301
+  (0.1ms) SAVEPOINT active_record_1
29302
+ SQL (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
29303
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29304
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
29305
+  (0.1ms) SAVEPOINT active_record_1
29306
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
29307
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29308
+  (0.6ms) rollback transaction
29309
+  (0.1ms) begin transaction
29310
+  (0.1ms) SAVEPOINT active_record_1
29311
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:21.953722"], ["updated_at", "2019-08-07 07:59:21.953722"]]
29312
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29313
+  (0.1ms) SAVEPOINT active_record_1
29314
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:21.956167"], ["updated_at", "2019-08-07 07:59:21.956167"]]
29315
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29316
+  (0.0ms) SAVEPOINT active_record_1
29317
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:21.959866"], ["updated_at", "2019-08-07 07:59:21.959866"]]
29318
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29319
+  (0.2ms) SAVEPOINT active_record_1
29320
+ 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-08-07 07:59:21.962955"], ["updated_at", "2019-08-07 07:59:21.962955"]]
29321
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29322
+  (0.1ms) SAVEPOINT active_record_1
29323
+ 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-08-04 07:59:21.964690"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:21.965682"]]
29324
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29325
+  (0.0ms) SAVEPOINT active_record_1
29326
+ 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-08-07 07:59:21.967577"], ["updated_at", "2019-08-07 07:59:21.967577"]]
29327
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29328
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."name" LIKE '%ree%')
29329
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
29330
+  (0.1ms) SAVEPOINT active_record_1
29331
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
29332
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29333
+  (0.0ms) SAVEPOINT active_record_1
29334
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
29335
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29336
+  (0.0ms) SAVEPOINT active_record_1
29337
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
29338
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29339
+ User Load (0.1ms) SELECT "users".* FROM "users"
29340
+  (0.0ms) SAVEPOINT active_record_1
29341
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
29342
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29343
+  (0.0ms) SAVEPOINT active_record_1
29344
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
29345
+  (0.6ms) RELEASE SAVEPOINT active_record_1
29346
+ Island Load (0.6ms) SELECT "isle".* FROM "isle"
29347
+  (0.3ms) SAVEPOINT active_record_1
29348
+ SQL (0.2ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
29349
+  (0.3ms) RELEASE SAVEPOINT active_record_1
29350
+  (0.6ms) rollback transaction
29351
+  (0.3ms) begin transaction
29352
+  (0.1ms) SAVEPOINT active_record_1
29353
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:21.995865"], ["updated_at", "2019-08-07 07:59:21.995865"]]
29354
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29355
+  (0.0ms) SAVEPOINT active_record_1
29356
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:21.999050"], ["updated_at", "2019-08-07 07:59:21.999050"]]
29357
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29358
+  (0.1ms) SAVEPOINT active_record_1
29359
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.001206"], ["updated_at", "2019-08-07 07:59:22.001206"]]
29360
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29361
+  (0.1ms) SAVEPOINT active_record_1
29362
+ 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-08-07 07:59:22.003484"], ["updated_at", "2019-08-07 07:59:22.003484"]]
29363
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29364
+  (0.0ms) SAVEPOINT active_record_1
29365
+ 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-08-04 07:59:22.004904"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.005934"]]
29366
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29367
+  (0.0ms) SAVEPOINT active_record_1
29368
+ 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-08-07 07:59:22.008134"], ["updated_at", "2019-08-07 07:59:22.008134"]]
29369
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29370
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."name" NOT LIKE '% %')
29371
+ Tree Load (0.3ms) SELECT "trees".* FROM "trees"
29372
+  (0.1ms) SAVEPOINT active_record_1
29373
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
29374
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29375
+  (0.1ms) SAVEPOINT active_record_1
29376
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
29377
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29378
+  (0.1ms) SAVEPOINT active_record_1
29379
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
29380
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29381
+ User Load (0.1ms) SELECT "users".* FROM "users"
29382
+  (0.0ms) SAVEPOINT active_record_1
29383
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
29384
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29385
+  (0.0ms) SAVEPOINT active_record_1
29386
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
29387
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29388
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
29389
+  (0.0ms) SAVEPOINT active_record_1
29390
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
29391
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29392
+  (0.6ms) rollback transaction
29393
+  (0.1ms) begin transaction
29394
+  (2.6ms) SAVEPOINT active_record_1
29395
+ SQL (0.6ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.024173"], ["updated_at", "2019-08-07 07:59:22.024173"]]
29396
+  (0.2ms) RELEASE SAVEPOINT active_record_1
29397
+  (0.1ms) SAVEPOINT active_record_1
29398
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.040624"], ["updated_at", "2019-08-07 07:59:22.040624"]]
29399
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29400
+  (0.0ms) SAVEPOINT active_record_1
29401
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.049300"], ["updated_at", "2019-08-07 07:59:22.049300"]]
29402
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29403
+  (0.0ms) SAVEPOINT active_record_1
29404
+ 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-08-07 07:59:22.051542"], ["updated_at", "2019-08-07 07:59:22.051542"]]
29405
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29406
+  (0.1ms) SAVEPOINT active_record_1
29407
+ 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-08-04 07:59:22.053963"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.056558"]]
29408
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29409
+  (0.2ms) SAVEPOINT active_record_1
29410
+ 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-08-07 07:59:22.062615"], ["updated_at", "2019-08-07 07:59:22.062615"]]
29411
+  (0.3ms) RELEASE SAVEPOINT active_record_1
29412
+  (0.2ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."name" LIKE 'o%')
29413
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees"
29414
+  (0.0ms) SAVEPOINT active_record_1
29415
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
29416
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29417
+  (0.0ms) SAVEPOINT active_record_1
29418
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
29419
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29420
+  (0.0ms) SAVEPOINT active_record_1
29421
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
29422
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29423
+ User Load (0.5ms) SELECT "users".* FROM "users"
29424
+  (0.0ms) SAVEPOINT active_record_1
29425
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
29426
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29427
+  (0.0ms) SAVEPOINT active_record_1
29428
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
29429
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29430
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
29431
+  (0.0ms) SAVEPOINT active_record_1
29432
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
29433
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29434
+  (0.6ms) rollback transaction
29435
+  (0.1ms) begin transaction
29436
+  (0.0ms) SAVEPOINT active_record_1
29437
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.085295"], ["updated_at", "2019-08-07 07:59:22.085295"]]
29438
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29439
+  (0.0ms) SAVEPOINT active_record_1
29440
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.087641"], ["updated_at", "2019-08-07 07:59:22.087641"]]
29441
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29442
+  (0.0ms) SAVEPOINT active_record_1
29443
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.088698"], ["updated_at", "2019-08-07 07:59:22.088698"]]
29444
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29445
+  (0.1ms) SAVEPOINT active_record_1
29446
+ 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-08-07 07:59:22.091389"], ["updated_at", "2019-08-07 07:59:22.091389"]]
29447
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29448
+  (0.1ms) SAVEPOINT active_record_1
29449
+ 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-08-04 07:59:22.092713"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.094159"]]
29450
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29451
+  (0.0ms) SAVEPOINT active_record_1
29452
+ 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-08-07 07:59:22.095632"], ["updated_at", "2019-08-07 07:59:22.095632"]]
29453
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29454
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."name" LIKE '%3')
29455
+ Tree Load (0.3ms) SELECT "trees".* FROM "trees"
29456
+  (0.0ms) SAVEPOINT active_record_1
29457
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
29458
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29459
+  (0.0ms) SAVEPOINT active_record_1
29460
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
29461
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29462
+  (0.0ms) SAVEPOINT active_record_1
29463
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
29464
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29465
+ User Load (0.1ms) SELECT "users".* FROM "users"
29466
+  (0.0ms) SAVEPOINT active_record_1
29467
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
29468
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29469
+  (0.2ms) SAVEPOINT active_record_1
29470
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
29471
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29472
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
29473
+  (0.1ms) SAVEPOINT active_record_1
29474
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
29475
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29476
+  (0.4ms) rollback transaction
29477
+  (0.0ms) begin transaction
29478
+  (0.0ms) SAVEPOINT active_record_1
29479
+ SQL (0.2ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.103568"], ["updated_at", "2019-08-07 07:59:22.103568"]]
29480
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29481
+  (0.0ms) SAVEPOINT active_record_1
29482
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.104873"], ["updated_at", "2019-08-07 07:59:22.104873"]]
29483
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29484
+  (0.0ms) SAVEPOINT active_record_1
29485
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.105727"], ["updated_at", "2019-08-07 07:59:22.105727"]]
29486
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29487
+  (0.1ms) SAVEPOINT active_record_1
29488
+ 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-08-07 07:59:22.108149"], ["updated_at", "2019-08-07 07:59:22.108149"]]
29489
+  (0.2ms) RELEASE SAVEPOINT active_record_1
29490
+  (0.3ms) SAVEPOINT active_record_1
29491
+ 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-08-04 07:59:22.111564"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.119130"]]
29492
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29493
+  (0.1ms) SAVEPOINT active_record_1
29494
+ 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-08-07 07:59:22.124470"], ["updated_at", "2019-08-07 07:59:22.124470"]]
29495
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29496
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."cutter_id" IS NOT NULL)
29497
+ Tree Load (0.5ms) SELECT "trees".* FROM "trees"
29498
+  (0.0ms) SAVEPOINT active_record_1
29499
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
29500
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29501
+  (0.0ms) SAVEPOINT active_record_1
29502
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
29503
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29504
+  (0.0ms) SAVEPOINT active_record_1
29505
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
29506
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29507
+ User Load (0.6ms) SELECT "users".* FROM "users"
29508
+  (0.0ms) SAVEPOINT active_record_1
29509
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
29510
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29511
+  (0.1ms) SAVEPOINT active_record_1
29512
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
29513
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29514
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
29515
+  (0.0ms) SAVEPOINT active_record_1
29516
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
29517
+  (0.3ms) RELEASE SAVEPOINT active_record_1
29518
+  (0.5ms) rollback transaction
29519
+  (0.1ms) begin transaction
29520
+  (0.0ms) SAVEPOINT active_record_1
29521
+ SQL (0.5ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.138823"], ["updated_at", "2019-08-07 07:59:22.138823"]]
29522
+  (0.6ms) RELEASE SAVEPOINT active_record_1
29523
+  (0.1ms) SAVEPOINT active_record_1
29524
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.141849"], ["updated_at", "2019-08-07 07:59:22.141849"]]
29525
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29526
+  (0.1ms) SAVEPOINT active_record_1
29527
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.145334"], ["updated_at", "2019-08-07 07:59:22.145334"]]
29528
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29529
+  (0.0ms) SAVEPOINT active_record_1
29530
+ 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-08-07 07:59:22.147100"], ["updated_at", "2019-08-07 07:59:22.147100"]]
29531
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29532
+  (0.1ms) SAVEPOINT active_record_1
29533
+ 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-08-04 07:59:22.148342"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.149457"]]
29534
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29535
+  (0.0ms) SAVEPOINT active_record_1
29536
+ 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-08-07 07:59:22.151734"], ["updated_at", "2019-08-07 07:59:22.151734"]]
29537
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29538
+  (0.9ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."cutter_id" IS NULL)
29539
+ Tree Load (0.4ms) SELECT "trees".* FROM "trees"
29540
+  (0.1ms) SAVEPOINT active_record_1
29541
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
29542
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29543
+  (0.0ms) SAVEPOINT active_record_1
29544
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
29545
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29546
+  (0.0ms) SAVEPOINT active_record_1
29547
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
29548
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29549
+ User Load (1.0ms) SELECT "users".* FROM "users"
29550
+  (0.1ms) SAVEPOINT active_record_1
29551
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
29552
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29553
+  (0.0ms) SAVEPOINT active_record_1
29554
+ SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
29555
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29556
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
29557
+  (0.1ms) SAVEPOINT active_record_1
29558
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
29559
+  (0.2ms) RELEASE SAVEPOINT active_record_1
29560
+  (0.6ms) rollback transaction
29561
+  (0.1ms) begin transaction
29562
+  (0.0ms) SAVEPOINT active_record_1
29563
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.179219"], ["updated_at", "2019-08-07 07:59:22.179219"]]
29564
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29565
+  (0.0ms) SAVEPOINT active_record_1
29566
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.181875"], ["updated_at", "2019-08-07 07:59:22.181875"]]
29567
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29568
+  (0.0ms) SAVEPOINT active_record_1
29569
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.183575"], ["updated_at", "2019-08-07 07:59:22.183575"]]
29570
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29571
+  (0.0ms) SAVEPOINT active_record_1
29572
+ 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-08-07 07:59:22.185839"], ["updated_at", "2019-08-07 07:59:22.185839"]]
29573
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29574
+  (0.1ms) SAVEPOINT active_record_1
29575
+ 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-08-04 07:59:22.187441"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.188534"]]
29576
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29577
+  (0.0ms) SAVEPOINT active_record_1
29578
+ 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-08-07 07:59:22.190811"], ["updated_at", "2019-08-07 07:59:22.190811"]]
29579
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29580
+  (0.4ms) SELECT COUNT(*) FROM "trees" LEFT OUTER JOIN "users" "cutter" ON "cutter"."id" = "trees"."cutter_id" WHERE ("cutter"."title" != 0)
29581
+ Tree Load (0.6ms) SELECT "trees".* FROM "trees"
29582
+  (0.3ms) SAVEPOINT active_record_1
29583
+ SQL (0.3ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
29584
+  (0.2ms) RELEASE SAVEPOINT active_record_1
29585
+  (0.1ms) SAVEPOINT active_record_1
29586
+ SQL (0.3ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
29587
+  (0.2ms) RELEASE SAVEPOINT active_record_1
29588
+  (0.1ms) SAVEPOINT active_record_1
29589
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
29590
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29591
+ User Load (0.1ms) SELECT "users".* FROM "users"
29592
+  (0.1ms) SAVEPOINT active_record_1
29593
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
29594
+  (0.4ms) RELEASE SAVEPOINT active_record_1
29595
+  (0.1ms) SAVEPOINT active_record_1
29596
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
29597
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29598
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
29599
+  (0.1ms) SAVEPOINT active_record_1
29600
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
29601
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29602
+  (0.6ms) rollback transaction
29603
+  (0.1ms) begin transaction
29604
+  (0.0ms) SAVEPOINT active_record_1
29605
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.215081"], ["updated_at", "2019-08-07 07:59:22.215081"]]
29606
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29607
+  (0.0ms) SAVEPOINT active_record_1
29608
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.216597"], ["updated_at", "2019-08-07 07:59:22.216597"]]
29609
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29610
+  (0.3ms) SAVEPOINT active_record_1
29611
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.218328"], ["updated_at", "2019-08-07 07:59:22.218328"]]
29612
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29613
+  (0.0ms) SAVEPOINT active_record_1
29614
+ 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-08-07 07:59:22.220485"], ["updated_at", "2019-08-07 07:59:22.220485"]]
29615
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29616
+  (0.1ms) SAVEPOINT active_record_1
29617
+ 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-08-04 07:59:22.222018"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.223212"]]
29618
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29619
+  (0.1ms) SAVEPOINT active_record_1
29620
+ 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-08-07 07:59:22.226669"], ["updated_at", "2019-08-07 07:59:22.226669"]]
29621
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29622
+  (0.1ms) SELECT COUNT(*) FROM "trees" LEFT OUTER JOIN "users" "cutter" ON "cutter"."id" = "trees"."cutter_id" WHERE ("cutter"."title" = 0)
29623
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
29624
+  (0.0ms) SAVEPOINT active_record_1
29625
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
29626
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29627
+  (0.1ms) SAVEPOINT active_record_1
29628
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
29629
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29630
+  (0.0ms) SAVEPOINT active_record_1
29631
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
29632
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29633
+ User Load (0.1ms) SELECT "users".* FROM "users"
29634
+  (0.0ms) SAVEPOINT active_record_1
29635
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
29636
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29637
+  (0.0ms) SAVEPOINT active_record_1
29638
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
29639
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29640
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
29641
+  (0.0ms) SAVEPOINT active_record_1
29642
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
29643
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29644
+  (0.5ms) rollback transaction
29645
+  (0.1ms) begin transaction
29646
+  (0.0ms) SAVEPOINT active_record_1
29647
+ SQL (1.5ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.239936"], ["updated_at", "2019-08-07 07:59:22.239936"]]
29648
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29649
+  (0.1ms) SAVEPOINT active_record_1
29650
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.257871"], ["updated_at", "2019-08-07 07:59:22.257871"]]
29651
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29652
+  (0.1ms) SAVEPOINT active_record_1
29653
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.261020"], ["updated_at", "2019-08-07 07:59:22.261020"]]
29654
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29655
+  (0.0ms) SAVEPOINT active_record_1
29656
+ 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-08-07 07:59:22.263932"], ["updated_at", "2019-08-07 07:59:22.263932"]]
29657
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29658
+  (0.1ms) SAVEPOINT active_record_1
29659
+ 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-08-04 07:59:22.278771"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.279914"]]
29660
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29661
+  (0.1ms) SAVEPOINT active_record_1
29662
+ 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-08-07 07:59:22.283046"], ["updated_at", "2019-08-07 07:59:22.283046"]]
29663
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29664
+  (0.1ms) SELECT COUNT(*) FROM "trees" LEFT OUTER JOIN "users" "owner" ON "owner"."id" = "trees"."owner_id" WHERE ("owner"."title" LIKE '%%')
29665
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
29666
+  (0.0ms) SAVEPOINT active_record_1
29667
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
29668
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29669
+  (0.0ms) SAVEPOINT active_record_1
29670
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
29671
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29672
+  (0.1ms) SAVEPOINT active_record_1
29673
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
29674
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29675
+ User Load (0.1ms) SELECT "users".* FROM "users"
29676
+  (0.0ms) SAVEPOINT active_record_1
29677
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
29678
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29679
+  (0.0ms) SAVEPOINT active_record_1
29680
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
29681
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29682
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
29683
+  (0.0ms) SAVEPOINT active_record_1
29684
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
29685
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29686
+  (0.7ms) rollback transaction
29687
+  (0.1ms) begin transaction
29688
+  (0.1ms) SAVEPOINT active_record_1
29689
+ SQL (0.8ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.295895"], ["updated_at", "2019-08-07 07:59:22.295895"]]
29690
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29691
+  (0.0ms) SAVEPOINT active_record_1
29692
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.299177"], ["updated_at", "2019-08-07 07:59:22.299177"]]
29693
+  (0.3ms) RELEASE SAVEPOINT active_record_1
29694
+  (0.3ms) SAVEPOINT active_record_1
29695
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.303257"], ["updated_at", "2019-08-07 07:59:22.303257"]]
29696
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29697
+  (0.0ms) SAVEPOINT active_record_1
29698
+ 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-08-07 07:59:22.305178"], ["updated_at", "2019-08-07 07:59:22.305178"]]
29699
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29700
+  (0.0ms) SAVEPOINT active_record_1
29701
+ 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-08-04 07:59:22.306209"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.306771"]]
29702
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29703
+  (0.0ms) SAVEPOINT active_record_1
29704
+ 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-08-07 07:59:22.307909"], ["updated_at", "2019-08-07 07:59:22.307909"]]
29705
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29706
+  (0.1ms) SELECT COUNT(*) FROM "trees" LEFT OUTER JOIN "users" "owner" ON "owner"."id" = "trees"."owner_id" WHERE ("owner"."title" NOT LIKE '%%')
29707
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
29708
+  (0.0ms) SAVEPOINT active_record_1
29709
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
29710
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29711
+  (0.0ms) SAVEPOINT active_record_1
29712
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
29713
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29714
+  (0.0ms) SAVEPOINT active_record_1
29715
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
29716
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29717
+ User Load (0.0ms) SELECT "users".* FROM "users"
29718
+  (0.0ms) SAVEPOINT active_record_1
29719
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
29720
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29721
+  (0.0ms) SAVEPOINT active_record_1
29722
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
29723
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29724
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
29725
+  (0.0ms) SAVEPOINT active_record_1
29726
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
29727
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29728
+  (0.6ms) rollback transaction
29729
+  (0.0ms) begin transaction
29730
+  (0.0ms) SAVEPOINT active_record_1
29731
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.314957"], ["updated_at", "2019-08-07 07:59:22.314957"]]
29732
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29733
+  (0.0ms) SAVEPOINT active_record_1
29734
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.316662"], ["updated_at", "2019-08-07 07:59:22.316662"]]
29735
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29736
+  (0.0ms) SAVEPOINT active_record_1
29737
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.318117"], ["updated_at", "2019-08-07 07:59:22.318117"]]
29738
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29739
+  (0.0ms) SAVEPOINT active_record_1
29740
+ 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-08-07 07:59:22.319611"], ["updated_at", "2019-08-07 07:59:22.319611"]]
29741
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29742
+  (0.0ms) SAVEPOINT active_record_1
29743
+ 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-08-04 07:59:22.320472"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.320936"]]
29744
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29745
+  (0.0ms) SAVEPOINT active_record_1
29746
+ 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-08-07 07:59:22.321819"], ["updated_at", "2019-08-07 07:59:22.321819"]]
29747
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29748
+  (0.1ms) SELECT COUNT(*) FROM "trees" LEFT OUTER JOIN "users" "cutter" ON "cutter"."id" = "trees"."cutter_id" WHERE ("cutter"."title" LIKE '%')
29749
+ Tree Load (0.0ms) SELECT "trees".* FROM "trees"
29750
+  (0.0ms) SAVEPOINT active_record_1
29751
+ SQL (0.5ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
29752
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29753
+  (0.0ms) SAVEPOINT active_record_1
29754
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
29755
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29756
+  (0.1ms) SAVEPOINT active_record_1
29757
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
29758
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29759
+ User Load (0.1ms) SELECT "users".* FROM "users"
29760
+  (0.0ms) SAVEPOINT active_record_1
29761
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
29762
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29763
+  (0.0ms) SAVEPOINT active_record_1
29764
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
29765
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29766
+ Island Load (0.3ms) SELECT "isle".* FROM "isle"
29767
+  (0.2ms) SAVEPOINT active_record_1
29768
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
29769
+  (0.2ms) RELEASE SAVEPOINT active_record_1
29770
+  (1.2ms) rollback transaction
29771
+  (0.2ms) begin transaction
29772
+  (0.0ms) SAVEPOINT active_record_1
29773
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.342070"], ["updated_at", "2019-08-07 07:59:22.342070"]]
29774
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29775
+  (0.0ms) SAVEPOINT active_record_1
29776
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.344044"], ["updated_at", "2019-08-07 07:59:22.344044"]]
29777
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29778
+  (0.1ms) SAVEPOINT active_record_1
29779
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.346289"], ["updated_at", "2019-08-07 07:59:22.346289"]]
29780
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29781
+  (0.0ms) SAVEPOINT active_record_1
29782
+ 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-08-07 07:59:22.350012"], ["updated_at", "2019-08-07 07:59:22.350012"]]
29783
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29784
+  (0.0ms) SAVEPOINT active_record_1
29785
+ 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-08-04 07:59:22.351841"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.352630"]]
29786
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29787
+  (0.0ms) SAVEPOINT active_record_1
29788
+ 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-08-07 07:59:22.354166"], ["updated_at", "2019-08-07 07:59:22.354166"]]
29789
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29790
+  (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 '%'))
29791
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
29792
+  (0.0ms) SAVEPOINT active_record_1
29793
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
29794
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29795
+  (0.1ms) SAVEPOINT active_record_1
29796
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
29797
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29798
+  (0.0ms) SAVEPOINT active_record_1
29799
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
29800
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29801
+ User Load (0.1ms) SELECT "users".* FROM "users"
29802
+  (0.1ms) SAVEPOINT active_record_1
29803
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
29804
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29805
+  (0.0ms) SAVEPOINT active_record_1
29806
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
29807
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29808
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
29809
+  (0.0ms) SAVEPOINT active_record_1
29810
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
29811
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29812
+  (0.6ms) rollback transaction
29813
+  (0.0ms) begin transaction
29814
+  (0.1ms) SAVEPOINT active_record_1
29815
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.367345"], ["updated_at", "2019-08-07 07:59:22.367345"]]
29816
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29817
+  (0.0ms) SAVEPOINT active_record_1
29818
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.369111"], ["updated_at", "2019-08-07 07:59:22.369111"]]
29819
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29820
+  (0.0ms) SAVEPOINT active_record_1
29821
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.369912"], ["updated_at", "2019-08-07 07:59:22.369912"]]
29822
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29823
+  (0.0ms) SAVEPOINT active_record_1
29824
+ 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-08-07 07:59:22.370832"], ["updated_at", "2019-08-07 07:59:22.370832"]]
29825
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29826
+  (0.0ms) SAVEPOINT active_record_1
29827
+ 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-08-04 07:59:22.371457"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.371933"]]
29828
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29829
+  (0.0ms) SAVEPOINT active_record_1
29830
+ 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-08-07 07:59:22.373231"], ["updated_at", "2019-08-07 07:59:22.373231"]]
29831
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29832
+  (0.7ms) SELECT COUNT(*) FROM "trees" LEFT OUTER JOIN "users" "owner" ON "owner"."id" = "trees"."owner_id" WHERE (("owner"."name" LIKE '%E.%' AND "owner"."title" LIKE '%'))
29833
+ Tree Load (0.6ms) SELECT "trees".* FROM "trees"
29834
+  (0.3ms) SAVEPOINT active_record_1
29835
+ SQL (0.2ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
29836
+  (0.2ms) RELEASE SAVEPOINT active_record_1
29837
+  (0.0ms) SAVEPOINT active_record_1
29838
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
29839
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29840
+  (0.0ms) SAVEPOINT active_record_1
29841
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
29842
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29843
+ User Load (0.1ms) SELECT "users".* FROM "users"
29844
+  (0.0ms) SAVEPOINT active_record_1
29845
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
29846
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29847
+  (0.0ms) SAVEPOINT active_record_1
29848
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
29849
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29850
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
29851
+  (0.0ms) SAVEPOINT active_record_1
29852
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
29853
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29854
+  (0.5ms) rollback transaction
29855
+  (0.0ms) begin transaction
29856
+  (0.0ms) SAVEPOINT active_record_1
29857
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.397851"], ["updated_at", "2019-08-07 07:59:22.397851"]]
29858
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29859
+  (0.0ms) SAVEPOINT active_record_1
29860
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.399072"], ["updated_at", "2019-08-07 07:59:22.399072"]]
29861
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29862
+  (0.0ms) SAVEPOINT active_record_1
29863
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.399914"], ["updated_at", "2019-08-07 07:59:22.399914"]]
29864
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29865
+  (0.0ms) SAVEPOINT active_record_1
29866
+ 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-08-07 07:59:22.400911"], ["updated_at", "2019-08-07 07:59:22.400911"]]
29867
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29868
+  (0.1ms) SAVEPOINT active_record_1
29869
+ 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-08-04 07:59:22.401637"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.402484"]]
29870
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29871
+  (0.0ms) SAVEPOINT active_record_1
29872
+ 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-08-07 07:59:22.404360"], ["updated_at", "2019-08-07 07:59:22.404360"]]
29873
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29874
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE (("trees"."name" LIKE '%Tree%' AND "trees"."name" LIKE '%3'))
29875
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
29876
+  (0.0ms) SAVEPOINT active_record_1
29877
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
29878
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29879
+  (0.0ms) SAVEPOINT active_record_1
29880
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
29881
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29882
+  (0.1ms) SAVEPOINT active_record_1
29883
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
29884
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29885
+ User Load (0.1ms) SELECT "users".* FROM "users"
29886
+  (0.0ms) SAVEPOINT active_record_1
29887
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
29888
+  (0.3ms) RELEASE SAVEPOINT active_record_1
29889
+  (0.2ms) SAVEPOINT active_record_1
29890
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
29891
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29892
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
29893
+  (0.0ms) SAVEPOINT active_record_1
29894
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
29895
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29896
+  (0.9ms) rollback transaction
29897
+  (0.1ms) begin transaction
29898
+  (0.0ms) SAVEPOINT active_record_1
29899
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.422269"], ["updated_at", "2019-08-07 07:59:22.422269"]]
29900
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29901
+  (0.0ms) SAVEPOINT active_record_1
29902
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.424326"], ["updated_at", "2019-08-07 07:59:22.424326"]]
29903
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29904
+  (0.0ms) SAVEPOINT active_record_1
29905
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.425361"], ["updated_at", "2019-08-07 07:59:22.425361"]]
29906
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29907
+  (0.0ms) SAVEPOINT active_record_1
29908
+ 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-08-07 07:59:22.426390"], ["updated_at", "2019-08-07 07:59:22.426390"]]
29909
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29910
+  (0.1ms) SAVEPOINT active_record_1
29911
+ 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-08-04 07:59:22.427115"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.427976"]]
29912
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29913
+  (0.0ms) SAVEPOINT active_record_1
29914
+ 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-08-07 07:59:22.429333"], ["updated_at", "2019-08-07 07:59:22.429333"]]
29915
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29916
+  (0.1ms) SELECT COUNT(*) FROM "trees" LEFT OUTER JOIN "users" "cutter" ON "cutter"."id" = "trees"."cutter_id" WHERE (((("trees"."created_at" < '2019-08-07T05:59:22.430Z' OR "trees"."name" LIKE '%Tree%') AND "trees"."name" LIKE '%3') OR "cutter"."title" LIKE '%'))
29917
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
29918
+  (0.0ms) SAVEPOINT active_record_1
29919
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
29920
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29921
+  (0.1ms) SAVEPOINT active_record_1
29922
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
29923
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29924
+  (0.0ms) SAVEPOINT active_record_1
29925
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
29926
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29927
+ User Load (0.1ms) SELECT "users".* FROM "users"
29928
+  (0.0ms) SAVEPOINT active_record_1
29929
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
29930
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29931
+  (0.0ms) SAVEPOINT active_record_1
29932
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
29933
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29934
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
29935
+  (0.0ms) SAVEPOINT active_record_1
29936
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
29937
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29938
+  (0.6ms) rollback transaction
29939
+  (0.1ms) begin transaction
29940
+  (0.0ms) SAVEPOINT active_record_1
29941
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.442506"], ["updated_at", "2019-08-07 07:59:22.442506"]]
29942
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29943
+  (0.0ms) SAVEPOINT active_record_1
29944
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.444581"], ["updated_at", "2019-08-07 07:59:22.444581"]]
29945
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29946
+  (0.0ms) SAVEPOINT active_record_1
29947
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.445910"], ["updated_at", "2019-08-07 07:59:22.445910"]]
29948
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29949
+  (0.0ms) SAVEPOINT active_record_1
29950
+ 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-08-07 07:59:22.447509"], ["updated_at", "2019-08-07 07:59:22.447509"]]
29951
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29952
+  (0.0ms) SAVEPOINT active_record_1
29953
+ 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-08-04 07:59:22.448377"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.448939"]]
29954
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29955
+  (0.0ms) SAVEPOINT active_record_1
29956
+ 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-08-07 07:59:22.450767"], ["updated_at", "2019-08-07 07:59:22.450767"]]
29957
+  (0.2ms) RELEASE SAVEPOINT active_record_1
29958
+ Tree Load (1.1ms) SELECT "trees".* FROM "trees"
29959
+  (0.1ms) SAVEPOINT active_record_1
29960
+ SQL (0.2ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
29961
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29962
+  (0.0ms) SAVEPOINT active_record_1
29963
+ SQL (0.5ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
29964
+  (0.3ms) RELEASE SAVEPOINT active_record_1
29965
+  (0.3ms) SAVEPOINT active_record_1
29966
+ SQL (0.2ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
29967
+  (0.2ms) RELEASE SAVEPOINT active_record_1
29968
+ User Load (0.3ms) SELECT "users".* FROM "users"
29969
+  (0.0ms) SAVEPOINT active_record_1
29970
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
29971
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29972
+  (0.0ms) SAVEPOINT active_record_1
29973
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
29974
+  (0.2ms) RELEASE SAVEPOINT active_record_1
29975
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
29976
+  (0.0ms) SAVEPOINT active_record_1
29977
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
29978
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29979
+  (0.6ms) rollback transaction
29980
+  (0.0ms) begin transaction
29981
+  (0.1ms) SAVEPOINT active_record_1
29982
+ SQL (0.2ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.472417"], ["updated_at", "2019-08-07 07:59:22.472417"]]
29983
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29984
+  (0.0ms) SAVEPOINT active_record_1
29985
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.473600"], ["updated_at", "2019-08-07 07:59:22.473600"]]
29986
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29987
+  (0.0ms) SAVEPOINT active_record_1
29988
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.474451"], ["updated_at", "2019-08-07 07:59:22.474451"]]
29989
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29990
+  (0.0ms) SAVEPOINT active_record_1
29991
+ 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-08-07 07:59:22.475597"], ["updated_at", "2019-08-07 07:59:22.475597"]]
29992
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29993
+  (0.0ms) SAVEPOINT active_record_1
29994
+ 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-08-04 07:59:22.476419"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.476910"]]
29995
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29996
+  (0.1ms) SAVEPOINT active_record_1
29997
+ 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-08-07 07:59:22.478191"], ["updated_at", "2019-08-07 07:59:22.478191"]]
29998
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29999
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
30000
+  (0.0ms) SAVEPOINT active_record_1
30001
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30002
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30003
+  (0.0ms) SAVEPOINT active_record_1
30004
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30005
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30006
+  (0.1ms) SAVEPOINT active_record_1
30007
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
30008
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30009
+ User Load (0.1ms) SELECT "users".* FROM "users"
30010
+  (0.0ms) SAVEPOINT active_record_1
30011
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
30012
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30013
+  (0.0ms) SAVEPOINT active_record_1
30014
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
30015
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30016
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
30017
+  (0.0ms) SAVEPOINT active_record_1
30018
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
30019
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30020
+  (0.5ms) rollback transaction
30021
+  (0.0ms) begin transaction
30022
+  (0.1ms) SAVEPOINT active_record_1
30023
+ SQL (0.6ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.486008"], ["updated_at", "2019-08-07 07:59:22.486008"]]
30024
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30025
+  (0.1ms) SAVEPOINT active_record_1
30026
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.490388"], ["updated_at", "2019-08-07 07:59:22.490388"]]
30027
+  (0.3ms) RELEASE SAVEPOINT active_record_1
30028
+  (0.2ms) SAVEPOINT active_record_1
30029
+ SQL (0.2ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.496537"], ["updated_at", "2019-08-07 07:59:22.496537"]]
30030
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30031
+  (0.0ms) SAVEPOINT active_record_1
30032
+ 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-08-07 07:59:22.501738"], ["updated_at", "2019-08-07 07:59:22.501738"]]
30033
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30034
+  (0.0ms) SAVEPOINT active_record_1
30035
+ 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-08-04 07:59:22.504022"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.504967"]]
30036
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30037
+  (0.0ms) SAVEPOINT active_record_1
30038
+ 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-08-07 07:59:22.506047"], ["updated_at", "2019-08-07 07:59:22.506047"]]
30039
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30040
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
30041
+  (0.0ms) SAVEPOINT active_record_1
30042
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30043
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30044
+  (0.0ms) SAVEPOINT active_record_1
30045
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30046
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30047
+  (0.0ms) SAVEPOINT active_record_1
30048
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
30049
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30050
+ User Load (0.0ms) SELECT "users".* FROM "users"
30051
+  (0.0ms) SAVEPOINT active_record_1
30052
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
30053
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30054
+  (0.0ms) SAVEPOINT active_record_1
30055
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
30056
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30057
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
30058
+  (0.0ms) SAVEPOINT active_record_1
30059
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
30060
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30061
+  (0.5ms) rollback transaction
30062
+  (0.0ms) begin transaction
30063
+  (0.0ms) SAVEPOINT active_record_1
30064
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.512009"], ["updated_at", "2019-08-07 07:59:22.512009"]]
30065
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30066
+  (0.0ms) SAVEPOINT active_record_1
30067
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.513658"], ["updated_at", "2019-08-07 07:59:22.513658"]]
30068
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30069
+  (0.0ms) SAVEPOINT active_record_1
30070
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.515480"], ["updated_at", "2019-08-07 07:59:22.515480"]]
30071
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30072
+  (0.0ms) SAVEPOINT active_record_1
30073
+ 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-08-07 07:59:22.516710"], ["updated_at", "2019-08-07 07:59:22.516710"]]
30074
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30075
+  (0.0ms) SAVEPOINT active_record_1
30076
+ 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-08-04 07:59:22.517572"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.518183"]]
30077
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30078
+  (0.1ms) SAVEPOINT active_record_1
30079
+ 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-08-07 07:59:22.521167"], ["updated_at", "2019-08-07 07:59:22.521167"]]
30080
+  (0.2ms) RELEASE SAVEPOINT active_record_1
30081
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
30082
+  (0.3ms) SAVEPOINT active_record_1
30083
+ SQL (0.2ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30084
+  (0.2ms) RELEASE SAVEPOINT active_record_1
30085
+  (2.7ms) SAVEPOINT active_record_1
30086
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30087
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30088
+  (0.0ms) SAVEPOINT active_record_1
30089
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
30090
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30091
+ User Load (0.3ms) SELECT "users".* FROM "users"
30092
+  (0.0ms) SAVEPOINT active_record_1
30093
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
30094
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30095
+  (0.2ms) SAVEPOINT active_record_1
30096
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
30097
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30098
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
30099
+  (0.1ms) SAVEPOINT active_record_1
30100
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
30101
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30102
+  (0.5ms) rollback transaction
30103
+  (0.1ms) begin transaction
30104
+  (0.0ms) SAVEPOINT active_record_1
30105
+ SQL (0.7ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.548773"], ["updated_at", "2019-08-07 07:59:22.548773"]]
30106
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30107
+  (0.1ms) SAVEPOINT active_record_1
30108
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.551745"], ["updated_at", "2019-08-07 07:59:22.551745"]]
30109
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30110
+  (0.0ms) SAVEPOINT active_record_1
30111
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.553839"], ["updated_at", "2019-08-07 07:59:22.553839"]]
30112
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30113
+  (0.1ms) SAVEPOINT active_record_1
30114
+ 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-08-07 07:59:22.560676"], ["updated_at", "2019-08-07 07:59:22.560676"]]
30115
+  (0.2ms) RELEASE SAVEPOINT active_record_1
30116
+  (0.2ms) SAVEPOINT active_record_1
30117
+ 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-08-04 07:59:22.565678"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.570784"]]
30118
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30119
+  (0.3ms) SAVEPOINT active_record_1
30120
+ 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-08-07 07:59:22.574100"], ["updated_at", "2019-08-07 07:59:22.574100"]]
30121
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30122
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
30123
+  (0.0ms) SAVEPOINT active_record_1
30124
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30125
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30126
+  (0.0ms) SAVEPOINT active_record_1
30127
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30128
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30129
+  (0.0ms) SAVEPOINT active_record_1
30130
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
30131
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30132
+ User Load (0.1ms) SELECT "users".* FROM "users"
30133
+  (0.0ms) SAVEPOINT active_record_1
30134
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
30135
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30136
+  (0.0ms) SAVEPOINT active_record_1
30137
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
30138
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30139
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
30140
+  (0.0ms) SAVEPOINT active_record_1
30141
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
30142
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30143
+  (0.5ms) rollback transaction
30144
+  (0.0ms) begin transaction
30145
+  (0.0ms) SAVEPOINT active_record_1
30146
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.584418"], ["updated_at", "2019-08-07 07:59:22.584418"]]
30147
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30148
+  (0.1ms) SAVEPOINT active_record_1
30149
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.586487"], ["updated_at", "2019-08-07 07:59:22.586487"]]
30150
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30151
+  (0.0ms) SAVEPOINT active_record_1
30152
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.588587"], ["updated_at", "2019-08-07 07:59:22.588587"]]
30153
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30154
+  (0.0ms) SAVEPOINT active_record_1
30155
+ 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-08-07 07:59:22.590313"], ["updated_at", "2019-08-07 07:59:22.590313"]]
30156
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30157
+  (0.0ms) SAVEPOINT active_record_1
30158
+ 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-08-04 07:59:22.591826"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.592450"]]
30159
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30160
+  (0.0ms) SAVEPOINT active_record_1
30161
+ 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-08-07 07:59:22.593600"], ["updated_at", "2019-08-07 07:59:22.593600"]]
30162
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30163
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
30164
+  (0.0ms) SAVEPOINT active_record_1
30165
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30166
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30167
+  (0.0ms) SAVEPOINT active_record_1
30168
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30169
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30170
+  (0.0ms) SAVEPOINT active_record_1
30171
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
30172
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30173
+ User Load (0.0ms) SELECT "users".* FROM "users"
30174
+  (0.0ms) SAVEPOINT active_record_1
30175
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
30176
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30177
+  (0.0ms) SAVEPOINT active_record_1
30178
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
30179
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30180
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
30181
+  (0.0ms) SAVEPOINT active_record_1
30182
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
30183
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30184
+  (0.5ms) rollback transaction
30185
+  (0.0ms) begin transaction
30186
+  (0.0ms) SAVEPOINT active_record_1
30187
+ SQL (0.2ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.599085"], ["updated_at", "2019-08-07 07:59:22.599085"]]
30188
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30189
+  (0.0ms) SAVEPOINT active_record_1
30190
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.600151"], ["updated_at", "2019-08-07 07:59:22.600151"]]
30191
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30192
+  (0.0ms) SAVEPOINT active_record_1
30193
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.600934"], ["updated_at", "2019-08-07 07:59:22.600934"]]
30194
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30195
+  (0.0ms) SAVEPOINT active_record_1
30196
+ 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-08-07 07:59:22.602039"], ["updated_at", "2019-08-07 07:59:22.602039"]]
30197
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30198
+  (0.0ms) SAVEPOINT active_record_1
30199
+ 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-08-04 07:59:22.602811"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.603253"]]
30200
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30201
+  (0.0ms) SAVEPOINT active_record_1
30202
+ 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-08-07 07:59:22.604365"], ["updated_at", "2019-08-07 07:59:22.604365"]]
30203
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30204
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
30205
+  (0.0ms) SAVEPOINT active_record_1
30206
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30207
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30208
+  (0.0ms) SAVEPOINT active_record_1
30209
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30210
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30211
+  (0.0ms) SAVEPOINT active_record_1
30212
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
30213
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30214
+ User Load (0.1ms) SELECT "users".* FROM "users"
30215
+  (0.1ms) SAVEPOINT active_record_1
30216
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
30217
+  (0.2ms) RELEASE SAVEPOINT active_record_1
30218
+  (0.1ms) SAVEPOINT active_record_1
30219
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
30220
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30221
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
30222
+  (0.0ms) SAVEPOINT active_record_1
30223
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
30224
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30225
+  (0.6ms) rollback transaction
30226
+  (0.0ms) begin transaction
30227
+  (0.0ms) SAVEPOINT active_record_1
30228
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.633221"], ["updated_at", "2019-08-07 07:59:22.633221"]]
30229
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30230
+  (0.0ms) SAVEPOINT active_record_1
30231
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.634600"], ["updated_at", "2019-08-07 07:59:22.634600"]]
30232
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30233
+  (0.0ms) SAVEPOINT active_record_1
30234
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.636075"], ["updated_at", "2019-08-07 07:59:22.636075"]]
30235
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30236
+  (0.0ms) SAVEPOINT active_record_1
30237
+ 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-08-07 07:59:22.638078"], ["updated_at", "2019-08-07 07:59:22.638078"]]
30238
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30239
+  (0.1ms) SAVEPOINT active_record_1
30240
+ 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-08-04 07:59:22.639758"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.643546"]]
30241
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30242
+  (0.0ms) SAVEPOINT active_record_1
30243
+ 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-08-07 07:59:22.646605"], ["updated_at", "2019-08-07 07:59:22.646605"]]
30244
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30245
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."name" LIKE '%Tree%')
30246
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
30247
+  (0.1ms) SAVEPOINT active_record_1
30248
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30249
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30250
+  (0.3ms) SAVEPOINT active_record_1
30251
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30252
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30253
+  (0.2ms) SAVEPOINT active_record_1
30254
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
30255
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30256
+ User Load (0.1ms) SELECT "users".* FROM "users"
30257
+  (0.0ms) SAVEPOINT active_record_1
30258
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
30259
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30260
+  (0.0ms) SAVEPOINT active_record_1
30261
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
30262
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30263
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
30264
+  (0.0ms) SAVEPOINT active_record_1
30265
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
30266
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30267
+  (0.6ms) rollback transaction
30268
+  (0.1ms) begin transaction
30269
+  (0.0ms) SAVEPOINT active_record_1
30270
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.677291"], ["updated_at", "2019-08-07 07:59:22.677291"]]
30271
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30272
+  (0.1ms) SAVEPOINT active_record_1
30273
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.680043"], ["updated_at", "2019-08-07 07:59:22.680043"]]
30274
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30275
+  (0.1ms) SAVEPOINT active_record_1
30276
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.683216"], ["updated_at", "2019-08-07 07:59:22.683216"]]
30277
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30278
+  (0.1ms) SAVEPOINT active_record_1
30279
+ 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-08-07 07:59:22.685856"], ["updated_at", "2019-08-07 07:59:22.685856"]]
30280
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30281
+  (0.0ms) SAVEPOINT active_record_1
30282
+ 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-08-04 07:59:22.688061"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.688723"]]
30283
+  (7.2ms) RELEASE SAVEPOINT active_record_1
30284
+  (0.6ms) SAVEPOINT active_record_1
30285
+ 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-08-07 07:59:22.701702"], ["updated_at", "2019-08-07 07:59:22.701702"]]
30286
+  (0.2ms) RELEASE SAVEPOINT active_record_1
30287
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE (("trees"."name" LIKE '%Tree%' AND "trees"."name" LIKE '%3'))
30288
+ Tree Load (1.7ms) SELECT "trees".* FROM "trees"
30289
+  (0.1ms) SAVEPOINT active_record_1
30290
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30291
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30292
+  (0.0ms) SAVEPOINT active_record_1
30293
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30294
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30295
+  (0.0ms) SAVEPOINT active_record_1
30296
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
30297
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30298
+ User Load (0.1ms) SELECT "users".* FROM "users"
30299
+  (0.0ms) SAVEPOINT active_record_1
30300
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
30301
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30302
+  (0.0ms) SAVEPOINT active_record_1
30303
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
30304
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30305
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
30306
+  (0.0ms) SAVEPOINT active_record_1
30307
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
30308
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30309
+  (0.5ms) rollback transaction
30310
+  (0.0ms) begin transaction
30311
+  (0.0ms) SAVEPOINT active_record_1
30312
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.713081"], ["updated_at", "2019-08-07 07:59:22.713081"]]
30313
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30314
+  (0.0ms) SAVEPOINT active_record_1
30315
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.714380"], ["updated_at", "2019-08-07 07:59:22.714380"]]
30316
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30317
+  (0.0ms) SAVEPOINT active_record_1
30318
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.715266"], ["updated_at", "2019-08-07 07:59:22.715266"]]
30319
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30320
+  (0.0ms) SAVEPOINT active_record_1
30321
+ 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-08-07 07:59:22.716285"], ["updated_at", "2019-08-07 07:59:22.716285"]]
30322
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30323
+  (0.1ms) SAVEPOINT active_record_1
30324
+ 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-08-04 07:59:22.717539"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.718311"]]
30325
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30326
+  (0.0ms) SAVEPOINT active_record_1
30327
+ 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-08-07 07:59:22.720102"], ["updated_at", "2019-08-07 07:59:22.720102"]]
30328
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30329
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE (("trees"."name" LIKE '%Tree%' AND "trees"."age" > 2))
30330
+ Tree Load (0.0ms) SELECT "trees".* FROM "trees"
30331
+  (0.0ms) SAVEPOINT active_record_1
30332
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30333
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30334
+  (0.0ms) SAVEPOINT active_record_1
30335
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30336
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30337
+  (0.0ms) SAVEPOINT active_record_1
30338
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
30339
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30340
+ User Load (0.1ms) SELECT "users".* FROM "users"
30341
+  (0.0ms) SAVEPOINT active_record_1
30342
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
30343
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30344
+  (0.1ms) SAVEPOINT active_record_1
30345
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
30346
+  (0.2ms) RELEASE SAVEPOINT active_record_1
30347
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
30348
+  (0.0ms) SAVEPOINT active_record_1
30349
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
30350
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30351
+  (1.0ms) rollback transaction
30352
+  (0.4ms) begin transaction
30353
+  (0.2ms) SAVEPOINT active_record_1
30354
+ SQL (0.8ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.737253"], ["updated_at", "2019-08-07 07:59:22.737253"]]
30355
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30356
+  (0.1ms) SAVEPOINT active_record_1
30357
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.744431"], ["updated_at", "2019-08-07 07:59:22.744431"]]
30358
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30359
+  (0.0ms) SAVEPOINT active_record_1
30360
+ SQL (3.5ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.747830"], ["updated_at", "2019-08-07 07:59:22.747830"]]
30361
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30362
+  (0.9ms) SAVEPOINT active_record_1
30363
+ 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-08-07 07:59:22.754983"], ["updated_at", "2019-08-07 07:59:22.754983"]]
30364
+  (0.4ms) RELEASE SAVEPOINT active_record_1
30365
+  (0.0ms) SAVEPOINT active_record_1
30366
+ 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-08-04 07:59:22.758458"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.759557"]]
30367
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30368
+  (0.0ms) SAVEPOINT active_record_1
30369
+ 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-08-07 07:59:22.761067"], ["updated_at", "2019-08-07 07:59:22.761067"]]
30370
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30371
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE (("trees"."name" LIKE '%3' AND "trees"."age" > 2))
30372
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
30373
+  (0.0ms) SAVEPOINT active_record_1
30374
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30375
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30376
+  (0.0ms) SAVEPOINT active_record_1
30377
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30378
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30379
+  (0.0ms) SAVEPOINT active_record_1
30380
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
30381
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30382
+ User Load (0.0ms) SELECT "users".* FROM "users"
30383
+  (0.0ms) SAVEPOINT active_record_1
30384
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
30385
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30386
+  (0.0ms) SAVEPOINT active_record_1
30387
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
30388
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30389
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
30390
+  (0.0ms) SAVEPOINT active_record_1
30391
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
30392
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30393
+  (0.7ms) rollback transaction
30394
+  (0.1ms) begin transaction
30395
+  (0.0ms) SAVEPOINT active_record_1
30396
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.768823"], ["updated_at", "2019-08-07 07:59:22.768823"]]
30397
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30398
+  (0.0ms) SAVEPOINT active_record_1
30399
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.770122"], ["updated_at", "2019-08-07 07:59:22.770122"]]
30400
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30401
+  (0.0ms) SAVEPOINT active_record_1
30402
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.771049"], ["updated_at", "2019-08-07 07:59:22.771049"]]
30403
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30404
+  (0.0ms) SAVEPOINT active_record_1
30405
+ 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-08-07 07:59:22.771980"], ["updated_at", "2019-08-07 07:59:22.771980"]]
30406
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30407
+  (0.0ms) SAVEPOINT active_record_1
30408
+ 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-08-04 07:59:22.772616"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.773072"]]
30409
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30410
+  (0.1ms) SAVEPOINT active_record_1
30411
+ 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-08-07 07:59:22.775179"], ["updated_at", "2019-08-07 07:59:22.775179"]]
30412
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30413
+  (0.2ms) SELECT COUNT(*) FROM "trees" WHERE (("trees"."name" LIKE '%Tree%' OR "trees"."name" LIKE '%3'))
30414
+ Tree Load (0.5ms) SELECT "trees".* FROM "trees"
30415
+  (0.2ms) SAVEPOINT active_record_1
30416
+ SQL (0.2ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30417
+  (0.2ms) RELEASE SAVEPOINT active_record_1
30418
+  (0.2ms) SAVEPOINT active_record_1
30419
+ SQL (0.3ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30420
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30421
+  (0.0ms) SAVEPOINT active_record_1
30422
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
30423
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30424
+ User Load (0.1ms) SELECT "users".* FROM "users"
30425
+  (0.0ms) SAVEPOINT active_record_1
30426
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
30427
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30428
+  (0.2ms) SAVEPOINT active_record_1
30429
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
30430
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30431
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
30432
+  (0.0ms) SAVEPOINT active_record_1
30433
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
30434
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30435
+  (0.5ms) rollback transaction
30436
+  (0.1ms) begin transaction
30437
+  (0.0ms) SAVEPOINT active_record_1
30438
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.793887"], ["updated_at", "2019-08-07 07:59:22.793887"]]
30439
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30440
+  (0.0ms) SAVEPOINT active_record_1
30441
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.795129"], ["updated_at", "2019-08-07 07:59:22.795129"]]
30442
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30443
+  (0.0ms) SAVEPOINT active_record_1
30444
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.796079"], ["updated_at", "2019-08-07 07:59:22.796079"]]
30445
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30446
+  (0.1ms) SAVEPOINT active_record_1
30447
+ 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-08-07 07:59:22.797095"], ["updated_at", "2019-08-07 07:59:22.797095"]]
30448
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30449
+  (0.0ms) SAVEPOINT active_record_1
30450
+ 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-08-04 07:59:22.797797"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.798261"]]
30451
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30452
+  (0.0ms) SAVEPOINT active_record_1
30453
+ 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-08-07 07:59:22.799268"], ["updated_at", "2019-08-07 07:59:22.799268"]]
30454
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30455
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE (("trees"."name" LIKE '%Tree%' OR "trees"."age" > 2))
30456
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
30457
+  (0.0ms) SAVEPOINT active_record_1
30458
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30459
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30460
+  (0.0ms) SAVEPOINT active_record_1
30461
+ SQL (0.3ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30462
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30463
+  (0.1ms) SAVEPOINT active_record_1
30464
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
30465
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30466
+ User Load (0.1ms) SELECT "users".* FROM "users"
30467
+  (0.0ms) SAVEPOINT active_record_1
30468
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
30469
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30470
+  (0.0ms) SAVEPOINT active_record_1
30471
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
30472
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30473
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
30474
+  (0.0ms) SAVEPOINT active_record_1
30475
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
30476
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30477
+  (0.4ms) rollback transaction
30478
+  (0.1ms) begin transaction
30479
+  (0.1ms) SAVEPOINT active_record_1
30480
+ SQL (0.7ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.808077"], ["updated_at", "2019-08-07 07:59:22.808077"]]
30481
+  (0.3ms) RELEASE SAVEPOINT active_record_1
30482
+  (0.1ms) SAVEPOINT active_record_1
30483
+ SQL (0.4ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.812549"], ["updated_at", "2019-08-07 07:59:22.812549"]]
30484
+  (0.3ms) RELEASE SAVEPOINT active_record_1
30485
+  (0.6ms) SAVEPOINT active_record_1
30486
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.819045"], ["updated_at", "2019-08-07 07:59:22.819045"]]
30487
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30488
+  (0.0ms) SAVEPOINT active_record_1
30489
+ 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-08-07 07:59:22.822662"], ["updated_at", "2019-08-07 07:59:22.822662"]]
30490
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30491
+  (0.0ms) SAVEPOINT active_record_1
30492
+ 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-08-04 07:59:22.824299"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.824837"]]
30493
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30494
+  (0.0ms) SAVEPOINT active_record_1
30495
+ 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-08-07 07:59:22.825987"], ["updated_at", "2019-08-07 07:59:22.825987"]]
30496
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30497
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE (("trees"."name" LIKE '%3' OR "trees"."age" > 2))
30498
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
30499
+  (0.0ms) SAVEPOINT active_record_1
30500
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30501
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30502
+  (0.0ms) SAVEPOINT active_record_1
30503
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30504
+  (2.2ms) RELEASE SAVEPOINT active_record_1
30505
+  (0.8ms) SAVEPOINT active_record_1
30506
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
30507
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30508
+ User Load (0.2ms) SELECT "users".* FROM "users"
30509
+  (0.0ms) SAVEPOINT active_record_1
30510
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
30511
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30512
+  (0.1ms) SAVEPOINT active_record_1
30513
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
30514
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30515
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
30516
+  (0.3ms) SAVEPOINT active_record_1
30517
+ SQL (0.2ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
30518
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30519
+  (0.5ms) rollback transaction
30520
+  (0.1ms) begin transaction
30521
+  (0.1ms) SAVEPOINT active_record_1
30522
+ SQL (0.6ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.874548"], ["updated_at", "2019-08-07 07:59:22.874548"]]
30523
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30524
+  (0.0ms) SAVEPOINT active_record_1
30525
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.876663"], ["updated_at", "2019-08-07 07:59:22.876663"]]
30526
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30527
+  (0.0ms) SAVEPOINT active_record_1
30528
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.877683"], ["updated_at", "2019-08-07 07:59:22.877683"]]
30529
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30530
+  (0.0ms) SAVEPOINT active_record_1
30531
+ 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-08-07 07:59:22.878638"], ["updated_at", "2019-08-07 07:59:22.878638"]]
30532
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30533
+  (0.0ms) SAVEPOINT active_record_1
30534
+ 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-08-04 07:59:22.879308"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.879732"]]
30535
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30536
+  (0.0ms) SAVEPOINT active_record_1
30537
+ 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-08-07 07:59:22.880625"], ["updated_at", "2019-08-07 07:59:22.880625"]]
30538
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30539
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
30540
+  (0.0ms) SAVEPOINT active_record_1
30541
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30542
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30543
+  (0.0ms) SAVEPOINT active_record_1
30544
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30545
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30546
+  (0.0ms) SAVEPOINT active_record_1
30547
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
30548
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30549
+ User Load (0.1ms) SELECT "users".* FROM "users"
30550
+  (0.0ms) SAVEPOINT active_record_1
30551
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
30552
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30553
+  (0.0ms) SAVEPOINT active_record_1
30554
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
30555
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30556
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
30557
+  (0.0ms) SAVEPOINT active_record_1
30558
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
30559
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30560
+  (0.5ms) rollback transaction
30561
+  (0.1ms) begin transaction
30562
+  (0.0ms) SAVEPOINT active_record_1
30563
+ SQL (0.5ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.887575"], ["updated_at", "2019-08-07 07:59:22.887575"]]
30564
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30565
+  (0.1ms) SAVEPOINT active_record_1
30566
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.889802"], ["updated_at", "2019-08-07 07:59:22.889802"]]
30567
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30568
+  (0.0ms) SAVEPOINT active_record_1
30569
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.891564"], ["updated_at", "2019-08-07 07:59:22.891564"]]
30570
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30571
+  (0.0ms) SAVEPOINT active_record_1
30572
+ 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-08-07 07:59:22.894715"], ["updated_at", "2019-08-07 07:59:22.894715"]]
30573
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30574
+  (0.0ms) SAVEPOINT active_record_1
30575
+ 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-08-04 07:59:22.897676"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.899245"]]
30576
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30577
+  (0.0ms) SAVEPOINT active_record_1
30578
+ 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-08-07 07:59:22.901178"], ["updated_at", "2019-08-07 07:59:22.901178"]]
30579
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30580
+  (0.1ms) SELECT COUNT(*) FROM "isle" INNER JOIN "trees" ON "trees"."island_id" = "isle"."id" WHERE ("trees"."age" < 3)
30581
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
30582
+  (0.0ms) SAVEPOINT active_record_1
30583
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30584
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30585
+  (0.0ms) SAVEPOINT active_record_1
30586
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30587
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30588
+  (0.0ms) SAVEPOINT active_record_1
30589
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
30590
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30591
+ User Load (0.0ms) SELECT "users".* FROM "users"
30592
+  (0.0ms) SAVEPOINT active_record_1
30593
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
30594
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30595
+  (0.0ms) SAVEPOINT active_record_1
30596
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
30597
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30598
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
30599
+  (0.0ms) SAVEPOINT active_record_1
30600
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
30601
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30602
+  (0.5ms) rollback transaction
30603
+  (0.0ms) begin transaction
30604
+  (0.0ms) SAVEPOINT active_record_1
30605
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.907603"], ["updated_at", "2019-08-07 07:59:22.907603"]]
30606
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30607
+  (0.0ms) SAVEPOINT active_record_1
30608
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.908809"], ["updated_at", "2019-08-07 07:59:22.908809"]]
30609
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30610
+  (0.0ms) SAVEPOINT active_record_1
30611
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.909710"], ["updated_at", "2019-08-07 07:59:22.909710"]]
30612
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30613
+  (0.0ms) SAVEPOINT active_record_1
30614
+ 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-08-07 07:59:22.910713"], ["updated_at", "2019-08-07 07:59:22.910713"]]
30615
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30616
+  (0.0ms) SAVEPOINT active_record_1
30617
+ 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-08-04 07:59:22.911626"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.912179"]]
30618
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30619
+  (0.0ms) SAVEPOINT active_record_1
30620
+ 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-08-07 07:59:22.913868"], ["updated_at", "2019-08-07 07:59:22.913868"]]
30621
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30622
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
30623
+  (0.1ms) SAVEPOINT active_record_1
30624
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30625
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30626
+  (0.0ms) SAVEPOINT active_record_1
30627
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30628
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30629
+  (0.0ms) SAVEPOINT active_record_1
30630
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
30631
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30632
+ User Load (0.0ms) SELECT "users".* FROM "users"
30633
+  (0.0ms) SAVEPOINT active_record_1
30634
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
30635
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30636
+  (0.0ms) SAVEPOINT active_record_1
30637
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
30638
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30639
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
30640
+  (0.1ms) SAVEPOINT active_record_1
30641
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
30642
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30643
+  (0.8ms) rollback transaction
30644
+  (0.1ms) begin transaction
30645
+  (0.0ms) SAVEPOINT active_record_1
30646
+ SQL (1.2ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.923987"], ["updated_at", "2019-08-07 07:59:22.923987"]]
30647
+  (0.4ms) RELEASE SAVEPOINT active_record_1
30648
+  (0.1ms) SAVEPOINT active_record_1
30649
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.930636"], ["updated_at", "2019-08-07 07:59:22.930636"]]
30650
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30651
+  (0.0ms) SAVEPOINT active_record_1
30652
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.934563"], ["updated_at", "2019-08-07 07:59:22.934563"]]
30653
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30654
+  (0.0ms) SAVEPOINT active_record_1
30655
+ 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-08-07 07:59:22.936457"], ["updated_at", "2019-08-07 07:59:22.936457"]]
30656
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30657
+  (0.0ms) SAVEPOINT active_record_1
30658
+ 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-08-04 07:59:22.937346"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.937855"]]
30659
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30660
+  (0.0ms) SAVEPOINT active_record_1
30661
+ 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-08-07 07:59:22.938875"], ["updated_at", "2019-08-07 07:59:22.938875"]]
30662
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30663
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE ("trees"."created_at" < '2019-08-07 05:59:22.939577')
30664
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
30665
+  (0.0ms) SAVEPOINT active_record_1
30666
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30667
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30668
+  (0.0ms) SAVEPOINT active_record_1
30669
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30670
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30671
+  (0.0ms) SAVEPOINT active_record_1
30672
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
30673
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30674
+ User Load (0.0ms) SELECT "users".* FROM "users"
30675
+  (0.0ms) SAVEPOINT active_record_1
30676
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
30677
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30678
+  (0.0ms) SAVEPOINT active_record_1
30679
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
30680
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30681
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
30682
+  (0.0ms) SAVEPOINT active_record_1
30683
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
30684
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30685
+  (0.6ms) rollback transaction
30686
+  (0.1ms) begin transaction
30687
+  (0.1ms) SAVEPOINT active_record_1
30688
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.945421"], ["updated_at", "2019-08-07 07:59:22.945421"]]
30689
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30690
+  (0.0ms) SAVEPOINT active_record_1
30691
+ SQL (0.3ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.947361"], ["updated_at", "2019-08-07 07:59:22.947361"]]
30692
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30693
+  (0.0ms) SAVEPOINT active_record_1
30694
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.949044"], ["updated_at", "2019-08-07 07:59:22.949044"]]
30695
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30696
+  (0.0ms) SAVEPOINT active_record_1
30697
+ SQL (1.0ms) 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-08-07 07:59:22.957934"], ["updated_at", "2019-08-07 07:59:22.957934"]]
30698
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30699
+  (0.3ms) SAVEPOINT active_record_1
30700
+ 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-08-04 07:59:22.966787"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.970664"]]
30701
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30702
+  (0.1ms) SAVEPOINT active_record_1
30703
+ 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-08-07 07:59:22.975603"], ["updated_at", "2019-08-07 07:59:22.975603"]]
30704
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30705
+  (0.2ms) SELECT COUNT(*) FROM "users" WHERE ("users"."title" = 0)
30706
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
30707
+  (0.0ms) SAVEPOINT active_record_1
30708
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30709
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30710
+  (0.0ms) SAVEPOINT active_record_1
30711
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30712
+  (0.3ms) RELEASE SAVEPOINT active_record_1
30713
+  (0.1ms) SAVEPOINT active_record_1
30714
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
30715
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30716
+ User Load (0.1ms) SELECT "users".* FROM "users"
30717
+  (0.0ms) SAVEPOINT active_record_1
30718
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
30719
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30720
+  (0.0ms) SAVEPOINT active_record_1
30721
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
30722
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30723
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
30724
+  (0.0ms) SAVEPOINT active_record_1
30725
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
30726
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30727
+  (0.6ms) rollback transaction
30728
+  (0.1ms) begin transaction
30729
+  (0.0ms) SAVEPOINT active_record_1
30730
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:22.985065"], ["updated_at", "2019-08-07 07:59:22.985065"]]
30731
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30732
+  (0.0ms) SAVEPOINT active_record_1
30733
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:22.986798"], ["updated_at", "2019-08-07 07:59:22.986798"]]
30734
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30735
+  (0.0ms) SAVEPOINT active_record_1
30736
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:22.987938"], ["updated_at", "2019-08-07 07:59:22.987938"]]
30737
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30738
+  (0.0ms) SAVEPOINT active_record_1
30739
+ 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-08-07 07:59:22.988941"], ["updated_at", "2019-08-07 07:59:22.988941"]]
30740
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30741
+  (0.1ms) SAVEPOINT active_record_1
30742
+ 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-08-04 07:59:22.989848"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:22.990815"]]
30743
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30744
+  (0.1ms) SAVEPOINT active_record_1
30745
+ SQL (0.9ms) 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-08-07 07:59:22.995244"], ["updated_at", "2019-08-07 07:59:22.995244"]]
30746
+  (0.2ms) RELEASE SAVEPOINT active_record_1
30747
+ Tree Load (0.3ms) SELECT "trees".* FROM "trees"
30748
+  (0.1ms) SAVEPOINT active_record_1
30749
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30750
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30751
+  (0.0ms) SAVEPOINT active_record_1
30752
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30753
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30754
+  (0.0ms) SAVEPOINT active_record_1
30755
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
30756
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30757
+ User Load (0.2ms) SELECT "users".* FROM "users"
30758
+  (0.1ms) SAVEPOINT active_record_1
30759
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
30760
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30761
+  (0.0ms) SAVEPOINT active_record_1
30762
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
30763
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30764
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
30765
+  (0.0ms) SAVEPOINT active_record_1
30766
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
30767
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30768
+  (0.5ms) rollback transaction
30769
+  (0.0ms) begin transaction
30770
+  (0.0ms) SAVEPOINT active_record_1
30771
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.009833"], ["updated_at", "2019-08-07 07:59:23.009833"]]
30772
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30773
+  (0.0ms) SAVEPOINT active_record_1
30774
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.011105"], ["updated_at", "2019-08-07 07:59:23.011105"]]
30775
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30776
+  (0.0ms) SAVEPOINT active_record_1
30777
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.012025"], ["updated_at", "2019-08-07 07:59:23.012025"]]
30778
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30779
+  (0.0ms) SAVEPOINT active_record_1
30780
+ 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-08-07 07:59:23.013003"], ["updated_at", "2019-08-07 07:59:23.013003"]]
30781
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30782
+  (0.0ms) SAVEPOINT active_record_1
30783
+ 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-08-04 07:59:23.013770"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.014435"]]
30784
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30785
+  (0.0ms) SAVEPOINT active_record_1
30786
+ 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-08-07 07:59:23.015942"], ["updated_at", "2019-08-07 07:59:23.015942"]]
30787
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30788
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
30789
+  (0.0ms) SAVEPOINT active_record_1
30790
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30791
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30792
+  (0.0ms) SAVEPOINT active_record_1
30793
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30794
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30795
+  (0.0ms) SAVEPOINT active_record_1
30796
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
30797
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30798
+ User Load (0.1ms) SELECT "users".* FROM "users"
30799
+  (0.0ms) SAVEPOINT active_record_1
30800
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
30801
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30802
+  (0.0ms) SAVEPOINT active_record_1
30803
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
30804
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30805
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
30806
+  (0.0ms) SAVEPOINT active_record_1
30807
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
30808
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30809
+  (0.3ms) rollback transaction
30810
+  (0.0ms) begin transaction
30811
+  (0.0ms) SAVEPOINT active_record_1
30812
+ SQL (0.6ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.023123"], ["updated_at", "2019-08-07 07:59:23.023123"]]
30813
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30814
+  (0.1ms) SAVEPOINT active_record_1
30815
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.025974"], ["updated_at", "2019-08-07 07:59:23.025974"]]
30816
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30817
+  (0.1ms) SAVEPOINT active_record_1
30818
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.028134"], ["updated_at", "2019-08-07 07:59:23.028134"]]
30819
+  (0.4ms) RELEASE SAVEPOINT active_record_1
30820
+  (0.2ms) SAVEPOINT active_record_1
30821
+ 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-08-07 07:59:23.035114"], ["updated_at", "2019-08-07 07:59:23.035114"]]
30822
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30823
+  (0.0ms) SAVEPOINT active_record_1
30824
+ 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-08-04 07:59:23.037949"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.039464"]]
30825
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30826
+  (0.0ms) SAVEPOINT active_record_1
30827
+ 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-08-07 07:59:23.041717"], ["updated_at", "2019-08-07 07:59:23.041717"]]
30828
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30829
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
30830
+  (0.0ms) SAVEPOINT active_record_1
30831
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30832
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30833
+  (0.0ms) SAVEPOINT active_record_1
30834
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30835
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30836
+  (0.0ms) SAVEPOINT active_record_1
30837
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
30838
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30839
+ User Load (0.0ms) SELECT "users".* FROM "users"
30840
+  (0.0ms) SAVEPOINT active_record_1
30841
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
30842
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30843
+  (0.0ms) SAVEPOINT active_record_1
30844
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
30845
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30846
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
30847
+  (0.0ms) SAVEPOINT active_record_1
30848
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
30849
+  (0.6ms) RELEASE SAVEPOINT active_record_1
30850
+  (0.7ms) rollback transaction
30851
+  (0.1ms) begin transaction
30852
+  (0.0ms) SAVEPOINT active_record_1
30853
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.051639"], ["updated_at", "2019-08-07 07:59:23.051639"]]
30854
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30855
+  (0.1ms) SAVEPOINT active_record_1
30856
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.053930"], ["updated_at", "2019-08-07 07:59:23.053930"]]
30857
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30858
+  (0.0ms) SAVEPOINT active_record_1
30859
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.055551"], ["updated_at", "2019-08-07 07:59:23.055551"]]
30860
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30861
+  (0.3ms) SAVEPOINT active_record_1
30862
+ SQL (3.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-08-07 07:59:23.062079"], ["updated_at", "2019-08-07 07:59:23.062079"]]
30863
+  (0.3ms) RELEASE SAVEPOINT active_record_1
30864
+  (0.2ms) SAVEPOINT active_record_1
30865
+ 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-08-04 07:59:23.071032"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.073104"]]
30866
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30867
+  (0.0ms) SAVEPOINT active_record_1
30868
+ 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-08-07 07:59:23.076725"], ["updated_at", "2019-08-07 07:59:23.076725"]]
30869
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30870
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees"
30871
+  (0.0ms) SAVEPOINT active_record_1
30872
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30873
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30874
+  (0.0ms) SAVEPOINT active_record_1
30875
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30876
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30877
+  (0.0ms) SAVEPOINT active_record_1
30878
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
30879
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30880
+ User Load (0.1ms) SELECT "users".* FROM "users"
30881
+  (0.0ms) SAVEPOINT active_record_1
30882
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
30883
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30884
+  (0.0ms) SAVEPOINT active_record_1
30885
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
30886
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30887
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
30888
+  (0.0ms) SAVEPOINT active_record_1
30889
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
30890
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30891
+  (0.6ms) rollback transaction
30892
+  (0.0ms) begin transaction
30893
+  (0.0ms) SAVEPOINT active_record_1
30894
+ SQL (0.7ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.083141"], ["updated_at", "2019-08-07 07:59:23.083141"]]
30895
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30896
+  (0.1ms) SAVEPOINT active_record_1
30897
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.085651"], ["updated_at", "2019-08-07 07:59:23.085651"]]
30898
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30899
+  (0.1ms) SAVEPOINT active_record_1
30900
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.087436"], ["updated_at", "2019-08-07 07:59:23.087436"]]
30901
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30902
+  (0.0ms) SAVEPOINT active_record_1
30903
+ 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-08-07 07:59:23.088845"], ["updated_at", "2019-08-07 07:59:23.088845"]]
30904
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30905
+  (0.0ms) SAVEPOINT active_record_1
30906
+ 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-08-04 07:59:23.089709"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.090290"]]
30907
+  (0.7ms) RELEASE SAVEPOINT active_record_1
30908
+  (0.1ms) SAVEPOINT active_record_1
30909
+ 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-08-07 07:59:23.094934"], ["updated_at", "2019-08-07 07:59:23.094934"]]
30910
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30911
+ Tree Load (0.4ms) SELECT "trees".* FROM "trees"
30912
+  (0.1ms) SAVEPOINT active_record_1
30913
+ SQL (0.2ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30914
+  (0.2ms) RELEASE SAVEPOINT active_record_1
30915
+  (0.1ms) SAVEPOINT active_record_1
30916
+ SQL (0.2ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30917
+  (0.2ms) RELEASE SAVEPOINT active_record_1
30918
+  (0.0ms) SAVEPOINT active_record_1
30919
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
30920
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30921
+ User Load (0.1ms) SELECT "users".* FROM "users"
30922
+  (0.0ms) SAVEPOINT active_record_1
30923
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
30924
+  (0.3ms) RELEASE SAVEPOINT active_record_1
30925
+  (0.1ms) SAVEPOINT active_record_1
30926
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
30927
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30928
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
30929
+  (0.0ms) SAVEPOINT active_record_1
30930
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
30931
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30932
+  (0.5ms) rollback transaction
30933
+  (0.0ms) begin transaction
30934
+  (0.0ms) SAVEPOINT active_record_1
30935
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.112916"], ["updated_at", "2019-08-07 07:59:23.112916"]]
30936
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30937
+  (0.0ms) SAVEPOINT active_record_1
30938
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.114107"], ["updated_at", "2019-08-07 07:59:23.114107"]]
30939
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30940
+  (0.0ms) SAVEPOINT active_record_1
30941
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.114964"], ["updated_at", "2019-08-07 07:59:23.114964"]]
30942
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30943
+  (0.0ms) SAVEPOINT active_record_1
30944
+ 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-08-07 07:59:23.116343"], ["updated_at", "2019-08-07 07:59:23.116343"]]
30945
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30946
+  (0.0ms) SAVEPOINT active_record_1
30947
+ 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-08-04 07:59:23.117590"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.118424"]]
30948
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30949
+  (0.0ms) SAVEPOINT active_record_1
30950
+ 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-08-07 07:59:23.120036"], ["updated_at", "2019-08-07 07:59:23.120036"]]
30951
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30952
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
30953
+  (0.0ms) SAVEPOINT active_record_1
30954
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30955
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30956
+  (0.0ms) SAVEPOINT active_record_1
30957
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30958
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30959
+  (0.0ms) SAVEPOINT active_record_1
30960
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
30961
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30962
+ User Load (0.0ms) SELECT "users".* FROM "users"
30963
+  (0.0ms) SAVEPOINT active_record_1
30964
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
30965
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30966
+  (0.0ms) SAVEPOINT active_record_1
30967
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
30968
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30969
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
30970
+  (0.0ms) SAVEPOINT active_record_1
30971
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
30972
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30973
+  (0.6ms) rollback transaction
30974
+  (0.2ms) begin transaction
30975
+  (0.2ms) SAVEPOINT active_record_1
30976
+ SQL (0.5ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.126818"], ["updated_at", "2019-08-07 07:59:23.126818"]]
30977
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30978
+  (0.0ms) SAVEPOINT active_record_1
30979
+ SQL (0.5ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.130228"], ["updated_at", "2019-08-07 07:59:23.130228"]]
30980
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30981
+  (0.1ms) SAVEPOINT active_record_1
30982
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.135179"], ["updated_at", "2019-08-07 07:59:23.135179"]]
30983
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30984
+  (0.0ms) SAVEPOINT active_record_1
30985
+ 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-08-07 07:59:23.139537"], ["updated_at", "2019-08-07 07:59:23.139537"]]
30986
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30987
+  (0.0ms) SAVEPOINT active_record_1
30988
+ 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-08-04 07:59:23.141389"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.141995"]]
30989
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30990
+  (0.0ms) SAVEPOINT active_record_1
30991
+ 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-08-07 07:59:23.143209"], ["updated_at", "2019-08-07 07:59:23.143209"]]
30992
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30993
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
30994
+  (0.0ms) SAVEPOINT active_record_1
30995
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
30996
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30997
+  (0.0ms) SAVEPOINT active_record_1
30998
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
30999
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31000
+  (0.0ms) SAVEPOINT active_record_1
31001
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31002
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31003
+ User Load (0.1ms) SELECT "users".* FROM "users"
31004
+  (0.0ms) SAVEPOINT active_record_1
31005
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31006
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31007
+  (0.0ms) SAVEPOINT active_record_1
31008
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31009
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31010
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
31011
+  (0.1ms) SAVEPOINT active_record_1
31012
+ SQL (0.3ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31013
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31014
+  (0.5ms) rollback transaction
31015
+  (0.1ms) begin transaction
31016
+  (0.1ms) SAVEPOINT active_record_1
31017
+ SQL (0.5ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.152947"], ["updated_at", "2019-08-07 07:59:23.152947"]]
31018
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31019
+  (0.0ms) SAVEPOINT active_record_1
31020
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.155137"], ["updated_at", "2019-08-07 07:59:23.155137"]]
31021
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31022
+  (0.1ms) SAVEPOINT active_record_1
31023
+ SQL (0.2ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.159141"], ["updated_at", "2019-08-07 07:59:23.159141"]]
31024
+  (0.2ms) RELEASE SAVEPOINT active_record_1
31025
+  (0.5ms) SAVEPOINT active_record_1
31026
+ 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-08-07 07:59:23.168061"], ["updated_at", "2019-08-07 07:59:23.168061"]]
31027
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31028
+  (0.1ms) SAVEPOINT active_record_1
31029
+ 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-08-04 07:59:23.175507"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.176605"]]
31030
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31031
+  (0.0ms) SAVEPOINT active_record_1
31032
+ 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-08-07 07:59:23.178458"], ["updated_at", "2019-08-07 07:59:23.178458"]]
31033
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31034
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
31035
+  (0.0ms) SAVEPOINT active_record_1
31036
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
31037
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31038
+  (0.0ms) SAVEPOINT active_record_1
31039
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
31040
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31041
+  (0.0ms) SAVEPOINT active_record_1
31042
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31043
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31044
+ User Load (0.1ms) SELECT "users".* FROM "users"
31045
+  (0.0ms) SAVEPOINT active_record_1
31046
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31047
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31048
+  (0.0ms) SAVEPOINT active_record_1
31049
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31050
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31051
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
31052
+  (0.0ms) SAVEPOINT active_record_1
31053
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31054
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31055
+  (0.6ms) rollback transaction
31056
+  (0.0ms) begin transaction
31057
+  (0.0ms) SAVEPOINT active_record_1
31058
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.186510"], ["updated_at", "2019-08-07 07:59:23.186510"]]
31059
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31060
+  (0.1ms) SAVEPOINT active_record_1
31061
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.188459"], ["updated_at", "2019-08-07 07:59:23.188459"]]
31062
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31063
+  (0.0ms) SAVEPOINT active_record_1
31064
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.189789"], ["updated_at", "2019-08-07 07:59:23.189789"]]
31065
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31066
+  (0.0ms) SAVEPOINT active_record_1
31067
+ 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-08-07 07:59:23.190896"], ["updated_at", "2019-08-07 07:59:23.190896"]]
31068
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31069
+  (0.0ms) SAVEPOINT active_record_1
31070
+ 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-08-04 07:59:23.191599"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.192033"]]
31071
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31072
+  (0.0ms) SAVEPOINT active_record_1
31073
+ 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-08-07 07:59:23.192937"], ["updated_at", "2019-08-07 07:59:23.192937"]]
31074
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31075
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
31076
+  (0.0ms) SAVEPOINT active_record_1
31077
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
31078
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31079
+  (0.0ms) SAVEPOINT active_record_1
31080
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
31081
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31082
+  (0.0ms) SAVEPOINT active_record_1
31083
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31084
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31085
+ User Load (0.0ms) SELECT "users".* FROM "users"
31086
+  (0.0ms) SAVEPOINT active_record_1
31087
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31088
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31089
+  (0.0ms) SAVEPOINT active_record_1
31090
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31091
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31092
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
31093
+  (0.0ms) SAVEPOINT active_record_1
31094
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31095
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31096
+  (0.3ms) rollback transaction
31097
+  (0.0ms) begin transaction
31098
+  (0.0ms) SAVEPOINT active_record_1
31099
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.198588"], ["updated_at", "2019-08-07 07:59:23.198588"]]
31100
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31101
+  (0.0ms) SAVEPOINT active_record_1
31102
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.199710"], ["updated_at", "2019-08-07 07:59:23.199710"]]
31103
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31104
+  (0.0ms) SAVEPOINT active_record_1
31105
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.200512"], ["updated_at", "2019-08-07 07:59:23.200512"]]
31106
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31107
+  (0.0ms) SAVEPOINT active_record_1
31108
+ 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-08-07 07:59:23.201444"], ["updated_at", "2019-08-07 07:59:23.201444"]]
31109
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31110
+  (0.0ms) SAVEPOINT active_record_1
31111
+ 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-08-04 07:59:23.202097"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.202524"]]
31112
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31113
+  (0.0ms) SAVEPOINT active_record_1
31114
+ 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-08-07 07:59:23.203388"], ["updated_at", "2019-08-07 07:59:23.203388"]]
31115
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31116
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
31117
+  (0.0ms) SAVEPOINT active_record_1
31118
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
31119
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31120
+  (0.0ms) SAVEPOINT active_record_1
31121
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
31122
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31123
+  (0.0ms) SAVEPOINT active_record_1
31124
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31125
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31126
+ User Load (0.1ms) SELECT "users".* FROM "users"
31127
+  (0.0ms) SAVEPOINT active_record_1
31128
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31129
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31130
+  (0.0ms) SAVEPOINT active_record_1
31131
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31132
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31133
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
31134
+  (0.0ms) SAVEPOINT active_record_1
31135
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31136
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31137
+  (0.5ms) rollback transaction
31138
+  (0.1ms) begin transaction
31139
+  (0.3ms) SAVEPOINT active_record_1
31140
+ SQL (0.5ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.212208"], ["updated_at", "2019-08-07 07:59:23.212208"]]
31141
+  (0.2ms) RELEASE SAVEPOINT active_record_1
31142
+  (0.2ms) SAVEPOINT active_record_1
31143
+ SQL (0.4ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.217376"], ["updated_at", "2019-08-07 07:59:23.217376"]]
31144
+  (0.2ms) RELEASE SAVEPOINT active_record_1
31145
+  (0.2ms) SAVEPOINT active_record_1
31146
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.221813"], ["updated_at", "2019-08-07 07:59:23.221813"]]
31147
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31148
+  (0.1ms) SAVEPOINT active_record_1
31149
+ 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-08-07 07:59:23.224176"], ["updated_at", "2019-08-07 07:59:23.224176"]]
31150
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31151
+  (0.0ms) SAVEPOINT active_record_1
31152
+ 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-08-04 07:59:23.225449"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.226013"]]
31153
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31154
+  (0.0ms) SAVEPOINT active_record_1
31155
+ 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-08-07 07:59:23.227105"], ["updated_at", "2019-08-07 07:59:23.227105"]]
31156
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31157
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
31158
+  (0.0ms) SAVEPOINT active_record_1
31159
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
31160
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31161
+  (0.0ms) SAVEPOINT active_record_1
31162
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
31163
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31164
+  (0.0ms) SAVEPOINT active_record_1
31165
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31166
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31167
+ User Load (0.0ms) SELECT "users".* FROM "users"
31168
+  (0.0ms) SAVEPOINT active_record_1
31169
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31170
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31171
+  (0.0ms) SAVEPOINT active_record_1
31172
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31173
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31174
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
31175
+  (0.0ms) SAVEPOINT active_record_1
31176
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31177
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31178
+  (0.5ms) rollback transaction
31179
+  (0.0ms) begin transaction
31180
+  (0.1ms) SAVEPOINT active_record_1
31181
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.232590"], ["updated_at", "2019-08-07 07:59:23.232590"]]
31182
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31183
+  (0.0ms) SAVEPOINT active_record_1
31184
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.234244"], ["updated_at", "2019-08-07 07:59:23.234244"]]
31185
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31186
+  (0.0ms) SAVEPOINT active_record_1
31187
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.235560"], ["updated_at", "2019-08-07 07:59:23.235560"]]
31188
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31189
+  (0.0ms) SAVEPOINT active_record_1
31190
+ 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-08-07 07:59:23.236649"], ["updated_at", "2019-08-07 07:59:23.236649"]]
31191
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31192
+  (0.0ms) SAVEPOINT active_record_1
31193
+ 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-08-04 07:59:23.237705"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.238208"]]
31194
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31195
+  (0.0ms) SAVEPOINT active_record_1
31196
+ 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-08-07 07:59:23.239250"], ["updated_at", "2019-08-07 07:59:23.239250"]]
31197
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31198
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees"
31199
+  (0.1ms) SAVEPOINT active_record_1
31200
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
31201
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31202
+  (0.0ms) SAVEPOINT active_record_1
31203
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
31204
+  (0.2ms) RELEASE SAVEPOINT active_record_1
31205
+  (0.0ms) SAVEPOINT active_record_1
31206
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31207
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31208
+ User Load (0.1ms) SELECT "users".* FROM "users"
31209
+  (0.0ms) SAVEPOINT active_record_1
31210
+ SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31211
+  (0.5ms) RELEASE SAVEPOINT active_record_1
31212
+  (0.3ms) SAVEPOINT active_record_1
31213
+ SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31214
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31215
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
31216
+  (0.0ms) SAVEPOINT active_record_1
31217
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31218
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31219
+  (0.6ms) rollback transaction
31220
+  (0.1ms) begin transaction
31221
+  (0.0ms) SAVEPOINT active_record_1
31222
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.263372"], ["updated_at", "2019-08-07 07:59:23.263372"]]
31223
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31224
+  (0.1ms) SAVEPOINT active_record_1
31225
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.265140"], ["updated_at", "2019-08-07 07:59:23.265140"]]
31226
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31227
+  (0.0ms) SAVEPOINT active_record_1
31228
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.266911"], ["updated_at", "2019-08-07 07:59:23.266911"]]
31229
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31230
+  (0.0ms) SAVEPOINT active_record_1
31231
+ 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-08-07 07:59:23.268476"], ["updated_at", "2019-08-07 07:59:23.268476"]]
31232
+  (0.3ms) RELEASE SAVEPOINT active_record_1
31233
+  (0.0ms) SAVEPOINT active_record_1
31234
+ 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-08-04 07:59:23.269908"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.270813"]]
31235
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31236
+  (0.0ms) SAVEPOINT active_record_1
31237
+ 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-08-07 07:59:23.274953"], ["updated_at", "2019-08-07 07:59:23.274953"]]
31238
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31239
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
31240
+  (0.1ms) SAVEPOINT active_record_1
31241
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
31242
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31243
+  (0.0ms) SAVEPOINT active_record_1
31244
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
31245
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31246
+  (0.0ms) SAVEPOINT active_record_1
31247
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31248
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31249
+ User Load (0.0ms) SELECT "users".* FROM "users"
31250
+  (0.0ms) SAVEPOINT active_record_1
31251
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31252
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31253
+  (0.0ms) SAVEPOINT active_record_1
31254
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31255
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31256
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
31257
+  (0.0ms) SAVEPOINT active_record_1
31258
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31259
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31260
+  (0.3ms) rollback transaction
31261
+  (0.0ms) begin transaction
31262
+  (0.0ms) SAVEPOINT active_record_1
31263
+ SQL (0.2ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.280799"], ["updated_at", "2019-08-07 07:59:23.280799"]]
31264
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31265
+  (0.0ms) SAVEPOINT active_record_1
31266
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.281874"], ["updated_at", "2019-08-07 07:59:23.281874"]]
31267
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31268
+  (0.0ms) SAVEPOINT active_record_1
31269
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.282642"], ["updated_at", "2019-08-07 07:59:23.282642"]]
31270
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31271
+  (0.0ms) SAVEPOINT active_record_1
31272
+ 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-08-07 07:59:23.283536"], ["updated_at", "2019-08-07 07:59:23.283536"]]
31273
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31274
+  (0.0ms) SAVEPOINT active_record_1
31275
+ 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-08-04 07:59:23.284352"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.284907"]]
31276
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31277
+  (0.0ms) SAVEPOINT active_record_1
31278
+ 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-08-07 07:59:23.287194"], ["updated_at", "2019-08-07 07:59:23.287194"]]
31279
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31280
+ Tree Load (0.5ms) SELECT "trees".* FROM "trees"
31281
+  (0.0ms) SAVEPOINT active_record_1
31282
+ SQL (1.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
31283
+  (0.2ms) RELEASE SAVEPOINT active_record_1
31284
+  (0.1ms) SAVEPOINT active_record_1
31285
+ SQL (0.2ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
31286
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31287
+  (0.1ms) SAVEPOINT active_record_1
31288
+ SQL (0.2ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31289
+  (0.2ms) RELEASE SAVEPOINT active_record_1
31290
+ User Load (0.1ms) SELECT "users".* FROM "users"
31291
+  (0.1ms) SAVEPOINT active_record_1
31292
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31293
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31294
+  (0.1ms) SAVEPOINT active_record_1
31295
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31296
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31297
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
31298
+  (0.0ms) SAVEPOINT active_record_1
31299
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31300
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31301
+  (0.5ms) rollback transaction
31302
+  (0.0ms) begin transaction
31303
+  (0.0ms) SAVEPOINT active_record_1
31304
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.306100"], ["updated_at", "2019-08-07 07:59:23.306100"]]
31305
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31306
+  (0.0ms) SAVEPOINT active_record_1
31307
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.307800"], ["updated_at", "2019-08-07 07:59:23.307800"]]
31308
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31309
+  (0.0ms) SAVEPOINT active_record_1
31310
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.308923"], ["updated_at", "2019-08-07 07:59:23.308923"]]
31311
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31312
+  (0.0ms) SAVEPOINT active_record_1
31313
+ 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-08-07 07:59:23.310059"], ["updated_at", "2019-08-07 07:59:23.310059"]]
31314
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31315
+  (0.0ms) SAVEPOINT active_record_1
31316
+ 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-08-04 07:59:23.310953"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.311827"]]
31317
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31318
+  (0.0ms) SAVEPOINT active_record_1
31319
+ 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-08-07 07:59:23.313405"], ["updated_at", "2019-08-07 07:59:23.313405"]]
31320
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31321
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees"
31322
+  (0.0ms) SAVEPOINT active_record_1
31323
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
31324
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31325
+  (0.0ms) SAVEPOINT active_record_1
31326
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
31327
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31328
+  (0.0ms) SAVEPOINT active_record_1
31329
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31330
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31331
+ User Load (0.1ms) SELECT "users".* FROM "users"
31332
+  (0.0ms) SAVEPOINT active_record_1
31333
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31334
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31335
+  (0.0ms) SAVEPOINT active_record_1
31336
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31337
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31338
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
31339
+  (0.0ms) SAVEPOINT active_record_1
31340
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31341
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31342
+  (0.4ms) rollback transaction
31343
+  (0.1ms) begin transaction
31344
+  (0.1ms) SAVEPOINT active_record_1
31345
+ SQL (0.7ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.320174"], ["updated_at", "2019-08-07 07:59:23.320174"]]
31346
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31347
+  (0.0ms) SAVEPOINT active_record_1
31348
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.323485"], ["updated_at", "2019-08-07 07:59:23.323485"]]
31349
+  (0.2ms) RELEASE SAVEPOINT active_record_1
31350
+  (0.2ms) SAVEPOINT active_record_1
31351
+ SQL (0.2ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.327289"], ["updated_at", "2019-08-07 07:59:23.327289"]]
31352
+  (0.5ms) RELEASE SAVEPOINT active_record_1
31353
+  (0.0ms) SAVEPOINT active_record_1
31354
+ 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-08-07 07:59:23.333951"], ["updated_at", "2019-08-07 07:59:23.333951"]]
31355
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31356
+  (0.0ms) SAVEPOINT active_record_1
31357
+ 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-08-04 07:59:23.335853"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.336691"]]
31358
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31359
+  (0.0ms) SAVEPOINT active_record_1
31360
+ 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-08-07 07:59:23.337828"], ["updated_at", "2019-08-07 07:59:23.337828"]]
31361
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31362
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
31363
+  (0.0ms) SAVEPOINT active_record_1
31364
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
31365
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31366
+  (0.0ms) SAVEPOINT active_record_1
31367
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
31368
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31369
+  (0.0ms) SAVEPOINT active_record_1
31370
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31371
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31372
+ User Load (0.0ms) SELECT "users".* FROM "users"
31373
+  (0.0ms) SAVEPOINT active_record_1
31374
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31375
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31376
+  (0.0ms) SAVEPOINT active_record_1
31377
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31378
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31379
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
31380
+  (0.0ms) SAVEPOINT active_record_1
31381
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31382
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31383
+  (0.5ms) rollback transaction
31384
+  (0.1ms) begin transaction
31385
+  (0.0ms) SAVEPOINT active_record_1
31386
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.343240"], ["updated_at", "2019-08-07 07:59:23.343240"]]
31387
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31388
+  (0.1ms) SAVEPOINT active_record_1
31389
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.344875"], ["updated_at", "2019-08-07 07:59:23.344875"]]
31390
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31391
+  (0.0ms) SAVEPOINT active_record_1
31392
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.346198"], ["updated_at", "2019-08-07 07:59:23.346198"]]
31393
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31394
+  (0.0ms) SAVEPOINT active_record_1
31395
+ 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-08-07 07:59:23.348063"], ["updated_at", "2019-08-07 07:59:23.348063"]]
31396
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31397
+  (0.0ms) SAVEPOINT active_record_1
31398
+ 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-08-04 07:59:23.349130"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.350246"]]
31399
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31400
+  (0.1ms) SAVEPOINT active_record_1
31401
+ 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-08-07 07:59:23.352208"], ["updated_at", "2019-08-07 07:59:23.352208"]]
31402
+  (0.4ms) RELEASE SAVEPOINT active_record_1
31403
+ Tree Load (0.6ms) SELECT "trees".* FROM "trees"
31404
+  (0.1ms) SAVEPOINT active_record_1
31405
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
31406
+  (0.3ms) RELEASE SAVEPOINT active_record_1
31407
+  (0.1ms) SAVEPOINT active_record_1
31408
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
31409
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31410
+  (0.0ms) SAVEPOINT active_record_1
31411
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31412
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31413
+ User Load (0.1ms) SELECT "users".* FROM "users"
31414
+  (0.0ms) SAVEPOINT active_record_1
31415
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31416
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31417
+  (0.0ms) SAVEPOINT active_record_1
31418
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31419
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31420
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
31421
+  (0.0ms) SAVEPOINT active_record_1
31422
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31423
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31424
+  (0.5ms) rollback transaction
31425
+  (0.1ms) begin transaction
31426
+  (0.1ms) SAVEPOINT active_record_1
31427
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.376193"], ["updated_at", "2019-08-07 07:59:23.376193"]]
31428
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31429
+  (0.0ms) SAVEPOINT active_record_1
31430
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.378174"], ["updated_at", "2019-08-07 07:59:23.378174"]]
31431
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31432
+  (0.0ms) SAVEPOINT active_record_1
31433
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.379580"], ["updated_at", "2019-08-07 07:59:23.379580"]]
31434
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31435
+  (0.0ms) SAVEPOINT active_record_1
31436
+ 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-08-07 07:59:23.381797"], ["updated_at", "2019-08-07 07:59:23.381797"]]
31437
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31438
+  (0.5ms) SAVEPOINT active_record_1
31439
+ 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-08-04 07:59:23.383026"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.384995"]]
31440
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31441
+  (0.0ms) SAVEPOINT active_record_1
31442
+ 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-08-07 07:59:23.387133"], ["updated_at", "2019-08-07 07:59:23.387133"]]
31443
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31444
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
31445
+  (0.0ms) SAVEPOINT active_record_1
31446
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
31447
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31448
+  (0.0ms) SAVEPOINT active_record_1
31449
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
31450
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31451
+  (0.0ms) SAVEPOINT active_record_1
31452
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31453
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31454
+ User Load (0.1ms) SELECT "users".* FROM "users"
31455
+  (0.0ms) SAVEPOINT active_record_1
31456
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31457
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31458
+  (0.0ms) SAVEPOINT active_record_1
31459
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31460
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31461
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
31462
+  (0.0ms) SAVEPOINT active_record_1
31463
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31464
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31465
+  (0.6ms) rollback transaction
31466
+  (0.1ms) begin transaction
31467
+  (0.0ms) SAVEPOINT active_record_1
31468
+ SQL (0.7ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.395762"], ["updated_at", "2019-08-07 07:59:23.395762"]]
31469
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31470
+  (0.1ms) SAVEPOINT active_record_1
31471
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.399276"], ["updated_at", "2019-08-07 07:59:23.399276"]]
31472
+  (0.3ms) RELEASE SAVEPOINT active_record_1
31473
+  (0.2ms) SAVEPOINT active_record_1
31474
+ SQL (0.2ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.405085"], ["updated_at", "2019-08-07 07:59:23.405085"]]
31475
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31476
+  (0.1ms) SAVEPOINT active_record_1
31477
+ 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-08-07 07:59:23.409980"], ["updated_at", "2019-08-07 07:59:23.409980"]]
31478
+  (0.2ms) RELEASE SAVEPOINT active_record_1
31479
+  (0.0ms) SAVEPOINT active_record_1
31480
+ 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-08-04 07:59:23.412142"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.412763"]]
31481
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31482
+  (0.0ms) SAVEPOINT active_record_1
31483
+ 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-08-07 07:59:23.413865"], ["updated_at", "2019-08-07 07:59:23.413865"]]
31484
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31485
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
31486
+  (0.0ms) SAVEPOINT active_record_1
31487
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
31488
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31489
+  (0.0ms) SAVEPOINT active_record_1
31490
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
31491
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31492
+  (0.0ms) SAVEPOINT active_record_1
31493
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31494
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31495
+ User Load (0.0ms) SELECT "users".* FROM "users"
31496
+  (0.0ms) SAVEPOINT active_record_1
31497
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31498
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31499
+  (0.0ms) SAVEPOINT active_record_1
31500
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31501
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31502
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
31503
+  (0.0ms) SAVEPOINT active_record_1
31504
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31505
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31506
+  (0.5ms) rollback transaction
31507
+  (0.0ms) begin transaction
31508
+  (0.0ms) SAVEPOINT active_record_1
31509
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.419709"], ["updated_at", "2019-08-07 07:59:23.419709"]]
31510
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31511
+  (0.0ms) SAVEPOINT active_record_1
31512
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.421569"], ["updated_at", "2019-08-07 07:59:23.421569"]]
31513
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31514
+  (0.0ms) SAVEPOINT active_record_1
31515
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.423023"], ["updated_at", "2019-08-07 07:59:23.423023"]]
31516
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31517
+  (0.0ms) SAVEPOINT active_record_1
31518
+ 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-08-07 07:59:23.424223"], ["updated_at", "2019-08-07 07:59:23.424223"]]
31519
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31520
+  (0.0ms) SAVEPOINT active_record_1
31521
+ 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-08-04 07:59:23.424915"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.425342"]]
31522
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31523
+  (0.0ms) SAVEPOINT active_record_1
31524
+ 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-08-07 07:59:23.426296"], ["updated_at", "2019-08-07 07:59:23.426296"]]
31525
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31526
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
31527
+  (0.0ms) SAVEPOINT active_record_1
31528
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
31529
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31530
+  (0.0ms) SAVEPOINT active_record_1
31531
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
31532
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31533
+  (0.0ms) SAVEPOINT active_record_1
31534
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31535
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31536
+ User Load (0.1ms) SELECT "users".* FROM "users"
31537
+  (0.0ms) SAVEPOINT active_record_1
31538
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31539
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31540
+  (0.0ms) SAVEPOINT active_record_1
31541
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31542
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31543
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
31544
+  (0.0ms) SAVEPOINT active_record_1
31545
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31546
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31547
+  (0.3ms) rollback transaction
31548
+  (0.0ms) begin transaction
31549
+  (0.0ms) SAVEPOINT active_record_1
31550
+ SQL (0.2ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.431539"], ["updated_at", "2019-08-07 07:59:23.431539"]]
31551
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31552
+  (0.0ms) SAVEPOINT active_record_1
31553
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.432595"], ["updated_at", "2019-08-07 07:59:23.432595"]]
31554
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31555
+  (0.0ms) SAVEPOINT active_record_1
31556
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.433382"], ["updated_at", "2019-08-07 07:59:23.433382"]]
31557
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31558
+  (0.0ms) SAVEPOINT active_record_1
31559
+ 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-08-07 07:59:23.434293"], ["updated_at", "2019-08-07 07:59:23.434293"]]
31560
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31561
+  (0.0ms) SAVEPOINT active_record_1
31562
+ 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-08-04 07:59:23.434978"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.435429"]]
31563
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31564
+  (0.0ms) SAVEPOINT active_record_1
31565
+ 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-08-07 07:59:23.436353"], ["updated_at", "2019-08-07 07:59:23.436353"]]
31566
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31567
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
31568
+  (0.0ms) SAVEPOINT active_record_1
31569
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
31570
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31571
+  (0.0ms) SAVEPOINT active_record_1
31572
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
31573
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31574
+  (0.0ms) SAVEPOINT active_record_1
31575
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31576
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31577
+ User Load (0.0ms) SELECT "users".* FROM "users"
31578
+  (0.0ms) SAVEPOINT active_record_1
31579
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31580
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31581
+  (0.0ms) SAVEPOINT active_record_1
31582
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31583
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31584
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
31585
+  (0.0ms) SAVEPOINT active_record_1
31586
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31587
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31588
+  (0.3ms) rollback transaction
31589
+  (0.1ms) begin transaction
31590
+  (0.1ms) SAVEPOINT active_record_1
31591
+ SQL (0.7ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.442924"], ["updated_at", "2019-08-07 07:59:23.442924"]]
31592
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31593
+  (0.0ms) SAVEPOINT active_record_1
31594
+ SQL (0.6ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.446271"], ["updated_at", "2019-08-07 07:59:23.446271"]]
31595
+  (0.9ms) RELEASE SAVEPOINT active_record_1
31596
+  (0.3ms) SAVEPOINT active_record_1
31597
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.456282"], ["updated_at", "2019-08-07 07:59:23.456282"]]
31598
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31599
+  (0.0ms) SAVEPOINT active_record_1
31600
+ 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-08-07 07:59:23.466930"], ["updated_at", "2019-08-07 07:59:23.466930"]]
31601
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31602
+  (0.0ms) SAVEPOINT active_record_1
31603
+ 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-08-04 07:59:23.470220"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.470985"]]
31604
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31605
+  (0.0ms) SAVEPOINT active_record_1
31606
+ 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-08-07 07:59:23.472935"], ["updated_at", "2019-08-07 07:59:23.472935"]]
31607
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31608
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees"
31609
+  (0.1ms) SAVEPOINT active_record_1
31610
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
31611
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31612
+  (0.0ms) SAVEPOINT active_record_1
31613
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
31614
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31615
+  (0.0ms) SAVEPOINT active_record_1
31616
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31617
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31618
+ User Load (0.1ms) SELECT "users".* FROM "users"
31619
+  (0.0ms) SAVEPOINT active_record_1
31620
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31621
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31622
+  (0.1ms) SAVEPOINT active_record_1
31623
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31624
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31625
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
31626
+  (0.0ms) SAVEPOINT active_record_1
31627
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31628
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31629
+  (0.6ms) rollback transaction
31630
+  (0.1ms) begin transaction
31631
+  (0.0ms) SAVEPOINT active_record_1
31632
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.480838"], ["updated_at", "2019-08-07 07:59:23.480838"]]
31633
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31634
+  (0.0ms) SAVEPOINT active_record_1
31635
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.482609"], ["updated_at", "2019-08-07 07:59:23.482609"]]
31636
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31637
+  (0.0ms) SAVEPOINT active_record_1
31638
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.484252"], ["updated_at", "2019-08-07 07:59:23.484252"]]
31639
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31640
+  (0.1ms) SAVEPOINT active_record_1
31641
+ 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-08-07 07:59:23.485805"], ["updated_at", "2019-08-07 07:59:23.485805"]]
31642
+  (0.2ms) RELEASE SAVEPOINT active_record_1
31643
+  (0.2ms) SAVEPOINT active_record_1
31644
+ 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-08-04 07:59:23.488706"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.491829"]]
31645
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31646
+  (0.3ms) SAVEPOINT active_record_1
31647
+ 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-08-07 07:59:23.499041"], ["updated_at", "2019-08-07 07:59:23.499041"]]
31648
+  (0.2ms) RELEASE SAVEPOINT active_record_1
31649
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
31650
+  (0.0ms) SAVEPOINT active_record_1
31651
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
31652
+  (0.2ms) RELEASE SAVEPOINT active_record_1
31653
+  (0.0ms) SAVEPOINT active_record_1
31654
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
31655
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31656
+  (0.0ms) SAVEPOINT active_record_1
31657
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31658
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31659
+ User Load (0.1ms) SELECT "users".* FROM "users"
31660
+  (0.0ms) SAVEPOINT active_record_1
31661
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31662
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31663
+  (0.0ms) SAVEPOINT active_record_1
31664
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31665
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31666
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
31667
+  (0.0ms) SAVEPOINT active_record_1
31668
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31669
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31670
+  (0.5ms) rollback transaction
31671
+  (0.0ms) begin transaction
31672
+  (0.0ms) SAVEPOINT active_record_1
31673
+ SQL (0.2ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.509355"], ["updated_at", "2019-08-07 07:59:23.509355"]]
31674
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31675
+  (0.0ms) SAVEPOINT active_record_1
31676
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.510541"], ["updated_at", "2019-08-07 07:59:23.510541"]]
31677
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31678
+  (0.0ms) SAVEPOINT active_record_1
31679
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.511829"], ["updated_at", "2019-08-07 07:59:23.511829"]]
31680
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31681
+  (0.0ms) SAVEPOINT active_record_1
31682
+ 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-08-07 07:59:23.513101"], ["updated_at", "2019-08-07 07:59:23.513101"]]
31683
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31684
+  (0.0ms) SAVEPOINT active_record_1
31685
+ 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-08-04 07:59:23.515009"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.515858"]]
31686
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31687
+  (0.0ms) SAVEPOINT active_record_1
31688
+ 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-08-07 07:59:23.517119"], ["updated_at", "2019-08-07 07:59:23.517119"]]
31689
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31690
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees"
31691
+  (0.1ms) SAVEPOINT active_record_1
31692
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
31693
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31694
+  (0.1ms) SAVEPOINT active_record_1
31695
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
31696
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31697
+  (0.0ms) SAVEPOINT active_record_1
31698
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31699
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31700
+ User Load (0.2ms) SELECT "users".* FROM "users"
31701
+  (0.1ms) SAVEPOINT active_record_1
31702
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31703
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31704
+  (0.1ms) SAVEPOINT active_record_1
31705
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31706
+  (0.2ms) RELEASE SAVEPOINT active_record_1
31707
+ Island Load (0.5ms) SELECT "isle".* FROM "isle"
31708
+  (0.2ms) SAVEPOINT active_record_1
31709
+ SQL (0.2ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31710
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31711
+  (2.3ms) rollback transaction
31712
+  (1.2ms) begin transaction
31713
+  (0.0ms) SAVEPOINT active_record_1
31714
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.539660"], ["updated_at", "2019-08-07 07:59:23.539660"]]
31715
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31716
+  (0.0ms) SAVEPOINT active_record_1
31717
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.541002"], ["updated_at", "2019-08-07 07:59:23.541002"]]
31718
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31719
+  (0.1ms) SAVEPOINT active_record_1
31720
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.542061"], ["updated_at", "2019-08-07 07:59:23.542061"]]
31721
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31722
+  (0.0ms) SAVEPOINT active_record_1
31723
+ 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-08-07 07:59:23.543853"], ["updated_at", "2019-08-07 07:59:23.543853"]]
31724
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31725
+  (0.1ms) SAVEPOINT active_record_1
31726
+ 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-08-04 07:59:23.544858"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.545525"]]
31727
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31728
+  (0.0ms) SAVEPOINT active_record_1
31729
+ 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-08-07 07:59:23.546942"], ["updated_at", "2019-08-07 07:59:23.546942"]]
31730
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31731
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
31732
+  (0.0ms) SAVEPOINT active_record_1
31733
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
31734
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31735
+  (0.0ms) SAVEPOINT active_record_1
31736
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
31737
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31738
+  (0.0ms) SAVEPOINT active_record_1
31739
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31740
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31741
+ User Load (0.1ms) SELECT "users".* FROM "users"
31742
+  (1.3ms) SAVEPOINT active_record_1
31743
+ SQL (17.7ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31744
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31745
+  (0.0ms) SAVEPOINT active_record_1
31746
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31747
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31748
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
31749
+  (0.0ms) SAVEPOINT active_record_1
31750
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31751
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31752
+  (0.5ms) rollback transaction
31753
+  (0.0ms) begin transaction
31754
+  (0.0ms) SAVEPOINT active_record_1
31755
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.576684"], ["updated_at", "2019-08-07 07:59:23.576684"]]
31756
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31757
+  (0.0ms) SAVEPOINT active_record_1
31758
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.578807"], ["updated_at", "2019-08-07 07:59:23.578807"]]
31759
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31760
+  (0.0ms) SAVEPOINT active_record_1
31761
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.580344"], ["updated_at", "2019-08-07 07:59:23.580344"]]
31762
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31763
+  (0.0ms) SAVEPOINT active_record_1
31764
+ 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-08-07 07:59:23.583664"], ["updated_at", "2019-08-07 07:59:23.583664"]]
31765
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31766
+  (0.1ms) SAVEPOINT active_record_1
31767
+ 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-08-04 07:59:23.586903"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.588045"]]
31768
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31769
+  (0.0ms) SAVEPOINT active_record_1
31770
+ 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-08-07 07:59:23.589820"], ["updated_at", "2019-08-07 07:59:23.589820"]]
31771
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31772
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees"
31773
+  (0.1ms) SAVEPOINT active_record_1
31774
+ SQL (0.4ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
31775
+  (0.4ms) RELEASE SAVEPOINT active_record_1
31776
+  (0.2ms) SAVEPOINT active_record_1
31777
+ SQL (1.3ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
31778
+  (0.2ms) RELEASE SAVEPOINT active_record_1
31779
+  (0.0ms) SAVEPOINT active_record_1
31780
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31781
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31782
+ User Load (0.3ms) SELECT "users".* FROM "users"
31783
+  (0.1ms) SAVEPOINT active_record_1
31784
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31785
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31786
+  (0.0ms) SAVEPOINT active_record_1
31787
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31788
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31789
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
31790
+  (0.0ms) SAVEPOINT active_record_1
31791
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31792
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31793
+  (0.5ms) rollback transaction
31794
+  (0.0ms) begin transaction
31795
+  (0.0ms) SAVEPOINT active_record_1
31796
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.613813"], ["updated_at", "2019-08-07 07:59:23.613813"]]
31797
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31798
+  (0.0ms) SAVEPOINT active_record_1
31799
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.614988"], ["updated_at", "2019-08-07 07:59:23.614988"]]
31800
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31801
+  (0.1ms) SAVEPOINT active_record_1
31802
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.615849"], ["updated_at", "2019-08-07 07:59:23.615849"]]
31803
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31804
+  (0.0ms) SAVEPOINT active_record_1
31805
+ 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-08-07 07:59:23.616857"], ["updated_at", "2019-08-07 07:59:23.616857"]]
31806
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31807
+  (0.0ms) SAVEPOINT active_record_1
31808
+ 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-08-04 07:59:23.617762"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.618423"]]
31809
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31810
+  (0.0ms) SAVEPOINT active_record_1
31811
+ 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-08-07 07:59:23.619993"], ["updated_at", "2019-08-07 07:59:23.619993"]]
31812
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31813
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
31814
+  (0.0ms) SAVEPOINT active_record_1
31815
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
31816
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31817
+  (0.0ms) SAVEPOINT active_record_1
31818
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
31819
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31820
+  (0.0ms) SAVEPOINT active_record_1
31821
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31822
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31823
+ User Load (0.2ms) SELECT "users".* FROM "users"
31824
+  (0.0ms) SAVEPOINT active_record_1
31825
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31826
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31827
+  (0.1ms) SAVEPOINT active_record_1
31828
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31829
+  (0.2ms) RELEASE SAVEPOINT active_record_1
31830
+ Island Load (0.4ms) SELECT "isle".* FROM "isle"
31831
+  (0.2ms) SAVEPOINT active_record_1
31832
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31833
+  (0.2ms) RELEASE SAVEPOINT active_record_1
31834
+  (1.1ms) rollback transaction
31835
+  (0.1ms) begin transaction
31836
+  (0.0ms) SAVEPOINT active_record_1
31837
+ SQL (1.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.639008"], ["updated_at", "2019-08-07 07:59:23.639008"]]
31838
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31839
+  (0.0ms) SAVEPOINT active_record_1
31840
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.642017"], ["updated_at", "2019-08-07 07:59:23.642017"]]
31841
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31842
+  (0.0ms) SAVEPOINT active_record_1
31843
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.643011"], ["updated_at", "2019-08-07 07:59:23.643011"]]
31844
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31845
+  (0.0ms) SAVEPOINT active_record_1
31846
+ 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-08-07 07:59:23.644538"], ["updated_at", "2019-08-07 07:59:23.644538"]]
31847
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31848
+  (0.0ms) SAVEPOINT active_record_1
31849
+ 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-08-04 07:59:23.645573"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.646321"]]
31850
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31851
+  (0.0ms) SAVEPOINT active_record_1
31852
+ 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-08-07 07:59:23.647885"], ["updated_at", "2019-08-07 07:59:23.647885"]]
31853
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31854
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
31855
+  (0.0ms) SAVEPOINT active_record_1
31856
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
31857
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31858
+  (0.0ms) SAVEPOINT active_record_1
31859
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
31860
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31861
+  (0.0ms) SAVEPOINT active_record_1
31862
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31863
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31864
+ User Load (0.1ms) SELECT "users".* FROM "users"
31865
+  (0.0ms) SAVEPOINT active_record_1
31866
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31867
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31868
+  (0.0ms) SAVEPOINT active_record_1
31869
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31870
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31871
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
31872
+  (0.0ms) SAVEPOINT active_record_1
31873
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31874
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31875
+  (0.5ms) rollback transaction
31876
+  (0.1ms) begin transaction
31877
+  (0.1ms) SAVEPOINT active_record_1
31878
+ SQL (1.8ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.655915"], ["updated_at", "2019-08-07 07:59:23.655915"]]
31879
+  (0.2ms) RELEASE SAVEPOINT active_record_1
31880
+  (30.0ms) SAVEPOINT active_record_1
31881
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.695490"], ["updated_at", "2019-08-07 07:59:23.695490"]]
31882
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31883
+  (0.0ms) SAVEPOINT active_record_1
31884
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.696783"], ["updated_at", "2019-08-07 07:59:23.696783"]]
31885
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31886
+  (0.0ms) SAVEPOINT active_record_1
31887
+ 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-08-07 07:59:23.698627"], ["updated_at", "2019-08-07 07:59:23.698627"]]
31888
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31889
+  (0.1ms) SAVEPOINT active_record_1
31890
+ 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-08-04 07:59:23.701117"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.702610"]]
31891
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31892
+  (0.0ms) SAVEPOINT active_record_1
31893
+ 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-08-07 07:59:23.704339"], ["updated_at", "2019-08-07 07:59:23.704339"]]
31894
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31895
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
31896
+  (0.0ms) SAVEPOINT active_record_1
31897
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
31898
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31899
+  (0.2ms) SAVEPOINT active_record_1
31900
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
31901
+  (0.2ms) RELEASE SAVEPOINT active_record_1
31902
+  (0.6ms) SAVEPOINT active_record_1
31903
+ SQL (0.2ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31904
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31905
+ User Load (0.8ms) SELECT "users".* FROM "users"
31906
+  (0.3ms) SAVEPOINT active_record_1
31907
+ SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31908
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31909
+  (0.0ms) SAVEPOINT active_record_1
31910
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31911
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31912
+ Island Load (0.7ms) SELECT "isle".* FROM "isle"
31913
+  (0.2ms) SAVEPOINT active_record_1
31914
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31915
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31916
+  (1.6ms) rollback transaction
31917
+  (0.1ms) begin transaction
31918
+  (0.0ms) SAVEPOINT active_record_1
31919
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.730595"], ["updated_at", "2019-08-07 07:59:23.730595"]]
31920
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31921
+  (0.0ms) SAVEPOINT active_record_1
31922
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.732544"], ["updated_at", "2019-08-07 07:59:23.732544"]]
31923
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31924
+  (0.0ms) SAVEPOINT active_record_1
31925
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.733775"], ["updated_at", "2019-08-07 07:59:23.733775"]]
31926
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31927
+  (0.0ms) SAVEPOINT active_record_1
31928
+ 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-08-07 07:59:23.735268"], ["updated_at", "2019-08-07 07:59:23.735268"]]
31929
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31930
+  (0.0ms) SAVEPOINT active_record_1
31931
+ 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-08-04 07:59:23.736519"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.737359"]]
31932
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31933
+  (0.1ms) SAVEPOINT active_record_1
31934
+ 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-08-07 07:59:23.739473"], ["updated_at", "2019-08-07 07:59:23.739473"]]
31935
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31936
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
31937
+  (0.0ms) SAVEPOINT active_record_1
31938
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
31939
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31940
+  (0.0ms) SAVEPOINT active_record_1
31941
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
31942
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31943
+  (0.0ms) SAVEPOINT active_record_1
31944
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31945
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31946
+ User Load (0.1ms) SELECT "users".* FROM "users"
31947
+  (0.0ms) SAVEPOINT active_record_1
31948
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31949
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31950
+  (0.0ms) SAVEPOINT active_record_1
31951
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31952
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31953
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
31954
+  (0.0ms) SAVEPOINT active_record_1
31955
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31956
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31957
+  (0.3ms) rollback transaction
31958
+  (0.0ms) begin transaction
31959
+  (0.0ms) SAVEPOINT active_record_1
31960
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.746892"], ["updated_at", "2019-08-07 07:59:23.746892"]]
31961
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31962
+  (0.0ms) SAVEPOINT active_record_1
31963
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.748219"], ["updated_at", "2019-08-07 07:59:23.748219"]]
31964
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31965
+  (0.0ms) SAVEPOINT active_record_1
31966
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.749259"], ["updated_at", "2019-08-07 07:59:23.749259"]]
31967
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31968
+  (0.0ms) SAVEPOINT active_record_1
31969
+ 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-08-07 07:59:23.750687"], ["updated_at", "2019-08-07 07:59:23.750687"]]
31970
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31971
+  (0.0ms) SAVEPOINT active_record_1
31972
+ 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-08-04 07:59:23.751656"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.752535"]]
31973
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31974
+  (0.0ms) SAVEPOINT active_record_1
31975
+ 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-08-07 07:59:23.755033"], ["updated_at", "2019-08-07 07:59:23.755033"]]
31976
+  (0.2ms) RELEASE SAVEPOINT active_record_1
31977
+ Tree Load (0.2ms) SELECT "trees".* FROM "trees"
31978
+  (0.1ms) SAVEPOINT active_record_1
31979
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
31980
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31981
+  (0.0ms) SAVEPOINT active_record_1
31982
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
31983
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31984
+  (0.0ms) SAVEPOINT active_record_1
31985
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
31986
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31987
+ User Load (0.1ms) SELECT "users".* FROM "users"
31988
+  (0.0ms) SAVEPOINT active_record_1
31989
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
31990
+  (0.1ms) RELEASE SAVEPOINT active_record_1
31991
+  (0.0ms) SAVEPOINT active_record_1
31992
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
31993
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31994
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
31995
+  (0.0ms) SAVEPOINT active_record_1
31996
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
31997
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31998
+  (6.2ms) rollback transaction
31999
+  (0.1ms) begin transaction
32000
+  (0.1ms) SAVEPOINT active_record_1
32001
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.786718"], ["updated_at", "2019-08-07 07:59:23.786718"]]
32002
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32003
+  (0.0ms) SAVEPOINT active_record_1
32004
+ SQL (0.3ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.789653"], ["updated_at", "2019-08-07 07:59:23.789653"]]
32005
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32006
+  (0.1ms) SAVEPOINT active_record_1
32007
+ SQL (0.8ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.794141"], ["updated_at", "2019-08-07 07:59:23.794141"]]
32008
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32009
+  (0.1ms) SAVEPOINT active_record_1
32010
+ 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-08-07 07:59:23.805433"], ["updated_at", "2019-08-07 07:59:23.805433"]]
32011
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32012
+  (0.1ms) SAVEPOINT active_record_1
32013
+ 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-08-04 07:59:23.807556"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.808522"]]
32014
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32015
+  (0.0ms) SAVEPOINT active_record_1
32016
+ 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-08-07 07:59:23.810207"], ["updated_at", "2019-08-07 07:59:23.810207"]]
32017
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32018
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
32019
+  (0.0ms) SAVEPOINT active_record_1
32020
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
32021
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32022
+  (0.0ms) SAVEPOINT active_record_1
32023
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
32024
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32025
+  (0.0ms) SAVEPOINT active_record_1
32026
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
32027
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32028
+ User Load (0.1ms) SELECT "users".* FROM "users"
32029
+  (0.0ms) SAVEPOINT active_record_1
32030
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
32031
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32032
+  (0.0ms) SAVEPOINT active_record_1
32033
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
32034
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32035
+ Island Load (0.0ms) SELECT "isle".* FROM "isle"
32036
+  (0.0ms) SAVEPOINT active_record_1
32037
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
32038
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32039
+  (0.5ms) rollback transaction
32040
+  (0.1ms) begin transaction
32041
+  (0.0ms) SAVEPOINT active_record_1
32042
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.817284"], ["updated_at", "2019-08-07 07:59:23.817284"]]
32043
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32044
+  (0.0ms) SAVEPOINT active_record_1
32045
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.819271"], ["updated_at", "2019-08-07 07:59:23.819271"]]
32046
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32047
+  (0.0ms) SAVEPOINT active_record_1
32048
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.821139"], ["updated_at", "2019-08-07 07:59:23.821139"]]
32049
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32050
+  (0.0ms) SAVEPOINT active_record_1
32051
+ 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-08-07 07:59:23.822682"], ["updated_at", "2019-08-07 07:59:23.822682"]]
32052
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32053
+  (0.0ms) SAVEPOINT active_record_1
32054
+ 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-08-04 07:59:23.824038"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.824742"]]
32055
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32056
+  (0.0ms) SAVEPOINT active_record_1
32057
+ 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-08-07 07:59:23.825950"], ["updated_at", "2019-08-07 07:59:23.825950"]]
32058
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32059
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
32060
+  (0.1ms) SAVEPOINT active_record_1
32061
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
32062
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32063
+  (0.0ms) SAVEPOINT active_record_1
32064
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
32065
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32066
+  (0.0ms) SAVEPOINT active_record_1
32067
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
32068
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32069
+ User Load (0.1ms) SELECT "users".* FROM "users"
32070
+  (0.0ms) SAVEPOINT active_record_1
32071
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
32072
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32073
+  (0.0ms) SAVEPOINT active_record_1
32074
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
32075
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32076
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
32077
+  (0.0ms) SAVEPOINT active_record_1
32078
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
32079
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32080
+  (0.6ms) rollback transaction
32081
+  (0.4ms) begin transaction
32082
+  (1.1ms) SAVEPOINT active_record_1
32083
+ SQL (0.5ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.853207"], ["updated_at", "2019-08-07 07:59:23.853207"]]
32084
+  (26.1ms) RELEASE SAVEPOINT active_record_1
32085
+  (0.3ms) SAVEPOINT active_record_1
32086
+ SQL (0.5ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.895666"], ["updated_at", "2019-08-07 07:59:23.895666"]]
32087
+  (0.2ms) RELEASE SAVEPOINT active_record_1
32088
+  (0.1ms) SAVEPOINT active_record_1
32089
+ SQL (10.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.900556"], ["updated_at", "2019-08-07 07:59:23.900556"]]
32090
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32091
+  (0.1ms) SAVEPOINT active_record_1
32092
+ 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-08-07 07:59:23.915466"], ["updated_at", "2019-08-07 07:59:23.915466"]]
32093
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32094
+  (0.1ms) SAVEPOINT active_record_1
32095
+ 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-08-04 07:59:23.919726"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.921082"]]
32096
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32097
+  (0.1ms) SAVEPOINT active_record_1
32098
+ 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-08-07 07:59:23.924065"], ["updated_at", "2019-08-07 07:59:23.924065"]]
32099
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32100
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
32101
+  (0.0ms) SAVEPOINT active_record_1
32102
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
32103
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32104
+  (0.0ms) SAVEPOINT active_record_1
32105
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
32106
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32107
+  (0.0ms) SAVEPOINT active_record_1
32108
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
32109
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32110
+ User Load (0.1ms) SELECT "users".* FROM "users"
32111
+  (0.0ms) SAVEPOINT active_record_1
32112
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
32113
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32114
+  (0.0ms) SAVEPOINT active_record_1
32115
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
32116
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32117
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
32118
+  (0.0ms) SAVEPOINT active_record_1
32119
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
32120
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32121
+  (1.6ms) rollback transaction
32122
+  (0.1ms) begin transaction
32123
+  (0.0ms) SAVEPOINT active_record_1
32124
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.932452"], ["updated_at", "2019-08-07 07:59:23.932452"]]
32125
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32126
+  (0.0ms) SAVEPOINT active_record_1
32127
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.933795"], ["updated_at", "2019-08-07 07:59:23.933795"]]
32128
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32129
+  (0.0ms) SAVEPOINT active_record_1
32130
+ SQL (0.0ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.934924"], ["updated_at", "2019-08-07 07:59:23.934924"]]
32131
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32132
+  (0.0ms) SAVEPOINT active_record_1
32133
+ 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-08-07 07:59:23.936138"], ["updated_at", "2019-08-07 07:59:23.936138"]]
32134
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32135
+  (0.0ms) SAVEPOINT active_record_1
32136
+ 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-08-04 07:59:23.937041"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.937853"]]
32137
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32138
+  (0.0ms) SAVEPOINT active_record_1
32139
+ 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-08-07 07:59:23.939133"], ["updated_at", "2019-08-07 07:59:23.939133"]]
32140
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32141
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
32142
+  (0.1ms) SAVEPOINT active_record_1
32143
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
32144
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32145
+  (0.0ms) SAVEPOINT active_record_1
32146
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
32147
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32148
+  (0.0ms) SAVEPOINT active_record_1
32149
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
32150
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32151
+ User Load (0.1ms) SELECT "users".* FROM "users"
32152
+  (0.1ms) SAVEPOINT active_record_1
32153
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
32154
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32155
+  (0.0ms) SAVEPOINT active_record_1
32156
+ SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
32157
+  (0.4ms) RELEASE SAVEPOINT active_record_1
32158
+ Island Load (0.6ms) SELECT "isle".* FROM "isle"
32159
+  (0.2ms) SAVEPOINT active_record_1
32160
+ SQL (0.3ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
32161
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32162
+  (0.7ms) rollback transaction
32163
+  (0.1ms) begin transaction
32164
+  (0.1ms) SAVEPOINT active_record_1
32165
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:23.958185"], ["updated_at", "2019-08-07 07:59:23.958185"]]
32166
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32167
+  (0.0ms) SAVEPOINT active_record_1
32168
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:23.959650"], ["updated_at", "2019-08-07 07:59:23.959650"]]
32169
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32170
+  (0.0ms) SAVEPOINT active_record_1
32171
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:23.960827"], ["updated_at", "2019-08-07 07:59:23.960827"]]
32172
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32173
+  (0.0ms) SAVEPOINT active_record_1
32174
+ 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-08-07 07:59:23.962679"], ["updated_at", "2019-08-07 07:59:23.962679"]]
32175
+  (0.5ms) RELEASE SAVEPOINT active_record_1
32176
+  (0.1ms) SAVEPOINT active_record_1
32177
+ 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-08-04 07:59:23.965220"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:23.968737"]]
32178
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32179
+  (0.0ms) SAVEPOINT active_record_1
32180
+ 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-08-07 07:59:23.981212"], ["updated_at", "2019-08-07 07:59:23.981212"]]
32181
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32182
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
32183
+  (0.1ms) SAVEPOINT active_record_1
32184
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
32185
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32186
+  (0.0ms) SAVEPOINT active_record_1
32187
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
32188
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32189
+  (0.1ms) SAVEPOINT active_record_1
32190
+ SQL (0.3ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
32191
+  (1.5ms) RELEASE SAVEPOINT active_record_1
32192
+ User Load (1.9ms) SELECT "users".* FROM "users"
32193
+  (0.1ms) SAVEPOINT active_record_1
32194
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
32195
+  (0.2ms) RELEASE SAVEPOINT active_record_1
32196
+  (0.1ms) SAVEPOINT active_record_1
32197
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
32198
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32199
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
32200
+  (0.0ms) SAVEPOINT active_record_1
32201
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
32202
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32203
+  (0.6ms) rollback transaction
32204
+  (0.1ms) begin transaction
32205
+  (0.0ms) SAVEPOINT active_record_1
32206
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:24.007150"], ["updated_at", "2019-08-07 07:59:24.007150"]]
32207
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32208
+  (0.0ms) SAVEPOINT active_record_1
32209
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:24.009259"], ["updated_at", "2019-08-07 07:59:24.009259"]]
32210
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32211
+  (0.0ms) SAVEPOINT active_record_1
32212
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:24.010818"], ["updated_at", "2019-08-07 07:59:24.010818"]]
32213
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32214
+  (0.0ms) SAVEPOINT active_record_1
32215
+ 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-08-07 07:59:24.012692"], ["updated_at", "2019-08-07 07:59:24.012692"]]
32216
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32217
+  (0.0ms) SAVEPOINT active_record_1
32218
+ 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-08-04 07:59:24.014219"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:24.015286"]]
32219
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32220
+  (0.0ms) SAVEPOINT active_record_1
32221
+ 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-08-07 07:59:24.018764"], ["updated_at", "2019-08-07 07:59:24.018764"]]
32222
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32223
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
32224
+  (0.0ms) SAVEPOINT active_record_1
32225
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
32226
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32227
+  (0.0ms) SAVEPOINT active_record_1
32228
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
32229
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32230
+  (0.0ms) SAVEPOINT active_record_1
32231
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
32232
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32233
+ User Load (0.1ms) SELECT "users".* FROM "users"
32234
+  (0.0ms) SAVEPOINT active_record_1
32235
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
32236
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32237
+  (0.0ms) SAVEPOINT active_record_1
32238
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
32239
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32240
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
32241
+  (0.1ms) SAVEPOINT active_record_1
32242
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
32243
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32244
+  (0.8ms) rollback transaction
32245
+  (0.1ms) begin transaction
32246
+  (0.9ms) SAVEPOINT active_record_1
32247
+ SQL (1.5ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:24.032389"], ["updated_at", "2019-08-07 07:59:24.032389"]]
32248
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32249
+  (0.1ms) SAVEPOINT active_record_1
32250
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:24.039975"], ["updated_at", "2019-08-07 07:59:24.039975"]]
32251
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32252
+  (0.0ms) SAVEPOINT active_record_1
32253
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:24.042621"], ["updated_at", "2019-08-07 07:59:24.042621"]]
32254
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32255
+  (0.1ms) SAVEPOINT active_record_1
32256
+ 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-08-07 07:59:24.047587"], ["updated_at", "2019-08-07 07:59:24.047587"]]
32257
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32258
+  (0.1ms) SAVEPOINT active_record_1
32259
+ 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-08-04 07:59:24.049222"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:24.050313"]]
32260
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32261
+  (0.0ms) SAVEPOINT active_record_1
32262
+ 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-08-07 07:59:24.052320"], ["updated_at", "2019-08-07 07:59:24.052320"]]
32263
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32264
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
32265
+  (0.0ms) SAVEPOINT active_record_1
32266
+ SQL (0.2ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
32267
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32268
+  (0.1ms) SAVEPOINT active_record_1
32269
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
32270
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32271
+  (0.0ms) SAVEPOINT active_record_1
32272
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
32273
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32274
+ User Load (0.1ms) SELECT "users".* FROM "users"
32275
+  (0.0ms) SAVEPOINT active_record_1
32276
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
32277
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32278
+  (0.0ms) SAVEPOINT active_record_1
32279
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
32280
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32281
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
32282
+  (0.0ms) SAVEPOINT active_record_1
32283
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
32284
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32285
+  (0.5ms) rollback transaction
32286
+  (0.1ms) begin transaction
32287
+  (0.0ms) SAVEPOINT active_record_1
32288
+ SQL (0.5ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:24.062966"], ["updated_at", "2019-08-07 07:59:24.062966"]]
32289
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32290
+  (0.1ms) SAVEPOINT active_record_1
32291
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:24.065521"], ["updated_at", "2019-08-07 07:59:24.065521"]]
32292
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32293
+  (0.0ms) SAVEPOINT active_record_1
32294
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:24.067018"], ["updated_at", "2019-08-07 07:59:24.067018"]]
32295
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32296
+  (0.0ms) SAVEPOINT active_record_1
32297
+ 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-08-07 07:59:24.069233"], ["updated_at", "2019-08-07 07:59:24.069233"]]
32298
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32299
+  (0.0ms) SAVEPOINT active_record_1
32300
+ 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-08-04 07:59:24.070675"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:24.071498"]]
32301
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32302
+  (0.1ms) SAVEPOINT active_record_1
32303
+ 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-08-07 07:59:24.077337"], ["updated_at", "2019-08-07 07:59:24.077337"]]
32304
+  (0.3ms) RELEASE SAVEPOINT active_record_1
32305
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
32306
+  (0.0ms) SAVEPOINT active_record_1
32307
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
32308
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32309
+  (0.0ms) SAVEPOINT active_record_1
32310
+ SQL (0.8ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
32311
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32312
+  (0.0ms) SAVEPOINT active_record_1
32313
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
32314
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32315
+ User Load (0.1ms) SELECT "users".* FROM "users"
32316
+  (0.0ms) SAVEPOINT active_record_1
32317
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
32318
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32319
+  (0.0ms) SAVEPOINT active_record_1
32320
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
32321
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32322
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
32323
+  (0.1ms) SAVEPOINT active_record_1
32324
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
32325
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32326
+  (0.6ms) rollback transaction
32327
+  (0.1ms) begin transaction
32328
+  (0.0ms) SAVEPOINT active_record_1
32329
+ SQL (0.3ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:24.101730"], ["updated_at", "2019-08-07 07:59:24.101730"]]
32330
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32331
+  (0.0ms) SAVEPOINT active_record_1
32332
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:24.103090"], ["updated_at", "2019-08-07 07:59:24.103090"]]
32333
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32334
+  (0.0ms) SAVEPOINT active_record_1
32335
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:24.104161"], ["updated_at", "2019-08-07 07:59:24.104161"]]
32336
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32337
+  (0.0ms) SAVEPOINT active_record_1
32338
+ 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-08-07 07:59:24.105513"], ["updated_at", "2019-08-07 07:59:24.105513"]]
32339
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32340
+  (0.1ms) SAVEPOINT active_record_1
32341
+ 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-08-04 07:59:24.107054"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:24.108140"]]
32342
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32343
+  (0.0ms) SAVEPOINT active_record_1
32344
+ 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-08-07 07:59:24.110022"], ["updated_at", "2019-08-07 07:59:24.110022"]]
32345
+  (0.4ms) RELEASE SAVEPOINT active_record_1
32346
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
32347
+  (0.0ms) SAVEPOINT active_record_1
32348
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
32349
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32350
+  (0.0ms) SAVEPOINT active_record_1
32351
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
32352
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32353
+  (0.0ms) SAVEPOINT active_record_1
32354
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
32355
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32356
+ User Load (0.1ms) SELECT "users".* FROM "users"
32357
+  (0.0ms) SAVEPOINT active_record_1
32358
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
32359
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32360
+  (0.0ms) SAVEPOINT active_record_1
32361
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
32362
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32363
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
32364
+  (0.0ms) SAVEPOINT active_record_1
32365
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
32366
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32367
+  (0.4ms) rollback transaction
32368
+  (0.1ms) begin transaction
32369
+  (0.0ms) SAVEPOINT active_record_1
32370
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:24.117877"], ["updated_at", "2019-08-07 07:59:24.117877"]]
32371
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32372
+  (0.0ms) SAVEPOINT active_record_1
32373
+ SQL (0.3ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:24.119905"], ["updated_at", "2019-08-07 07:59:24.119905"]]
32374
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32375
+  (0.0ms) SAVEPOINT active_record_1
32376
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:24.121832"], ["updated_at", "2019-08-07 07:59:24.121832"]]
32377
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32378
+  (0.1ms) SAVEPOINT active_record_1
32379
+ SQL (1.0ms) 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-08-07 07:59:24.124424"], ["updated_at", "2019-08-07 07:59:24.124424"]]
32380
+  (0.2ms) RELEASE SAVEPOINT active_record_1
32381
+  (0.1ms) SAVEPOINT active_record_1
32382
+ 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-08-04 07:59:24.129503"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:24.131277"]]
32383
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32384
+  (0.0ms) SAVEPOINT active_record_1
32385
+ 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-08-07 07:59:24.135071"], ["updated_at", "2019-08-07 07:59:24.135071"]]
32386
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32387
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
32388
+  (0.0ms) SAVEPOINT active_record_1
32389
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
32390
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32391
+  (0.0ms) SAVEPOINT active_record_1
32392
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
32393
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32394
+  (0.0ms) SAVEPOINT active_record_1
32395
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
32396
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32397
+ User Load (0.1ms) SELECT "users".* FROM "users"
32398
+  (0.0ms) SAVEPOINT active_record_1
32399
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
32400
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32401
+  (0.0ms) SAVEPOINT active_record_1
32402
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
32403
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32404
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
32405
+  (0.0ms) SAVEPOINT active_record_1
32406
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
32407
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32408
+  (0.5ms) rollback transaction
32409
+  (0.1ms) begin transaction
32410
+  (0.0ms) SAVEPOINT active_record_1
32411
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:24.143351"], ["updated_at", "2019-08-07 07:59:24.143351"]]
32412
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32413
+  (0.0ms) SAVEPOINT active_record_1
32414
+ SQL (0.2ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:24.145437"], ["updated_at", "2019-08-07 07:59:24.145437"]]
32415
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32416
+  (0.0ms) SAVEPOINT active_record_1
32417
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:24.146889"], ["updated_at", "2019-08-07 07:59:24.146889"]]
32418
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32419
+  (0.0ms) SAVEPOINT active_record_1
32420
+ 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-08-07 07:59:24.148397"], ["updated_at", "2019-08-07 07:59:24.148397"]]
32421
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32422
+  (0.1ms) SAVEPOINT active_record_1
32423
+ 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-08-04 07:59:24.149460"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:24.151126"]]
32424
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32425
+  (0.1ms) SAVEPOINT active_record_1
32426
+ 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-08-07 07:59:24.154250"], ["updated_at", "2019-08-07 07:59:24.154250"]]
32427
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32428
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
32429
+  (0.0ms) SAVEPOINT active_record_1
32430
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
32431
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32432
+  (0.0ms) SAVEPOINT active_record_1
32433
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
32434
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32435
+  (0.0ms) SAVEPOINT active_record_1
32436
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
32437
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32438
+ User Load (0.1ms) SELECT "users".* FROM "users"
32439
+  (0.2ms) SAVEPOINT active_record_1
32440
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
32441
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32442
+  (0.1ms) SAVEPOINT active_record_1
32443
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
32444
+  (0.3ms) RELEASE SAVEPOINT active_record_1
32445
+ Island Load (0.2ms) SELECT "isle".* FROM "isle"
32446
+  (0.2ms) SAVEPOINT active_record_1
32447
+ SQL (0.6ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
32448
+  (1.2ms) RELEASE SAVEPOINT active_record_1
32449
+  (1.6ms) rollback transaction
32450
+  (0.1ms) begin transaction
32451
+  (0.0ms) SAVEPOINT active_record_1
32452
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:24.193060"], ["updated_at", "2019-08-07 07:59:24.193060"]]
32453
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32454
+  (0.0ms) SAVEPOINT active_record_1
32455
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:24.194975"], ["updated_at", "2019-08-07 07:59:24.194975"]]
32456
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32457
+  (0.1ms) SAVEPOINT active_record_1
32458
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:24.196891"], ["updated_at", "2019-08-07 07:59:24.196891"]]
32459
+  (0.5ms) RELEASE SAVEPOINT active_record_1
32460
+  (0.1ms) SAVEPOINT active_record_1
32461
+ 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-08-07 07:59:24.199630"], ["updated_at", "2019-08-07 07:59:24.199630"]]
32462
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32463
+  (0.0ms) SAVEPOINT active_record_1
32464
+ 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-08-04 07:59:24.201265"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:24.202024"]]
32465
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32466
+  (0.0ms) SAVEPOINT active_record_1
32467
+ 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-08-07 07:59:24.203298"], ["updated_at", "2019-08-07 07:59:24.203298"]]
32468
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32469
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
32470
+  (0.2ms) SAVEPOINT active_record_1
32471
+ SQL (0.1ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
32472
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32473
+  (0.0ms) SAVEPOINT active_record_1
32474
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
32475
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32476
+  (0.1ms) SAVEPOINT active_record_1
32477
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
32478
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32479
+ User Load (0.1ms) SELECT "users".* FROM "users"
32480
+  (0.1ms) SAVEPOINT active_record_1
32481
+ SQL (0.6ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
32482
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32483
+  (0.2ms) SAVEPOINT active_record_1
32484
+ SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
32485
+  (0.4ms) RELEASE SAVEPOINT active_record_1
32486
+ Island Load (0.4ms) SELECT "isle".* FROM "isle"
32487
+  (0.1ms) SAVEPOINT active_record_1
32488
+ SQL (0.1ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
32489
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32490
+  (9.0ms) rollback transaction
32491
+  (0.1ms) begin transaction
32492
+  (0.1ms) SAVEPOINT active_record_1
32493
+ SQL (0.4ms) INSERT INTO "isle" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "L'île de la muerta"], ["created_at", "2019-08-07 07:59:24.233116"], ["updated_at", "2019-08-07 07:59:24.233116"]]
32494
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32495
+  (0.0ms) SAVEPOINT active_record_1
32496
+ SQL (0.1ms) INSERT INTO "users" ("title", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", 0], ["name", "Ben E."], ["created_at", "2019-08-07 07:59:24.235182"], ["updated_at", "2019-08-07 07:59:24.235182"]]
32497
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32498
+  (0.0ms) SAVEPOINT active_record_1
32499
+ SQL (0.1ms) INSERT INTO "users" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", 1], ["created_at", "2019-08-07 07:59:24.236664"], ["updated_at", "2019-08-07 07:59:24.236664"]]
32500
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32501
+  (0.0ms) SAVEPOINT active_record_1
32502
+ 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-08-07 07:59:24.238377"], ["updated_at", "2019-08-07 07:59:24.238377"]]
32503
+  (0.3ms) RELEASE SAVEPOINT active_record_1
32504
+  (0.0ms) SAVEPOINT active_record_1
32505
+ 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-08-04 07:59:24.240169"], ["owner_id", 1], ["updated_at", "2019-08-07 07:59:24.240997"]]
32506
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32507
+  (0.1ms) SAVEPOINT active_record_1
32508
+ 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-08-07 07:59:24.244383"], ["updated_at", "2019-08-07 07:59:24.244383"]]
32509
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32510
+  (0.1ms) SELECT COUNT(*) FROM "trees" WHERE (("trees"."created_at" BETWEEN '2019-08-02 22:00:00 UTC' AND '2019-08-04 21:59:59 UTC' AND "trees"."name" LIKE '%Tree%'))
32511
+ Tree Load (0.1ms) SELECT "trees".* FROM "trees"
32512
+  (0.0ms) SAVEPOINT active_record_1
32513
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 1]]
32514
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32515
+  (0.0ms) SAVEPOINT active_record_1
32516
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 2]]
32517
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32518
+  (0.0ms) SAVEPOINT active_record_1
32519
+ SQL (0.0ms) DELETE FROM "trees" WHERE "trees"."id" = ? [["id", 3]]
32520
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32521
+ User Load (0.1ms) SELECT "users".* FROM "users"
32522
+  (0.0ms) SAVEPOINT active_record_1
32523
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
32524
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32525
+  (0.0ms) SAVEPOINT active_record_1
32526
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
32527
+  (0.1ms) RELEASE SAVEPOINT active_record_1
32528
+ Island Load (0.1ms) SELECT "isle".* FROM "isle"
32529
+  (0.0ms) SAVEPOINT active_record_1
32530
+ SQL (0.0ms) DELETE FROM "isle" WHERE "isle"."id" = ? [["id", 1]]
32531
+  (0.0ms) RELEASE SAVEPOINT active_record_1
32532
+  (0.5ms) rollback transaction
32533
+  (0.1ms) begin transaction
32534
+  (0.0ms) rollback transaction
32535
+  (0.1ms) begin transaction
32536
+  (0.0ms) rollback transaction
32537
+  (0.1ms) begin transaction
32538
+  (0.0ms) rollback transaction
32539
+  (0.2ms) begin transaction
32540
+  (0.0ms) rollback transaction
32541
+  (0.2ms) begin transaction
32542
+  (0.1ms) rollback transaction
32543
+  (0.1ms) begin transaction
32544
+  (0.0ms) rollback transaction
32545
+  (0.1ms) begin transaction
32546
+  (0.3ms) rollback transaction
32547
+  (0.1ms) begin transaction
32548
+  (0.1ms) rollback transaction
32549
+  (0.1ms) begin transaction
32550
+  (0.0ms) rollback transaction
32551
+  (0.0ms) begin transaction
32552
+  (0.0ms) rollback transaction
32553
+  (0.1ms) begin transaction
32554
+  (4.4ms) rollback transaction
32555
+  (0.1ms) begin transaction
32556
+  (0.1ms) rollback transaction
32557
+  (0.1ms) begin transaction
32558
+  (0.1ms) rollback transaction
32559
+  (0.1ms) begin transaction
32560
+  (0.1ms) rollback transaction
32561
+  (0.1ms) begin transaction
32562
+  (0.0ms) rollback transaction
32563
+  (0.0ms) begin transaction
32564
+  (0.0ms) rollback transaction
32565
+  (0.0ms) begin transaction
32566
+  (0.1ms) rollback transaction
32567
+  (0.0ms) begin transaction
32568
+  (0.0ms) rollback transaction