DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from require at bin/rails:4) DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from require at /Users/kevin/Projects/Regions/bin/rails:12)  (3.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (1.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateRegions (20161120193336)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "regions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "region_id" integer, "category" varchar, "code" varchar, "name" varchar, "alpha_3_code" varchar, "numeric_code" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_regions_on_region_id" ON "regions" ("region_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_regions_on_region_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_regions_on_region_id' AND type='index'   (0.1ms) CREATE UNIQUE INDEX "index_regions_on_region_id_and_code" ON "regions" ("region_id", "code") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161120193336"]]  (0.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", 2016-11-21 00:05:49 UTC], ["updated_at", 2016-11-21 00:05:49 UTC]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_regions_on_region_id_and_code' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_regions_on_region_id_and_code' AND type='index'   (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_regions_on_region_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_regions_on_region_id' AND type='index'  DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from require at bin/rails:4) Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AD"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "AD"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "AD"], ["name", "Andorra"], ["alpha_3_code", "AND"], ["numeric_code", 20], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (2.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 1], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1], ["category", "parish"], ["code", "02"], ["name", "Canillo"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 1], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1], ["category", "parish"], ["code", "03"], ["name", "Encamp"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 1], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1], ["category", "parish"], ["code", "04"], ["name", "La Massana"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 1], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1], ["category", "parish"], ["code", "05"], ["name", "Ordino"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 1], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1], ["category", "parish"], ["code", "06"], ["name", "Sant Julià de Lòria"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 1], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1], ["category", "parish"], ["code", "07"], ["name", "Andorra la Vella"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 1], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1], ["category", "parish"], ["code", "08"], ["name", "Escaldes-Engordany"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "AE"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "AE"], ["name", "United Arab Emirates"], ["alpha_3_code", "ARE"], ["numeric_code", 784], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 9 AND "regions"."code" = ? LIMIT ? [["code", "AJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AJ"], ["region_id", 9], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 9], ["category", "emirate"], ["code", "AJ"], ["name", "'Ajmān"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 9 AND "regions"."code" = ? LIMIT ? [["code", "AZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AZ"], ["region_id", 9], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 9], ["category", "emirate"], ["code", "AZ"], ["name", "Abū Ȥaby [Abu Dhabi]"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 9 AND "regions"."code" = ? LIMIT ? [["code", "DU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DU"], ["region_id", 9], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 9], ["category", "emirate"], ["code", "DU"], ["name", "Dubayy"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 9 AND "regions"."code" = ? LIMIT ? [["code", "FU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FU"], ["region_id", 9], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 9], ["category", "emirate"], ["code", "FU"], ["name", "Al Fujayrah"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 9 AND "regions"."code" = ? LIMIT ? [["code", "RK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RK"], ["region_id", 9], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 9], ["category", "emirate"], ["code", "RK"], ["name", "Ra’s al Khaymah"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 9 AND "regions"."code" = ? LIMIT ? [["code", "SH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SH"], ["region_id", 9], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 9], ["category", "emirate"], ["code", "SH"], ["name", "Ash Shāriqah"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 9 AND "regions"."code" = ? LIMIT ? [["code", "UQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UQ"], ["region_id", 9], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 9], ["category", "emirate"], ["code", "UQ"], ["name", "Umm al Qaywayn"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "AF"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "AF"], ["name", "Afghanistan"], ["alpha_3_code", "AFG"], ["numeric_code", 4], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "BAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BAL"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "BAL"], ["name", "Balkh"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "BAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BAM"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "BAM"], ["name", "Bāmyān"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "BDG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BDG"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "BDG"], ["name", "Bādghīs"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "BDS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BDS"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "BDS"], ["name", "Badakhshān"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "BGL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BGL"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "BGL"], ["name", "Baghlān"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "DAY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DAY"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "DAY"], ["name", "Dāykundī"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "FRA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FRA"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "FRA"], ["name", "Farāh"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "FYB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FYB"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "FYB"], ["name", "Fāryāb"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "GHA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GHA"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "GHA"], ["name", "Ghaznī"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "GHO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GHO"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "GHO"], ["name", "Ghōr"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "HEL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HEL"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "HEL"], ["name", "Helmand"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "HER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HER"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "HER"], ["name", "Herāt"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "JOW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JOW"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "JOW"], ["name", "Jowzjān"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "KAB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KAB"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "KAB"], ["name", "Kābul"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "KAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KAN"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "KAN"], ["name", "Kandahār"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "KAP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KAP"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "KAP"], ["name", "Kāpīsā"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "KDZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KDZ"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "KDZ"], ["name", "Kunduz"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "KHO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KHO"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "KHO"], ["name", "Khōst"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "KNR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KNR"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "KNR"], ["name", "Kunar"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "LAG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LAG"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "LAG"], ["name", "Laghmān"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "LOG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LOG"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "LOG"], ["name", "Lōgar"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "NAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NAN"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "NAN"], ["name", "Nangarhār"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "NIM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NIM"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "NIM"], ["name", "Nīmrōz"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.8ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "NUR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NUR"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "NUR"], ["name", "Nūristān"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "PAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PAN"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "PAN"], ["name", "Panjshayr"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "PAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PAR"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "PAR"], ["name", "Parwān"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "PIA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PIA"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "PIA"], ["name", "Paktiyā"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "PKA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PKA"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "PKA"], ["name", "Paktīkā"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "SAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SAM"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "SAM"], ["name", "Samangān"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "SAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SAR"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "SAR"], ["name", "Sar-e Pul"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "TAK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TAK"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "TAK"], ["name", "Takhār"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "URU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "URU"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "URU"], ["name", "Uruzgān"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "WAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WAR"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "WAR"], ["name", "Wardak"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "ZAB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZAB"], ["region_id", 17], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 17], ["category", "province"], ["code", "ZAB"], ["name", "Zābul"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "AG"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "AG"], ["name", "Antigua and Barbuda"], ["alpha_3_code", "ATG"], ["numeric_code", 28], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 52 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 52], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 52], ["category", "parish"], ["code", "03"], ["name", "Saint George"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 52 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 52], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 52], ["category", "parish"], ["code", "04"], ["name", "Saint John"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 52 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 52], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 52], ["category", "parish"], ["code", "05"], ["name", "Saint Mary"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 52 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 52], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 52], ["category", "parish"], ["code", "06"], ["name", "Saint Paul"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 52 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 52], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 52], ["category", "parish"], ["code", "07"], ["name", "Saint Peter"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 52 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 52], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 52], ["category", "parish"], ["code", "08"], ["name", "Saint Philip"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 52 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 52], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 52], ["category", "dependency"], ["code", "10"], ["name", "Barbuda"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 52 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 52], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 52], ["category", "dependency"], ["code", "11"], ["name", "Redonda"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "AI"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "AI"], ["name", "Anguilla"], ["alpha_3_code", "AIA"], ["numeric_code", 660], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "AL"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "AL"], ["name", "Albania"], ["alpha_3_code", "ALB"], ["numeric_code", 8], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 62 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 62], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 62], ["category", "county"], ["code", "01"], ["name", "Berat"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 63 AND "regions"."code" = ? LIMIT ? [["code", "BR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BR"], ["region_id", 63], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 63], ["category", "district"], ["code", "BR"], ["name", "Berat"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 63 AND "regions"."code" = ? LIMIT ? [["code", "KC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KC"], ["region_id", 63], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 63], ["category", "district"], ["code", "KC"], ["name", "Kuçovë"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 63 AND "regions"."code" = ? LIMIT ? [["code", "SK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SK"], ["region_id", 63], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 63], ["category", "district"], ["code", "SK"], ["name", "Skrapar"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 62 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 62], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 62], ["category", "county"], ["code", "02"], ["name", "Durrës"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 67 AND "regions"."code" = ? LIMIT ? [["code", "DR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DR"], ["region_id", 67], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 67], ["category", "district"], ["code", "DR"], ["name", "Durrës"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 67 AND "regions"."code" = ? LIMIT ? [["code", "KR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KR"], ["region_id", 67], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 67], ["category", "district"], ["code", "KR"], ["name", "Krujë"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 62 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 62], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 62], ["category", "county"], ["code", "03"], ["name", "Elbasan"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 70 AND "regions"."code" = ? LIMIT ? [["code", "EL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EL"], ["region_id", 70], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 70], ["category", "district"], ["code", "EL"], ["name", "Elbasan"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 70 AND "regions"."code" = ? LIMIT ? [["code", "GR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GR"], ["region_id", 70], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 70], ["category", "district"], ["code", "GR"], ["name", "Gramsh"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 70 AND "regions"."code" = ? LIMIT ? [["code", "LB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LB"], ["region_id", 70], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 70], ["category", "district"], ["code", "LB"], ["name", "Librazhd"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 70 AND "regions"."code" = ? LIMIT ? [["code", "PQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PQ"], ["region_id", 70], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 70], ["category", "district"], ["code", "PQ"], ["name", "Peqin"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 62 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 62], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 62], ["category", "county"], ["code", "04"], ["name", "Fier"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 75 AND "regions"."code" = ? LIMIT ? [["code", "FR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FR"], ["region_id", 75], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 75], ["category", "district"], ["code", "FR"], ["name", "Fier"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 75 AND "regions"."code" = ? LIMIT ? [["code", "LU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LU"], ["region_id", 75], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 75], ["category", "district"], ["code", "LU"], ["name", "Lushnjë"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 75 AND "regions"."code" = ? LIMIT ? [["code", "MK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MK"], ["region_id", 75], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 75], ["category", "district"], ["code", "MK"], ["name", "Mallakastër"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 62 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 62], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 62], ["category", "county"], ["code", "05"], ["name", "Gjirokastër"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 79 AND "regions"."code" = ? LIMIT ? [["code", "GJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GJ"], ["region_id", 79], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 79], ["category", "district"], ["code", "GJ"], ["name", "Gjirokastër"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 79 AND "regions"."code" = ? LIMIT ? [["code", "PR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PR"], ["region_id", 79], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 79], ["category", "district"], ["code", "PR"], ["name", "Përmet"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 79 AND "regions"."code" = ? LIMIT ? [["code", "TE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TE"], ["region_id", 79], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 79], ["category", "district"], ["code", "TE"], ["name", "Tepelenë"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 62 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 62], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 62], ["category", "county"], ["code", "06"], ["name", "Korçë"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 83 AND "regions"."code" = ? LIMIT ? [["code", "DV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DV"], ["region_id", 83], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 83], ["category", "district"], ["code", "DV"], ["name", "Devoll"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 83 AND "regions"."code" = ? LIMIT ? [["code", "ER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ER"], ["region_id", 83], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 83], ["category", "district"], ["code", "ER"], ["name", "Kolonjë"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 83 AND "regions"."code" = ? LIMIT ? [["code", "KO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KO"], ["region_id", 83], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 83], ["category", "district"], ["code", "KO"], ["name", "Korçë"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 83 AND "regions"."code" = ? LIMIT ? [["code", "PG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PG"], ["region_id", 83], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 83], ["category", "district"], ["code", "PG"], ["name", "Pogradec"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 62 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 62], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 62], ["category", "county"], ["code", "07"], ["name", "Kukës"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 88 AND "regions"."code" = ? LIMIT ? [["code", "HA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HA"], ["region_id", 88], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 88], ["category", "district"], ["code", "HA"], ["name", "Has"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 88 AND "regions"."code" = ? LIMIT ? [["code", "KU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KU"], ["region_id", 88], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 88], ["category", "district"], ["code", "KU"], ["name", "Kukës"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 88 AND "regions"."code" = ? LIMIT ? [["code", "TP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TP"], ["region_id", 88], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 88], ["category", "district"], ["code", "TP"], ["name", "Tropojë"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 62 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 62], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 62], ["category", "county"], ["code", "08"], ["name", "Lezhë"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 92 AND "regions"."code" = ? LIMIT ? [["code", "KB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KB"], ["region_id", 92], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 92], ["category", "district"], ["code", "KB"], ["name", "Kurbin"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 92 AND "regions"."code" = ? LIMIT ? [["code", "LE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LE"], ["region_id", 92], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 92], ["category", "district"], ["code", "LE"], ["name", "Lezhë"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 92 AND "regions"."code" = ? LIMIT ? [["code", "MR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MR"], ["region_id", 92], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 92], ["category", "district"], ["code", "MR"], ["name", "Mirditë"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 62 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 62], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 62], ["category", "county"], ["code", "09"], ["name", "Dibër"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 96 AND "regions"."code" = ? LIMIT ? [["code", "BU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BU"], ["region_id", 96], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 96], ["category", "district"], ["code", "BU"], ["name", "Bulqizë"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 96 AND "regions"."code" = ? LIMIT ? [["code", "DI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DI"], ["region_id", 96], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 96], ["category", "district"], ["code", "DI"], ["name", "Dibër"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 96 AND "regions"."code" = ? LIMIT ? [["code", "MT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MT"], ["region_id", 96], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 96], ["category", "district"], ["code", "MT"], ["name", "Mat"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 62 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 62], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 62], ["category", "county"], ["code", "10"], ["name", "Shkodër"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 100 AND "regions"."code" = ? LIMIT ? [["code", "MM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MM"], ["region_id", 100], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 100], ["category", "district"], ["code", "MM"], ["name", "Malësi e Madhe"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 100 AND "regions"."code" = ? LIMIT ? [["code", "PU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PU"], ["region_id", 100], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 100], ["category", "district"], ["code", "PU"], ["name", "Pukë"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 100 AND "regions"."code" = ? LIMIT ? [["code", "SH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SH"], ["region_id", 100], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 100], ["category", "district"], ["code", "SH"], ["name", "Shkodër"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 62 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 62], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 62], ["category", "county"], ["code", "11"], ["name", "Tiranë"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 104 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["region_id", 104], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 104], ["category", "district"], ["code", "KA"], ["name", "Kavajë"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 104 AND "regions"."code" = ? LIMIT ? [["code", "TR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TR"], ["region_id", 104], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 104], ["category", "district"], ["code", "TR"], ["name", "Tiranë"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 62 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 62], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 62], ["category", "county"], ["code", "12"], ["name", "Vlorë"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 107 AND "regions"."code" = ? LIMIT ? [["code", "DL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DL"], ["region_id", 107], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 107], ["category", "district"], ["code", "DL"], ["name", "Delvinë"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 107 AND "regions"."code" = ? LIMIT ? [["code", "SR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SR"], ["region_id", 107], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 107], ["category", "district"], ["code", "SR"], ["name", "Sarandë"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 107 AND "regions"."code" = ? LIMIT ? [["code", "VL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VL"], ["region_id", 107], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 107], ["category", "district"], ["code", "VL"], ["name", "Vlorë"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AM"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "AM"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "AM"], ["name", "Armenia"], ["alpha_3_code", "ARM"], ["numeric_code", 51], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 111 AND "regions"."code" = ? LIMIT ? [["code", "AG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AG"], ["region_id", 111], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 111], ["category", "province"], ["code", "AG"], ["name", "Aragacotn"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 111 AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AR"], ["region_id", 111], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 111], ["category", "province"], ["code", "AR"], ["name", "Ararat"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 111 AND "regions"."code" = ? LIMIT ? [["code", "AV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AV"], ["region_id", 111], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 111], ["category", "province"], ["code", "AV"], ["name", "Armavir"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 111 AND "regions"."code" = ? LIMIT ? [["code", "ER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ER"], ["region_id", 111], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 111], ["category", "province"], ["code", "ER"], ["name", "Erevan"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 111 AND "regions"."code" = ? LIMIT ? [["code", "GR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GR"], ["region_id", 111], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 111], ["category", "province"], ["code", "GR"], ["name", "Gegarkunik'"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 111 AND "regions"."code" = ? LIMIT ? [["code", "KT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KT"], ["region_id", 111], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 111], ["category", "province"], ["code", "KT"], ["name", "Kotayk'"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 111 AND "regions"."code" = ? LIMIT ? [["code", "LO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LO"], ["region_id", 111], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 111], ["category", "province"], ["code", "LO"], ["name", "Lory"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 111 AND "regions"."code" = ? LIMIT ? [["code", "SH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SH"], ["region_id", 111], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 111], ["category", "province"], ["code", "SH"], ["name", "Sirak"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 111 AND "regions"."code" = ? LIMIT ? [["code", "SU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SU"], ["region_id", 111], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 111], ["category", "province"], ["code", "SU"], ["name", "Syunik'"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 111 AND "regions"."code" = ? LIMIT ? [["code", "TV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TV"], ["region_id", 111], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 111], ["category", "province"], ["code", "TV"], ["name", "Tavus"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 111 AND "regions"."code" = ? LIMIT ? [["code", "VD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VD"], ["region_id", 111], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 111], ["category", "province"], ["code", "VD"], ["name", "Vayoc Jor"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "AO"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "AO"], ["name", "Angola"], ["alpha_3_code", "AGO"], ["numeric_code", 24], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "BGO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BGO"], ["region_id", 123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 123], ["category", "province"], ["code", "BGO"], ["name", "Bengo"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "BGU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BGU"], ["region_id", 123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 123], ["category", "province"], ["code", "BGU"], ["name", "Benguela"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "BIE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BIE"], ["region_id", 123], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 123], ["category", "province"], ["code", "BIE"], ["name", "Bié"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "CAB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CAB"], ["region_id", 123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 123], ["category", "province"], ["code", "CAB"], ["name", "Cabinda"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "CCU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CCU"], ["region_id", 123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 123], ["category", "province"], ["code", "CCU"], ["name", "Cuando-Cubango"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "CNN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CNN"], ["region_id", 123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 123], ["category", "province"], ["code", "CNN"], ["name", "Cunene"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "CNO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CNO"], ["region_id", 123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 123], ["category", "province"], ["code", "CNO"], ["name", "Cuanza Norte"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "CUS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CUS"], ["region_id", 123], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 123], ["category", "province"], ["code", "CUS"], ["name", "Cuanza Sul"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "HUA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HUA"], ["region_id", 123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 123], ["category", "province"], ["code", "HUA"], ["name", "Huambo"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "HUI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HUI"], ["region_id", 123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 123], ["category", "province"], ["code", "HUI"], ["name", "Huíla"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "LNO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LNO"], ["region_id", 123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 123], ["category", "province"], ["code", "LNO"], ["name", "Lunda Norte"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "LSU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LSU"], ["region_id", 123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 123], ["category", "province"], ["code", "LSU"], ["name", "Lunda Sul"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "LUA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LUA"], ["region_id", 123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 123], ["category", "province"], ["code", "LUA"], ["name", "Luanda"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "MAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MAL"], ["region_id", 123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 123], ["category", "province"], ["code", "MAL"], ["name", "Malange"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "MOX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MOX"], ["region_id", 123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 123], ["category", "province"], ["code", "MOX"], ["name", "Moxico"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "NAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NAM"], ["region_id", 123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 123], ["category", "province"], ["code", "NAM"], ["name", "Namibe"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "UIG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UIG"], ["region_id", 123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 123], ["category", "province"], ["code", "UIG"], ["name", "Uíge"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "ZAI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZAI"], ["region_id", 123], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 123], ["category", "province"], ["code", "ZAI"], ["name", "Zaire"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "AQ"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "AQ"], ["name", "Antarctica"], ["alpha_3_code", "ATA"], ["numeric_code", 10], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "AR"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "AR"], ["name", "Argentina"], ["alpha_3_code", "ARG"], ["numeric_code", 32], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["region_id", 143], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 143], ["category", "province"], ["code", "A"], ["name", "Salta"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["region_id", 143], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 143], ["category", "province"], ["code", "B"], ["name", "Buenos Aires"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["region_id", 143], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 143], ["category", "city"], ["code", "C"], ["name", "Ciudad Autónoma de Buenos Aires"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["region_id", 143], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 143], ["category", "province"], ["code", "D"], ["name", "San Luis"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "E"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "E"], ["region_id", 143], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 143], ["category", "province"], ["code", "E"], ["name", "Entre Rios"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["region_id", 143], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 143], ["category", "province"], ["code", "G"], ["name", "Santiago del Estero"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "H"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "H"], ["region_id", 143], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 143], ["category", "province"], ["code", "H"], ["name", "Chaco"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "J"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "J"], ["region_id", 143], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 143], ["category", "province"], ["code", "J"], ["name", "San Juan"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "K"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "K"], ["region_id", 143], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 143], ["category", "province"], ["code", "K"], ["name", "Catamarca"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["region_id", 143], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 143], ["category", "province"], ["code", "L"], ["name", "La Pampa"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["region_id", 143], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 143], ["category", "province"], ["code", "M"], ["name", "Mendoza"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["region_id", 143], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 143], ["category", "province"], ["code", "N"], ["name", "Misiones"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "P"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "P"], ["region_id", 143], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 143], ["category", "province"], ["code", "P"], ["name", "Formosa"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "Q"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "Q"], ["region_id", 143], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 143], ["category", "province"], ["code", "Q"], ["name", "Neuquen"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "R"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "R"], ["region_id", 143], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 143], ["category", "province"], ["code", "R"], ["name", "Rio Negro"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["region_id", 143], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 143], ["category", "province"], ["code", "S"], ["name", "Santa Fe"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "T"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "T"], ["region_id", 143], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 143], ["category", "province"], ["code", "T"], ["name", "Tucuman"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "U"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "U"], ["region_id", 143], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 143], ["category", "province"], ["code", "U"], ["name", "Chubut"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "V"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "V"], ["region_id", 143], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 143], ["category", "province"], ["code", "V"], ["name", "Tierra del Fuego"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "W"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "W"], ["region_id", 143], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 143], ["category", "province"], ["code", "W"], ["name", "Corrientes"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "X"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "X"], ["region_id", 143], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 143], ["category", "province"], ["code", "X"], ["name", "Cordoba"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "Y"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "Y"], ["region_id", 143], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 143], ["category", "province"], ["code", "Y"], ["name", "Jujuy"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "Z"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "Z"], ["region_id", 143], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 143], ["category", "province"], ["code", "Z"], ["name", "Santa Cruz"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "F"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "F"], ["region_id", 143], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 143], ["category", "province"], ["code", "F"], ["name", "La Rioja"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "AS"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "AS"], ["name", "American Samoa"], ["alpha_3_code", "ASM"], ["numeric_code", 16], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "AT"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "AT"], ["name", "Austria"], ["alpha_3_code", "AUT"], ["numeric_code", 40], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 169 AND "regions"."code" = ? LIMIT ? [["code", "1"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "1"], ["region_id", 169], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 169], ["category", "state"], ["code", "1"], ["name", "Burgenland"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 169 AND "regions"."code" = ? LIMIT ? [["code", "2"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "2"], ["region_id", 169], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 169], ["category", "state"], ["code", "2"], ["name", "Kärnten"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 169 AND "regions"."code" = ? LIMIT ? [["code", "3"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "3"], ["region_id", 169], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 169], ["category", "state"], ["code", "3"], ["name", "Niederösterreich"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 169 AND "regions"."code" = ? LIMIT ? [["code", "4"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "4"], ["region_id", 169], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 169], ["category", "state"], ["code", "4"], ["name", "Oberösterreich"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 169 AND "regions"."code" = ? LIMIT ? [["code", "5"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "5"], ["region_id", 169], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 169], ["category", "state"], ["code", "5"], ["name", "Salzburg"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 169 AND "regions"."code" = ? LIMIT ? [["code", "6"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "6"], ["region_id", 169], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 169], ["category", "state"], ["code", "6"], ["name", "Steiermark"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 169 AND "regions"."code" = ? LIMIT ? [["code", "7"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "7"], ["region_id", 169], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 169], ["category", "state"], ["code", "7"], ["name", "Tirol"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 169 AND "regions"."code" = ? LIMIT ? [["code", "8"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "8"], ["region_id", 169], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 169], ["category", "state"], ["code", "8"], ["name", "Vorarlberg"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 169 AND "regions"."code" = ? LIMIT ? [["code", "9"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "9"], ["region_id", 169], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 169], ["category", "state"], ["code", "9"], ["name", "Wien"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "AU"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "AU"], ["name", "Australia"], ["alpha_3_code", "AUS"], ["numeric_code", 36], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 179 AND "regions"."code" = ? LIMIT ? [["code", "ACT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ACT"], ["region_id", 179], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 179], ["category", "territory"], ["code", "ACT"], ["name", "Australian Capital Territory"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 179 AND "regions"."code" = ? LIMIT ? [["code", "NSW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NSW"], ["region_id", 179], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 179], ["category", "state"], ["code", "NSW"], ["name", "New South Wales"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 179 AND "regions"."code" = ? LIMIT ? [["code", "NT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NT"], ["region_id", 179], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 179], ["category", "territory"], ["code", "NT"], ["name", "Northern Territory"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 179 AND "regions"."code" = ? LIMIT ? [["code", "QLD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "QLD"], ["region_id", 179], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 179], ["category", "state"], ["code", "QLD"], ["name", "Queensland"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 179 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["region_id", 179], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 179], ["category", "state"], ["code", "SA"], ["name", "South Australia"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 179 AND "regions"."code" = ? LIMIT ? [["code", "TAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TAS"], ["region_id", 179], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 179], ["category", "state"], ["code", "TAS"], ["name", "Tasmania"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 179 AND "regions"."code" = ? LIMIT ? [["code", "VIC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VIC"], ["region_id", 179], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 179], ["category", "state"], ["code", "VIC"], ["name", "Victoria"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 179 AND "regions"."code" = ? LIMIT ? [["code", "WA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WA"], ["region_id", 179], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 179], ["category", "state"], ["code", "WA"], ["name", "Western Australia"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "AW"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "AW"], ["name", "Aruba"], ["alpha_3_code", "ABW"], ["numeric_code", 533], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "AX"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "AX"], ["name", "Åland Islands"], ["alpha_3_code", "ALA"], ["numeric_code", 248], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "AZ"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "AZ"], ["name", "Azerbaijan"], ["alpha_3_code", "AZE"], ["numeric_code", 31], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "ABS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ABS"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "ABS"], ["name", "Abşeron"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "AGA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AGA"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "AGA"], ["name", "Ağstafa"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "AGC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AGC"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "AGC"], ["name", "Ağcabədi"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "AGM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AGM"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "AGM"], ["name", "Ağdam"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "AGS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AGS"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "AGS"], ["name", "Ağdaş"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "AGU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AGU"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "AGU"], ["name", "Ağsu"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "AST"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AST"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "AST"], ["name", "Astara"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "municipality"], ["code", "BA"], ["name", "Bakı"], ["created_at", 2016-11-21 00:08:46 UTC], ["updated_at", 2016-11-21 00:08:46 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "BAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BAL"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "BAL"], ["name", "Balakən"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "BAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BAR"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "BAR"], ["name", "Bərdə"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "BEY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BEY"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "BEY"], ["name", "Beyləqan"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "BIL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BIL"], ["region_id", 190], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "BIL"], ["name", "Biləsuvar"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "CAB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CAB"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "CAB"], ["name", "Cəbrayıl"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "CAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CAL"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "CAL"], ["name", "Cəlilabab"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "DAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DAS"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "DAS"], ["name", "Daşkəsən"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "FUZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FUZ"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "FUZ"], ["name", "Füzuli"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "municipality"], ["code", "GA"], ["name", "Gəncə"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "GAD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GAD"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "GAD"], ["name", "Gədəbəy"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "GOR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GOR"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "GOR"], ["name", "Goranboy"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "GOY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GOY"], ["region_id", 190], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "GOY"], ["name", "Göyçay"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "GYG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GYG"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "GYG"], ["name", "Göygöl"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "HAC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HAC"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "HAC"], ["name", "Hacıqabul"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "IMI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IMI"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "IMI"], ["name", "İmişli"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "ISM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ISM"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "ISM"], ["name", "İsmayıllı"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "KAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KAL"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "KAL"], ["name", "Kəlbəcər"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "KUR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KUR"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "KUR"], ["name", "Kürdəmir"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "LA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LA"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "municipality"], ["code", "LA"], ["name", "Lənkəran"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "LAC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LAC"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "LAC"], ["name", "Laçın"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "LAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LAN"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "LAN"], ["name", "Lənkəran"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "LER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LER"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "LER"], ["name", "Lerik"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (3.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "MAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MAS"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "MAS"], ["name", "Masallı"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (4.2ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "MI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MI"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "municipality"], ["code", "MI"], ["name", "Mingəçevir"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (5.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "NA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NA"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "municipality"], ["code", "NA"], ["name", "Naftalan"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "NEF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NEF"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "NEF"], ["name", "Neftçala"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "NX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NX"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "autonomous republic"], ["code", "NX"], ["name", "Naxçıvan"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 225 AND "regions"."code" = ? LIMIT ? [["code", "NV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NV"], ["region_id", 225], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 225], ["category", "municipality"], ["code", "NV"], ["name", "Naxçıvan"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 225 AND "regions"."code" = ? LIMIT ? [["code", "BAB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BAB"], ["region_id", 225], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 225], ["category", "rayon"], ["code", "BAB"], ["name", "Babək"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 225 AND "regions"."code" = ? LIMIT ? [["code", "CUL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CUL"], ["region_id", 225], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 225], ["category", "rayon"], ["code", "CUL"], ["name", "Culfa"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 225 AND "regions"."code" = ? LIMIT ? [["code", "KAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KAN"], ["region_id", 225], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 225], ["category", "rayon"], ["code", "KAN"], ["name", "Kǝngǝrli"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 225 AND "regions"."code" = ? LIMIT ? [["code", "ORD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ORD"], ["region_id", 225], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 225], ["category", "rayon"], ["code", "ORD"], ["name", "Ordubad"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 225 AND "regions"."code" = ? LIMIT ? [["code", "SAD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SAD"], ["region_id", 225], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 225], ["category", "rayon"], ["code", "SAD"], ["name", "Sədərək"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 225 AND "regions"."code" = ? LIMIT ? [["code", "SAH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SAH"], ["region_id", 225], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 225], ["category", "rayon"], ["code", "SAH"], ["name", "Şahbuz"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 225 AND "regions"."code" = ? LIMIT ? [["code", "SAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SAR"], ["region_id", 225], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 225], ["category", "rayon"], ["code", "SAR"], ["name", "Şərur"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "OGU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OGU"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "OGU"], ["name", "Oğuz"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "QAB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "QAB"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "QAB"], ["name", "Qəbələ"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "QAX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "QAX"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "QAX"], ["name", "Qax"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "QAZ"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "QAZ"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "QAZ"], ["name", "Qazax"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "QBA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "QBA"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "QBA"], ["name", "Quba"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "QBI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "QBI"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "QBI"], ["name", "Qubadlı"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "QOB"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "QOB"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "QOB"], ["name", "Qobustan"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "QUS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "QUS"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "QUS"], ["name", "Qusar"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "municipality"], ["code", "SA"], ["name", "Şəki"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SAB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SAB"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "SAB"], ["name", "Sabirabad"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SAK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SAK"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "SAK"], ["name", "Şəki"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SAL"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "SAL"], ["name", "Salyan"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SAT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SAT"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "SAT"], ["name", "Saatlı"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SBN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SBN"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "SBN"], ["name", "Şabran"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SIY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SIY"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "SIY"], ["name", "Siyəzən"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SKR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SKR"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "SKR"], ["name", "Şəmkir"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SM"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "municipality"], ["code", "SM"], ["name", "Sumqayıt"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SMI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SMI"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "SMI"], ["name", "Şamaxı"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SMX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SMX"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "SMX"], ["name", "Samux"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SR"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "municipality"], ["code", "SR"], ["name", "Şirvan"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SUS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SUS"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "SUS"], ["name", "Şuşa"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "TAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TAR"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "TAR"], ["name", "Tərtər"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "TOV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TOV"], ["region_id", 190], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "TOV"], ["name", "Tovuz"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "UCA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UCA"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "UCA"], ["name", "Ucar"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "XA"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "XA"], ["region_id", 190], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "municipality"], ["code", "XA"], ["name", "Xankəndi"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "XAC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "XAC"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "XAC"], ["name", "Xaçmaz"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "XCI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "XCI"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "XCI"], ["name", "Xocalı"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "XIZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "XIZ"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "XIZ"], ["name", "Xızı"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "XVD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "XVD"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "XVD"], ["name", "Xocavənd"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "YAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "YAR"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "YAR"], ["name", "Yardımlı"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "YE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "YE"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "municipality"], ["code", "YE"], ["name", "Yevlax"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "YEV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "YEV"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "YEV"], ["name", "Yevlax"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "ZAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZAN"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "ZAN"], ["name", "Zəngilan"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "ZAQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZAQ"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "ZAQ"], ["name", "Zaqatala"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "ZAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZAR"], ["region_id", 190], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 190], ["category", "rayon"], ["code", "ZAR"], ["name", "Zərdab"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "BA"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "BA"], ["name", "Bosnia and Herzegovina"], ["alpha_3_code", "BIH"], ["numeric_code", 70], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 269 AND "regions"."code" = ? LIMIT ? [["code", "BIH"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BIH"], ["region_id", 269], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 269], ["category", "entity"], ["code", "BIH"], ["name", "Federacija Bosne i Hercegovine"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 270 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 270], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 270], ["category", "canton"], ["code", "05"], ["name", "Bosansko-podrinjski kanton"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 270 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 270], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 270], ["category", "canton"], ["code", "07"], ["name", "Hercegovačko-neretvanski kanton"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 270 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 270], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 270], ["category", "canton"], ["code", "10"], ["name", "Kanton br. 10 (Livanjski kanton)"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 270 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 270], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 270], ["category", "canton"], ["code", "09"], ["name", "Kanton Sarajevo"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 270 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 270], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 270], ["category", "canton"], ["code", "02"], ["name", "Posavski kanton"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 270 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 270], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 270], ["category", "canton"], ["code", "06"], ["name", "Srednjobosanski kanton"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 270 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 270], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 270], ["category", "canton"], ["code", "03"], ["name", "Tuzlanski kanton"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 270 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 270], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 270], ["category", "canton"], ["code", "01"], ["name", "Unsko-sanski kanton"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 270 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 270], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 270], ["category", "canton"], ["code", "08"], ["name", "Zapadnohercegovački kanton"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 270 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 270], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 270], ["category", "canton"], ["code", "04"], ["name", "Zeničko-dobojski kanton"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 269 AND "regions"."code" = ? LIMIT ? [["code", "BRC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BRC"], ["region_id", 269], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 269], ["category", "district"], ["code", "BRC"], ["name", "Brčko distrikt"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 269 AND "regions"."code" = ? LIMIT ? [["code", "SRP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SRP"], ["region_id", 269], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 269], ["category", "entity"], ["code", "SRP"], ["name", "Republika Srpska"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "BB"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "BB"], ["name", "Barbados"], ["alpha_3_code", "BRB"], ["numeric_code", 52], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 283 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 283], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 283], ["category", "parish"], ["code", "01"], ["name", "Christ Church"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 283 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 283], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 283], ["category", "parish"], ["code", "02"], ["name", "Saint Andrew"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 283 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 283], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 283], ["category", "parish"], ["code", "03"], ["name", "Saint George"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 283 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 283], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 283], ["category", "parish"], ["code", "04"], ["name", "Saint James"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 283 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 283], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 283], ["category", "parish"], ["code", "05"], ["name", "Saint John"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 283 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 283], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 283], ["category", "parish"], ["code", "06"], ["name", "Saint Joseph"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 283 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 283], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 283], ["category", "parish"], ["code", "07"], ["name", "Saint Lucy"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 283 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 283], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 283], ["category", "parish"], ["code", "08"], ["name", "Saint Michael"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 283 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 283], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 283], ["category", "parish"], ["code", "09"], ["name", "Saint Peter"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 283 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 283], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 283], ["category", "parish"], ["code", "10"], ["name", "Saint Philip"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 283 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 283], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 283], ["category", "parish"], ["code", "11"], ["name", "Saint Thomas"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "BD"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "BD"], ["name", "Bangladesh"], ["alpha_3_code", "BGD"], ["numeric_code", 50], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 295 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["region_id", 295], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 295], ["category", "division"], ["code", "A"], ["name", "Barisal"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 296 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 296], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 296], ["category", "district"], ["code", "02"], ["name", "Barguna"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 296 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 296], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 296], ["category", "district"], ["code", "06"], ["name", "Barisal"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 296 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 296], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 296], ["category", "district"], ["code", "07"], ["name", "Bhola"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 296 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["region_id", 296], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 296], ["category", "district"], ["code", "25"], ["name", "Jhalakati"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 296 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["region_id", 296], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 296], ["category", "district"], ["code", "51"], ["name", "Patuakhali"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 296 AND "regions"."code" = ? LIMIT ? [["code", "50"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "50"], ["region_id", 296], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 296], ["category", "district"], ["code", "50"], ["name", "Pirojpur"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 295 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["region_id", 295], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 295], ["category", "division"], ["code", "B"], ["name", "Chittagong"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 303 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 303], ["category", "district"], ["code", "01"], ["name", "Bandarban"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 303 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 303], ["category", "district"], ["code", "04"], ["name", "Brahmanbaria"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 303 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 303], ["category", "district"], ["code", "09"], ["name", "Chandpur"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 303 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 303], ["category", "district"], ["code", "10"], ["name", "Chittagong"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 303 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 303], ["category", "district"], ["code", "08"], ["name", "Comilla"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 303 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 303], ["category", "district"], ["code", "11"], ["name", "Cox's Bazar"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 303 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 303], ["category", "district"], ["code", "16"], ["name", "Feni"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 303 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["region_id", 303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 303], ["category", "district"], ["code", "29"], ["name", "Khagrachari"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 303 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["region_id", 303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 303], ["category", "district"], ["code", "31"], ["name", "Lakshmipur"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 303 AND "regions"."code" = ? LIMIT ? [["code", "47"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "47"], ["region_id", 303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 303], ["category", "district"], ["code", "47"], ["name", "Noakhali"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 303 AND "regions"."code" = ? LIMIT ? [["code", "56"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "56"], ["region_id", 303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 303], ["category", "district"], ["code", "56"], ["name", "Rangamati"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 295 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["region_id", 295], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 295], ["category", "division"], ["code", "C"], ["name", "Dhaka"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 315], ["category", "district"], ["code", "13"], ["name", "Dhaka"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 315], ["category", "district"], ["code", "15"], ["name", "Faridpur"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["region_id", 315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 315], ["category", "district"], ["code", "18"], ["name", "Gazipur"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 315], ["category", "district"], ["code", "17"], ["name", "Gopalganj"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 315], ["category", "district"], ["code", "21"], ["name", "Jamalpur"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["region_id", 315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 315], ["category", "district"], ["code", "26"], ["name", "Kishorganj"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "36"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "36"], ["region_id", 315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 315], ["category", "district"], ["code", "36"], ["name", "Madaripur"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["region_id", 315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 315], ["category", "district"], ["code", "33"], ["name", "Manikganj"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "35"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "35"], ["region_id", 315], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 315], ["category", "district"], ["code", "35"], ["name", "Munshiganj"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["region_id", 315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 315], ["category", "district"], ["code", "34"], ["name", "Mymensingh"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "40"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "40"], ["region_id", 315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 315], ["category", "district"], ["code", "40"], ["name", "Narayanganj"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["region_id", 315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 315], ["category", "district"], ["code", "42"], ["name", "Narsingdi"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["region_id", 315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 315], ["category", "district"], ["code", "41"], ["name", "Netrakona"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "53"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "53"], ["region_id", 315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 315], ["category", "district"], ["code", "53"], ["name", "Rajbari"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "62"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "62"], ["region_id", 315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 315], ["category", "district"], ["code", "62"], ["name", "Shariatpur"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "57"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "57"], ["region_id", 315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 315], ["category", "district"], ["code", "57"], ["name", "Sherpur"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "63"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "63"], ["region_id", 315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 315], ["category", "district"], ["code", "63"], ["name", "Tangail"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 295 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["region_id", 295], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 295], ["category", "division"], ["code", "D"], ["name", "Khulna"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 333 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 333], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 333], ["category", "district"], ["code", "05"], ["name", "Bagerhat"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 333 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 333], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 333], ["category", "district"], ["code", "12"], ["name", "Chuadanga"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 333 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["region_id", 333], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 333], ["category", "district"], ["code", "22"], ["name", "Jessore"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 333 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["region_id", 333], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 333], ["category", "district"], ["code", "23"], ["name", "Jhenaidah"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 333 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["region_id", 333], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 333], ["category", "district"], ["code", "27"], ["name", "Khulna"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 333 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["region_id", 333], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 333], ["category", "district"], ["code", "30"], ["name", "Kushtia"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 333 AND "regions"."code" = ? LIMIT ? [["code", "37"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "37"], ["region_id", 333], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 333], ["category", "district"], ["code", "37"], ["name", "Magura"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 333 AND "regions"."code" = ? LIMIT ? [["code", "39"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "39"], ["region_id", 333], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 333], ["category", "district"], ["code", "39"], ["name", "Meherpur"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 333 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["region_id", 333], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 333], ["category", "district"], ["code", "43"], ["name", "Narail"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 333 AND "regions"."code" = ? LIMIT ? [["code", "58"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "58"], ["region_id", 333], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 333], ["category", "district"], ["code", "58"], ["name", "Satkhira"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 295 AND "regions"."code" = ? LIMIT ? [["code", "E"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "E"], ["region_id", 295], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 295], ["category", "division"], ["code", "E"], ["name", "Rajshahi"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 344 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 344], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 344], ["category", "district"], ["code", "03"], ["name", "Bogra"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 344 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["region_id", 344], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 344], ["category", "district"], ["code", "24"], ["name", "Jaipurhat"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 344 AND "regions"."code" = ? LIMIT ? [["code", "48"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "48"], ["region_id", 344], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 344], ["category", "district"], ["code", "48"], ["name", "Naogaon"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 344 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["region_id", 344], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 344], ["category", "district"], ["code", "44"], ["name", "Natore"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 344 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["region_id", 344], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 344], ["category", "district"], ["code", "45"], ["name", "Nawabganj"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 344 AND "regions"."code" = ? LIMIT ? [["code", "49"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "49"], ["region_id", 344], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 344], ["category", "district"], ["code", "49"], ["name", "Pabna"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 344 AND "regions"."code" = ? LIMIT ? [["code", "54"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "54"], ["region_id", 344], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 344], ["category", "district"], ["code", "54"], ["name", "Rajshahi"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 344 AND "regions"."code" = ? LIMIT ? [["code", "59"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "59"], ["region_id", 344], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 344], ["category", "district"], ["code", "59"], ["name", "Sirajganj"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 295 AND "regions"."code" = ? LIMIT ? [["code", "F"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "F"], ["region_id", 295], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 295], ["category", "division"], ["code", "F"], ["name", "Rangpur"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 353 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 353], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 353], ["category", "district"], ["code", "14"], ["name", "Dinajpur"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 353 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["region_id", 353], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 353], ["category", "district"], ["code", "19"], ["name", "Gaibandha"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 353 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["region_id", 353], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 353], ["category", "district"], ["code", "28"], ["name", "Kurigram"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 353 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["region_id", 353], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 353], ["category", "district"], ["code", "32"], ["name", "Lalmonirhat"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 353 AND "regions"."code" = ? LIMIT ? [["code", "46"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "46"], ["region_id", 353], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 353], ["category", "district"], ["code", "46"], ["name", "Nilphamari"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 353 AND "regions"."code" = ? LIMIT ? [["code", "52"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "52"], ["region_id", 353], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 353], ["category", "district"], ["code", "52"], ["name", "Panchagarh"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 353 AND "regions"."code" = ? LIMIT ? [["code", "55"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "55"], ["region_id", 353], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 353], ["category", "district"], ["code", "55"], ["name", "Rangpur"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 353 AND "regions"."code" = ? LIMIT ? [["code", "64"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "64"], ["region_id", 353], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 353], ["category", "district"], ["code", "64"], ["name", "Thakurgaon"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 295 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["region_id", 295], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 295], ["category", "division"], ["code", "G"], ["name", "Sylhet"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 362 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["region_id", 362], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 362], ["category", "district"], ["code", "20"], ["name", "Habiganj"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 362 AND "regions"."code" = ? LIMIT ? [["code", "38"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "38"], ["region_id", 362], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 362], ["category", "district"], ["code", "38"], ["name", "Moulvibazar"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 362 AND "regions"."code" = ? LIMIT ? [["code", "61"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "61"], ["region_id", 362], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 362], ["category", "district"], ["code", "61"], ["name", "Sunamganj"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 362 AND "regions"."code" = ? LIMIT ? [["code", "60"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "60"], ["region_id", 362], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 362], ["category", "district"], ["code", "60"], ["name", "Sylhet"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "BE"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "BE"], ["name", "Belgium"], ["alpha_3_code", "BEL"], ["numeric_code", 56], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 367 AND "regions"."code" = ? LIMIT ? [["code", "BRU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BRU"], ["region_id", 367], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 367], ["category", "region"], ["code", "BRU"], ["name", "Bruxelles-Capitale, Région de;Brussels Hoofdstedelijk Gewest"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 367 AND "regions"."code" = ? LIMIT ? [["code", "VLG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VLG"], ["region_id", 367], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 367], ["category", "region"], ["code", "VLG"], ["name", "Vlaams Gewest"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 369 AND "regions"."code" = ? LIMIT ? [["code", "VAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VAN"], ["region_id", 369], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 369], ["category", "province"], ["code", "VAN"], ["name", "Antwerpen"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 369 AND "regions"."code" = ? LIMIT ? [["code", "VLI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VLI"], ["region_id", 369], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 369], ["category", "province"], ["code", "VLI"], ["name", "Limburg"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 369 AND "regions"."code" = ? LIMIT ? [["code", "VOV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VOV"], ["region_id", 369], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 369], ["category", "province"], ["code", "VOV"], ["name", "Oost-Vlaanderen"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 369 AND "regions"."code" = ? LIMIT ? [["code", "VBR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VBR"], ["region_id", 369], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 369], ["category", "province"], ["code", "VBR"], ["name", "Vlaams-Brabant"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 369 AND "regions"."code" = ? LIMIT ? [["code", "VWV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VWV"], ["region_id", 369], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 369], ["category", "province"], ["code", "VWV"], ["name", "West-Vlaanderen"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 367 AND "regions"."code" = ? LIMIT ? [["code", "WAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WAL"], ["region_id", 367], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 367], ["category", "region"], ["code", "WAL"], ["name", "wallonne, Région"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 375 AND "regions"."code" = ? LIMIT ? [["code", "WBR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WBR"], ["region_id", 375], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 375], ["category", "province"], ["code", "WBR"], ["name", "Brabant wallon"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 375 AND "regions"."code" = ? LIMIT ? [["code", "WHT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WHT"], ["region_id", 375], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 375], ["category", "province"], ["code", "WHT"], ["name", "Hainaut"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 375 AND "regions"."code" = ? LIMIT ? [["code", "WLG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WLG"], ["region_id", 375], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 375], ["category", "province"], ["code", "WLG"], ["name", "Liège"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 375 AND "regions"."code" = ? LIMIT ? [["code", "WLX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WLX"], ["region_id", 375], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 375], ["category", "province"], ["code", "WLX"], ["name", "Luxembourg"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 375 AND "regions"."code" = ? LIMIT ? [["code", "WNA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WNA"], ["region_id", 375], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 375], ["category", "province"], ["code", "WNA"], ["name", "Namur"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "BF"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "BF"], ["name", "Burkina Faso"], ["alpha_3_code", "BFA"], ["numeric_code", 854], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 381], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 381], ["category", "region"], ["code", "01"], ["name", "Boucle du Mouhoun"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 382 AND "regions"."code" = ? LIMIT ? [["code", "BAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BAL"], ["region_id", 382], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 382], ["category", "province"], ["code", "BAL"], ["name", "Balé"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 382 AND "regions"."code" = ? LIMIT ? [["code", "BAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BAN"], ["region_id", 382], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 382], ["category", "province"], ["code", "BAN"], ["name", "Banwa"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 382 AND "regions"."code" = ? LIMIT ? [["code", "KOS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KOS"], ["region_id", 382], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 382], ["category", "province"], ["code", "KOS"], ["name", "Kossi"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 382 AND "regions"."code" = ? LIMIT ? [["code", "MOU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MOU"], ["region_id", 382], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 382], ["category", "province"], ["code", "MOU"], ["name", "Mouhoun"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 382 AND "regions"."code" = ? LIMIT ? [["code", "NAY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NAY"], ["region_id", 382], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 382], ["category", "province"], ["code", "NAY"], ["name", "Nayala"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 382 AND "regions"."code" = ? LIMIT ? [["code", "SOR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SOR"], ["region_id", 382], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 382], ["category", "province"], ["code", "SOR"], ["name", "Sourou"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 381], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 381], ["category", "region"], ["code", "02"], ["name", "Cascades"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 389 AND "regions"."code" = ? LIMIT ? [["code", "COM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "COM"], ["region_id", 389], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 389], ["category", "province"], ["code", "COM"], ["name", "Comoé"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 389 AND "regions"."code" = ? LIMIT ? [["code", "LER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LER"], ["region_id", 389], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 389], ["category", "province"], ["code", "LER"], ["name", "Léraba"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 381], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 381], ["category", "region"], ["code", "03"], ["name", "Centre"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 392 AND "regions"."code" = ? LIMIT ? [["code", "KAD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KAD"], ["region_id", 392], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 392], ["category", "province"], ["code", "KAD"], ["name", "Kadiogo"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 381], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 381], ["category", "region"], ["code", "04"], ["name", "Centre-Est"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 394 AND "regions"."code" = ? LIMIT ? [["code", "BLG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BLG"], ["region_id", 394], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 394], ["category", "province"], ["code", "BLG"], ["name", "Boulgou"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 394 AND "regions"."code" = ? LIMIT ? [["code", "KOP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KOP"], ["region_id", 394], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 394], ["category", "province"], ["code", "KOP"], ["name", "Koulpélogo"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 394 AND "regions"."code" = ? LIMIT ? [["code", "KOT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KOT"], ["region_id", 394], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 394], ["category", "province"], ["code", "KOT"], ["name", "Kouritenga"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 381], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 381], ["category", "region"], ["code", "05"], ["name", "Centre-Nord"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 398 AND "regions"."code" = ? LIMIT ? [["code", "BAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BAM"], ["region_id", 398], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 398], ["category", "province"], ["code", "BAM"], ["name", "Bam"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 398 AND "regions"."code" = ? LIMIT ? [["code", "NAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NAM"], ["region_id", 398], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 398], ["category", "province"], ["code", "NAM"], ["name", "Namentenga"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 398 AND "regions"."code" = ? LIMIT ? [["code", "SMT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SMT"], ["region_id", 398], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 398], ["category", "province"], ["code", "SMT"], ["name", "Sanmatenga"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 381], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 381], ["category", "region"], ["code", "06"], ["name", "Centre-Ouest"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 402 AND "regions"."code" = ? LIMIT ? [["code", "BLK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BLK"], ["region_id", 402], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 402], ["category", "province"], ["code", "BLK"], ["name", "Boulkiemdé"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 402 AND "regions"."code" = ? LIMIT ? [["code", "SNG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SNG"], ["region_id", 402], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 402], ["category", "province"], ["code", "SNG"], ["name", "Sanguié"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 402 AND "regions"."code" = ? LIMIT ? [["code", "SIS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SIS"], ["region_id", 402], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 402], ["category", "province"], ["code", "SIS"], ["name", "Sissili"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 402 AND "regions"."code" = ? LIMIT ? [["code", "ZIR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZIR"], ["region_id", 402], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 402], ["category", "province"], ["code", "ZIR"], ["name", "Ziro"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 381], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 381], ["category", "region"], ["code", "07"], ["name", "Centre-Sud"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 407 AND "regions"."code" = ? LIMIT ? [["code", "BAZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BAZ"], ["region_id", 407], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 407], ["category", "province"], ["code", "BAZ"], ["name", "Bazèga"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 407 AND "regions"."code" = ? LIMIT ? [["code", "NAO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NAO"], ["region_id", 407], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 407], ["category", "province"], ["code", "NAO"], ["name", "Naouri"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 407 AND "regions"."code" = ? LIMIT ? [["code", "ZOU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZOU"], ["region_id", 407], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 407], ["category", "province"], ["code", "ZOU"], ["name", "Zoundwéogo"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 381], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 381], ["category", "region"], ["code", "08"], ["name", "Est"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 411 AND "regions"."code" = ? LIMIT ? [["code", "GNA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GNA"], ["region_id", 411], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 411], ["category", "province"], ["code", "GNA"], ["name", "Gnagna"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 411 AND "regions"."code" = ? LIMIT ? [["code", "GOU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GOU"], ["region_id", 411], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 411], ["category", "province"], ["code", "GOU"], ["name", "Gourma"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 411 AND "regions"."code" = ? LIMIT ? [["code", "KMD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KMD"], ["region_id", 411], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 411], ["category", "province"], ["code", "KMD"], ["name", "Komondjari"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 411 AND "regions"."code" = ? LIMIT ? [["code", "KMP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KMP"], ["region_id", 411], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 411], ["category", "province"], ["code", "KMP"], ["name", "Kompienga"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 411 AND "regions"."code" = ? LIMIT ? [["code", "TAP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TAP"], ["region_id", 411], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 411], ["category", "province"], ["code", "TAP"], ["name", "Tapoa"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 381], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 381], ["category", "region"], ["code", "09"], ["name", "Hauts-Bassins"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 417 AND "regions"."code" = ? LIMIT ? [["code", "HOU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HOU"], ["region_id", 417], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 417], ["category", "province"], ["code", "HOU"], ["name", "Houet"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 417 AND "regions"."code" = ? LIMIT ? [["code", "KEN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KEN"], ["region_id", 417], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 417], ["category", "province"], ["code", "KEN"], ["name", "Kénédougou"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 417 AND "regions"."code" = ? LIMIT ? [["code", "TUI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TUI"], ["region_id", 417], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 417], ["category", "province"], ["code", "TUI"], ["name", "Tui"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 381], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 381], ["category", "region"], ["code", "10"], ["name", "Nord"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.7ms) commit transaction Region Load (0.4ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 421 AND "regions"."code" = ? LIMIT ? [["code", "LOR"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LOR"], ["region_id", 421], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 421], ["category", "province"], ["code", "LOR"], ["name", "Loroum"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 421 AND "regions"."code" = ? LIMIT ? [["code", "PAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PAS"], ["region_id", 421], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 421], ["category", "province"], ["code", "PAS"], ["name", "Passoré"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 421 AND "regions"."code" = ? LIMIT ? [["code", "YAT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "YAT"], ["region_id", 421], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 421], ["category", "province"], ["code", "YAT"], ["name", "Yatenga"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 421 AND "regions"."code" = ? LIMIT ? [["code", "ZON"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZON"], ["region_id", 421], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 421], ["category", "province"], ["code", "ZON"], ["name", "Zondoma"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 381], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 381], ["category", "region"], ["code", "11"], ["name", "Plateau-Central"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 426 AND "regions"."code" = ? LIMIT ? [["code", "GAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GAN"], ["region_id", 426], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 426], ["category", "province"], ["code", "GAN"], ["name", "Ganzourgou"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 426 AND "regions"."code" = ? LIMIT ? [["code", "KOW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KOW"], ["region_id", 426], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 426], ["category", "province"], ["code", "KOW"], ["name", "Kourwéogo"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 426 AND "regions"."code" = ? LIMIT ? [["code", "OUB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OUB"], ["region_id", 426], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 426], ["category", "province"], ["code", "OUB"], ["name", "Oubritenga"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 381], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 381], ["category", "region"], ["code", "12"], ["name", "Sahel"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 430 AND "regions"."code" = ? LIMIT ? [["code", "OUD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OUD"], ["region_id", 430], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 430], ["category", "province"], ["code", "OUD"], ["name", "Oudalan"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 430 AND "regions"."code" = ? LIMIT ? [["code", "SEN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SEN"], ["region_id", 430], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 430], ["category", "province"], ["code", "SEN"], ["name", "Séno"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 430 AND "regions"."code" = ? LIMIT ? [["code", "SOM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SOM"], ["region_id", 430], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 430], ["category", "province"], ["code", "SOM"], ["name", "Soum"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 430 AND "regions"."code" = ? LIMIT ? [["code", "YAG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "YAG"], ["region_id", 430], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 430], ["category", "province"], ["code", "YAG"], ["name", "Yagha"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 381], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 381], ["category", "region"], ["code", "13"], ["name", "Sud-Ouest"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 435 AND "regions"."code" = ? LIMIT ? [["code", "BGR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BGR"], ["region_id", 435], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 435], ["category", "province"], ["code", "BGR"], ["name", "Bougouriba"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 435 AND "regions"."code" = ? LIMIT ? [["code", "IOB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IOB"], ["region_id", 435], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 435], ["category", "province"], ["code", "IOB"], ["name", "Ioba"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 435 AND "regions"."code" = ? LIMIT ? [["code", "NOU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NOU"], ["region_id", 435], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 435], ["category", "province"], ["code", "NOU"], ["name", "Noumbiel"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 435 AND "regions"."code" = ? LIMIT ? [["code", "PON"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PON"], ["region_id", 435], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 435], ["category", "province"], ["code", "PON"], ["name", "Poni"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "BG"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "BG"], ["name", "Bulgaria"], ["alpha_3_code", "BGR"], ["numeric_code", 100], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 440], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "01"], ["name", "Blagoevgrad"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "02"], ["name", "Burgas"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "03"], ["name", "Varna"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "04"], ["name", "Veliko Tarnovo"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "05"], ["name", "Vidin"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "06"], ["name", "Vratsa"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "07"], ["name", "Gabrovo"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "08"], ["name", "Dobrich"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "09"], ["name", "Kardzhali"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "10"], ["name", "Kyustendil"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "11"], ["name", "Lovech"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "12"], ["name", "Montana"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "13"], ["name", "Pazardzhik"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "14"], ["name", "Pernik"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "15"], ["name", "Pleven"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "16"], ["name", "Plovdiv"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "17"], ["name", "Razgrad"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "18"], ["name", "Ruse"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "19"], ["name", "Silistra"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["region_id", 440], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "20"], ["name", "Sliven"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (3.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "21"], ["name", "Smolyan"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (3.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "22"], ["name", "Sofia-Grad"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (5.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "23"], ["name", "Sofia"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "24"], ["name", "Stara Zagora"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "25"], ["name", "Targovishte"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "26"], ["name", "Haskovo"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "27"], ["name", "Shumen"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["region_id", 440], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 440], ["category", "region"], ["code", "28"], ["name", "Yambol"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "BH"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "BH"], ["name", "Bahrain"], ["alpha_3_code", "BHR"], ["numeric_code", 48], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.6ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 469 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 469], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 469], ["category", "governorate"], ["code", "13"], ["name", "Al Manāmah (Al ‘Āşimah)"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 469 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 469], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 469], ["category", "governorate"], ["code", "14"], ["name", "Al Janūbīyah"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.8ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 469 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 469], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 469], ["category", "governorate"], ["code", "15"], ["name", "Al Muḩarraq"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 469 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 469], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 469], ["category", "governorate"], ["code", "16"], ["name", "Al Wusţá"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 469 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 469], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 469], ["category", "governorate"], ["code", "17"], ["name", "Ash Shamālīyah"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "BI"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "BI"], ["name", "Burundi"], ["alpha_3_code", "BDI"], ["numeric_code", 108], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "BB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BB"], ["region_id", 475], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 475], ["category", "province"], ["code", "BB"], ["name", "Bubanza"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "BL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BL"], ["region_id", 475], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 475], ["category", "province"], ["code", "BL"], ["name", "Bujumbura Rural"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "BM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BM"], ["region_id", 475], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 475], ["category", "province"], ["code", "BM"], ["name", "Bujumbura Mairie"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "BR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BR"], ["region_id", 475], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 475], ["category", "province"], ["code", "BR"], ["name", "Bururi"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "CA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CA"], ["region_id", 475], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 475], ["category", "province"], ["code", "CA"], ["name", "Cankuzo"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "CI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CI"], ["region_id", 475], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 475], ["category", "province"], ["code", "CI"], ["name", "Cibitoke"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "GI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GI"], ["region_id", 475], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 475], ["category", "province"], ["code", "GI"], ["name", "Gitega"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "KI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KI"], ["region_id", 475], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 475], ["category", "province"], ["code", "KI"], ["name", "Kirundo"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "KR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KR"], ["region_id", 475], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 475], ["category", "province"], ["code", "KR"], ["name", "Karuzi"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "KY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KY"], ["region_id", 475], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 475], ["category", "province"], ["code", "KY"], ["name", "Kayanza"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["region_id", 475], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 475], ["category", "province"], ["code", "MA"], ["name", "Makamba"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "MU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MU"], ["region_id", 475], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 475], ["category", "province"], ["code", "MU"], ["name", "Muramvya"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "MW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MW"], ["region_id", 475], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 475], ["category", "province"], ["code", "MW"], ["name", "Mwaro"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "NG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NG"], ["region_id", 475], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 475], ["category", "province"], ["code", "NG"], ["name", "Ngozi"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "RT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RT"], ["region_id", 475], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 475], ["category", "province"], ["code", "RT"], ["name", "Rutana"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "RY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RY"], ["region_id", 475], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 475], ["category", "province"], ["code", "RY"], ["name", "Ruyigi"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "BJ"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "BJ"], ["name", "Benin"], ["alpha_3_code", "BEN"], ["numeric_code", 204], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 492 AND "regions"."code" = ? LIMIT ? [["code", "AK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AK"], ["region_id", 492], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 492], ["category", "department"], ["code", "AK"], ["name", "Atakora"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 492 AND "regions"."code" = ? LIMIT ? [["code", "AL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AL"], ["region_id", 492], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 492], ["category", "department"], ["code", "AL"], ["name", "Alibori"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 492 AND "regions"."code" = ? LIMIT ? [["code", "AQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AQ"], ["region_id", 492], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 492], ["category", "department"], ["code", "AQ"], ["name", "Atlantique"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 492 AND "regions"."code" = ? LIMIT ? [["code", "BO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BO"], ["region_id", 492], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 492], ["category", "department"], ["code", "BO"], ["name", "Borgou"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 492 AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CO"], ["region_id", 492], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 492], ["category", "department"], ["code", "CO"], ["name", "Collines"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 492 AND "regions"."code" = ? LIMIT ? [["code", "DO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DO"], ["region_id", 492], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 492], ["category", "department"], ["code", "DO"], ["name", "Donga"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 492 AND "regions"."code" = ? LIMIT ? [["code", "KO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KO"], ["region_id", 492], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 492], ["category", "department"], ["code", "KO"], ["name", "Kouffo"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 492 AND "regions"."code" = ? LIMIT ? [["code", "LI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LI"], ["region_id", 492], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 492], ["category", "department"], ["code", "LI"], ["name", "Littoral"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 492 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["region_id", 492], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 492], ["category", "department"], ["code", "MO"], ["name", "Mono"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 492 AND "regions"."code" = ? LIMIT ? [["code", "OU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OU"], ["region_id", 492], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 492], ["category", "department"], ["code", "OU"], ["name", "Ouémé"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 492 AND "regions"."code" = ? LIMIT ? [["code", "PL"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PL"], ["region_id", 492], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 492], ["category", "department"], ["code", "PL"], ["name", "Plateau"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 492 AND "regions"."code" = ? LIMIT ? [["code", "ZO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZO"], ["region_id", 492], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 492], ["category", "department"], ["code", "ZO"], ["name", "Zou"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "BL"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "BL"], ["name", "Saint Barthélemy"], ["alpha_3_code", "BLM"], ["numeric_code", 652], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BM"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "BM"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "BM"], ["name", "Bermuda"], ["alpha_3_code", "BMU"], ["numeric_code", 60], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "BN"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "BN"], ["name", "Brunei Darussalam"], ["alpha_3_code", "BRN"], ["numeric_code", 96], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 507 AND "regions"."code" = ? LIMIT ? [["code", "BE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BE"], ["region_id", 507], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 507], ["category", "district"], ["code", "BE"], ["name", "Belait"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 507 AND "regions"."code" = ? LIMIT ? [["code", "BM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BM"], ["region_id", 507], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 507], ["category", "district"], ["code", "BM"], ["name", "Brunei-Muara"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 507 AND "regions"."code" = ? LIMIT ? [["code", "TE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TE"], ["region_id", 507], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 507], ["category", "district"], ["code", "TE"], ["name", "Temburong"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 507 AND "regions"."code" = ? LIMIT ? [["code", "TU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TU"], ["region_id", 507], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 507], ["category", "district"], ["code", "TU"], ["name", "Tutong"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "BO"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "BO"], ["name", "Bolivia, Plurinational State of"], ["alpha_3_code", "BOL"], ["numeric_code", 68], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 512 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["region_id", 512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 512], ["category", "department"], ["code", "B"], ["name", "El Beni"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 512 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["region_id", 512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 512], ["category", "department"], ["code", "C"], ["name", "Cochabamba"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 512 AND "regions"."code" = ? LIMIT ? [["code", "H"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "H"], ["region_id", 512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 512], ["category", "department"], ["code", "H"], ["name", "Chuquisaca"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 512 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["region_id", 512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 512], ["category", "department"], ["code", "L"], ["name", "La Paz"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 512 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["region_id", 512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 512], ["category", "department"], ["code", "N"], ["name", "Pando"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 512 AND "regions"."code" = ? LIMIT ? [["code", "O"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "O"], ["region_id", 512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 512], ["category", "department"], ["code", "O"], ["name", "Oruro"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 512 AND "regions"."code" = ? LIMIT ? [["code", "P"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "P"], ["region_id", 512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 512], ["category", "department"], ["code", "P"], ["name", "Potosí"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 512 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["region_id", 512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 512], ["category", "department"], ["code", "S"], ["name", "Santa Cruz"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 512 AND "regions"."code" = ? LIMIT ? [["code", "T"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "T"], ["region_id", 512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 512], ["category", "department"], ["code", "T"], ["name", "Tarija"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "BQ"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "BQ"], ["name", "Bonaire, Sint Eustatius and Saba"], ["alpha_3_code", "BES"], ["numeric_code", 535], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 522 AND "regions"."code" = ? LIMIT ? [["code", "BO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BO"], ["region_id", 522], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 522], ["category", "special municipality"], ["code", "BO"], ["name", "Bonaire"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 522 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["region_id", 522], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 522], ["category", "special municipality"], ["code", "SA"], ["name", "Saba"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 522 AND "regions"."code" = ? LIMIT ? [["code", "SE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SE"], ["region_id", 522], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 522], ["category", "special municipality"], ["code", "SE"], ["name", "Sint Eustatius"], ["created_at", 2016-11-21 00:08:47 UTC], ["updated_at", 2016-11-21 00:08:47 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "BR"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "BR"], ["name", "Brazil"], ["alpha_3_code", "BRA"], ["numeric_code", 76], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "AC"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AC"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "AC"], ["name", "Acre"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "AL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AL"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "AL"], ["name", "Alagoas"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "AM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AM"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "AM"], ["name", "Amazonas"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "AP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AP"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "AP"], ["name", "Amapá"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "BA"], ["name", "Bahia"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "CE"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CE"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "CE"], ["name", "Ceará"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "DF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DF"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "federal district"], ["code", "DF"], ["name", "Distrito Federal"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "ES"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ES"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "ES"], ["name", "Espírito Santo"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "FN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FN"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "FN"], ["name", "Fernando de Noronha"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "GO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GO"], ["region_id", 526], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "GO"], ["name", "Goiás"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "MA"], ["name", "Maranhão"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "MG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MG"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "MG"], ["name", "Minas Gerais"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "MS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MS"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "MS"], ["name", "Mato Grosso do Sul"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "MT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MT"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "MT"], ["name", "Mato Grosso"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "PA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PA"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "PA"], ["name", "Pará"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "PB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PB"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "PB"], ["name", "Paraíba"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "PE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PE"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "PE"], ["name", "Pernambuco"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "PI"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PI"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "PI"], ["name", "Piauí"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "PR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PR"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "PR"], ["name", "Paraná"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "RJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RJ"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "RJ"], ["name", "Rio de Janeiro"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "RN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RN"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "RN"], ["name", "Rio Grande do Norte"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "RO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RO"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "RO"], ["name", "Rondônia"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "RR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RR"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "RR"], ["name", "Roraima"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "RS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RS"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "RS"], ["name", "Rio Grande do Sul"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "SC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SC"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "SC"], ["name", "Santa Catarina"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "SE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SE"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "SE"], ["name", "Sergipe"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "SP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SP"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "SP"], ["name", "São Paulo"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "TO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TO"], ["region_id", 526], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 526], ["category", "state"], ["code", "TO"], ["name", "Tocantins"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "BS"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "BS"], ["name", "Bahamas"], ["alpha_3_code", "BHS"], ["numeric_code", 44], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "AK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AK"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "AK"], ["name", "Acklins"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "BI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BI"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "BI"], ["name", "Bimini"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "BP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BP"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "BP"], ["name", "Black Point"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "BY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BY"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "BY"], ["name", "Berry Islands"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "CE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CE"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "CE"], ["name", "Central Eleuthera"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "CI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CI"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "CI"], ["name", "Cat Island"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "CK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CK"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "CK"], ["name", "Crooked Island and Long Cay"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CO"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "CO"], ["name", "Central Abaco"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "CS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CS"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "CS"], ["name", "Central Andros"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "EG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EG"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "EG"], ["name", "East Grand Bahama"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "EX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EX"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "EX"], ["name", "Exuma"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "FP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FP"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "FP"], ["name", "City of Freeport"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "GC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GC"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "GC"], ["name", "Grand Cay"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "HI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HI"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "HI"], ["name", "Harbour Island"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "HT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HT"], ["region_id", 555], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "HT"], ["name", "Hope Town"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "IN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IN"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "IN"], ["name", "Inagua"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "LI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LI"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "LI"], ["name", "Long Island"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "MC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MC"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "MC"], ["name", "Mangrove Cay"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "MG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MG"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "MG"], ["name", "Mayaguana"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "MI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MI"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "MI"], ["name", "Moore's Island"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "NE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NE"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "NE"], ["name", "North Eleuthera"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "NO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NO"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "NO"], ["name", "North Abaco"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "NS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NS"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "NS"], ["name", "North Andros"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "RC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RC"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "RC"], ["name", "Rum Cay"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "RI"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RI"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "RI"], ["name", "Ragged Island"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "SA"], ["name", "South Andros"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "SE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SE"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "SE"], ["name", "South Eleuthera"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "SO"], ["name", "South Abaco"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "SS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SS"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "SS"], ["name", "San Salvador"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "SW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SW"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "SW"], ["name", "Spanish Wells"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "WG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WG"], ["region_id", 555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 555], ["category", "district"], ["code", "WG"], ["name", "West Grand Bahama"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BT"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "BT"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "BT"], ["name", "Bhutan"], ["alpha_3_code", "BTN"], ["numeric_code", 64], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 587], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 587], ["category", "district"], ["code", "11"], ["name", "Paro"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 587], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 587], ["category", "district"], ["code", "12"], ["name", "Chhukha"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 587], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 587], ["category", "district"], ["code", "13"], ["name", "Ha"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 587], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 587], ["category", "district"], ["code", "14"], ["name", "Samtee"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 587], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 587], ["category", "district"], ["code", "15"], ["name", "Thimphu"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 587], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 587], ["category", "district"], ["code", "21"], ["name", "Tsirang"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["region_id", 587], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 587], ["category", "district"], ["code", "22"], ["name", "Dagana"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["region_id", 587], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 587], ["category", "district"], ["code", "23"], ["name", "Punakha"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["region_id", 587], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 587], ["category", "district"], ["code", "24"], ["name", "Wangdue Phodrang"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["region_id", 587], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 587], ["category", "district"], ["code", "31"], ["name", "Sarpang"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["region_id", 587], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 587], ["category", "district"], ["code", "32"], ["name", "Trongsa"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["region_id", 587], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 587], ["category", "district"], ["code", "33"], ["name", "Bumthang"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["region_id", 587], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 587], ["category", "district"], ["code", "34"], ["name", "Zhemgang"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.6ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["region_id", 587], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 587], ["category", "district"], ["code", "41"], ["name", "Trashigang"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["region_id", 587], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 587], ["category", "district"], ["code", "42"], ["name", "Monggar"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["region_id", 587], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 587], ["category", "district"], ["code", "43"], ["name", "Pemagatshel"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["region_id", 587], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 587], ["category", "district"], ["code", "44"], ["name", "Lhuentse"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["region_id", 587], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 587], ["category", "district"], ["code", "45"], ["name", "Samdrup Jongkha"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["region_id", 587], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 587], ["category", "district"], ["code", "GA"], ["name", "Gasa"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "TY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TY"], ["region_id", 587], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 587], ["category", "district"], ["code", "TY"], ["name", "Trashi Yangtse"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "BV"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "BV"], ["name", "Bouvet Island"], ["alpha_3_code", "BVT"], ["numeric_code", 74], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BW"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "BW"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "BW"], ["name", "Botswana"], ["alpha_3_code", "BWA"], ["numeric_code", 72], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 609 AND "regions"."code" = ? LIMIT ? [["code", "CE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CE"], ["region_id", 609], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 609], ["category", "district"], ["code", "CE"], ["name", "Central"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 609 AND "regions"."code" = ? LIMIT ? [["code", "GH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GH"], ["region_id", 609], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 609], ["category", "district"], ["code", "GH"], ["name", "Ghanzi"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 609 AND "regions"."code" = ? LIMIT ? [["code", "KG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KG"], ["region_id", 609], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 609], ["category", "district"], ["code", "KG"], ["name", "Kgalagadi"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 609 AND "regions"."code" = ? LIMIT ? [["code", "KL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KL"], ["region_id", 609], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 609], ["category", "district"], ["code", "KL"], ["name", "Kgatleng"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 609 AND "regions"."code" = ? LIMIT ? [["code", "KW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KW"], ["region_id", 609], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 609], ["category", "district"], ["code", "KW"], ["name", "Kweneng"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 609 AND "regions"."code" = ? LIMIT ? [["code", "NE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NE"], ["region_id", 609], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 609], ["category", "district"], ["code", "NE"], ["name", "North-East"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 609 AND "regions"."code" = ? LIMIT ? [["code", "NW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NW"], ["region_id", 609], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 609], ["category", "district"], ["code", "NW"], ["name", "North-West"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 609 AND "regions"."code" = ? LIMIT ? [["code", "SE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SE"], ["region_id", 609], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 609], ["category", "district"], ["code", "SE"], ["name", "South-East"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 609 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["region_id", 609], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 609], ["category", "district"], ["code", "SO"], ["name", "Southern"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "BY"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "BY"], ["name", "Belarus"], ["alpha_3_code", "BLR"], ["numeric_code", 112], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 619 AND "regions"."code" = ? LIMIT ? [["code", "BR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BR"], ["region_id", 619], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 619], ["category", "oblast"], ["code", "BR"], ["name", "Brèsckaja voblasc'"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 619 AND "regions"."code" = ? LIMIT ? [["code", "HM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HM"], ["region_id", 619], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 619], ["category", "city"], ["code", "HM"], ["name", "Horad Minsk"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 619 AND "regions"."code" = ? LIMIT ? [["code", "HO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HO"], ["region_id", 619], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 619], ["category", "oblast"], ["code", "HO"], ["name", "Homel'skaja voblasc'"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 619 AND "regions"."code" = ? LIMIT ? [["code", "HR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HR"], ["region_id", 619], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 619], ["category", "oblast"], ["code", "HR"], ["name", "Hrodzenskaja voblasc'"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 619 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["region_id", 619], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 619], ["category", "oblast"], ["code", "MA"], ["name", "Mahilëuskaja voblasc'"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 619 AND "regions"."code" = ? LIMIT ? [["code", "MI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MI"], ["region_id", 619], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 619], ["category", "oblast"], ["code", "MI"], ["name", "Minskaja voblasc'"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 619 AND "regions"."code" = ? LIMIT ? [["code", "VI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VI"], ["region_id", 619], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 619], ["category", "oblast"], ["code", "VI"], ["name", "Vicebskaja voblasc'"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "BZ"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "BZ"], ["name", "Belize"], ["alpha_3_code", "BLZ"], ["numeric_code", 84], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 627 AND "regions"."code" = ? LIMIT ? [["code", "BZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BZ"], ["region_id", 627], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 627], ["category", "district"], ["code", "BZ"], ["name", "Belize"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 627 AND "regions"."code" = ? LIMIT ? [["code", "CY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CY"], ["region_id", 627], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 627], ["category", "district"], ["code", "CY"], ["name", "Cayo"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 627 AND "regions"."code" = ? LIMIT ? [["code", "CZL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CZL"], ["region_id", 627], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 627], ["category", "district"], ["code", "CZL"], ["name", "Corozal"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 627 AND "regions"."code" = ? LIMIT ? [["code", "OW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OW"], ["region_id", 627], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 627], ["category", "district"], ["code", "OW"], ["name", "Orange Walk"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 627 AND "regions"."code" = ? LIMIT ? [["code", "SC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SC"], ["region_id", 627], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 627], ["category", "district"], ["code", "SC"], ["name", "Stann Creek"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 627 AND "regions"."code" = ? LIMIT ? [["code", "TOL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TOL"], ["region_id", 627], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 627], ["category", "district"], ["code", "TOL"], ["name", "Toledo"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "CA"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "CA"], ["name", "Canada"], ["alpha_3_code", "CAN"], ["numeric_code", 124], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "AB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AB"], ["region_id", 634], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 634], ["category", "province"], ["code", "AB"], ["name", "Alberta"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "BC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BC"], ["region_id", 634], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 634], ["category", "province"], ["code", "BC"], ["name", "British Columbia"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "MB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MB"], ["region_id", 634], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 634], ["category", "province"], ["code", "MB"], ["name", "Manitoba"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "NB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NB"], ["region_id", 634], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 634], ["category", "province"], ["code", "NB"], ["name", "New Brunswick"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "NL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NL"], ["region_id", 634], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 634], ["category", "province"], ["code", "NL"], ["name", "Newfoundland and Labrador"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "NS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NS"], ["region_id", 634], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 634], ["category", "province"], ["code", "NS"], ["name", "Nova Scotia"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "NT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NT"], ["region_id", 634], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 634], ["category", "territory"], ["code", "NT"], ["name", "Northwest Territories"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "NU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NU"], ["region_id", 634], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 634], ["category", "territory"], ["code", "NU"], ["name", "Nunavut"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "ON"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ON"], ["region_id", 634], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 634], ["category", "province"], ["code", "ON"], ["name", "Ontario"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "PE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PE"], ["region_id", 634], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 634], ["category", "province"], ["code", "PE"], ["name", "Prince Edward Island"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "QC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "QC"], ["region_id", 634], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 634], ["category", "province"], ["code", "QC"], ["name", "Quebec"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "SK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SK"], ["region_id", 634], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 634], ["category", "province"], ["code", "SK"], ["name", "Saskatchewan"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "YT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "YT"], ["region_id", 634], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 634], ["category", "territory"], ["code", "YT"], ["name", "Yukon Territory"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "CC"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "CC"], ["name", "Cocos (Keeling) Islands"], ["alpha_3_code", "CCK"], ["numeric_code", 166], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "CD"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "CD"], ["name", "Congo, The Democratic Republic of the"], ["alpha_3_code", "COD"], ["numeric_code", 180], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 649 AND "regions"."code" = ? LIMIT ? [["code", "BC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BC"], ["region_id", 649], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 649], ["category", "province"], ["code", "BC"], ["name", "Bas-Congo"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 649 AND "regions"."code" = ? LIMIT ? [["code", "BN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BN"], ["region_id", 649], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 649], ["category", "province"], ["code", "BN"], ["name", "Bandundu"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 649 AND "regions"."code" = ? LIMIT ? [["code", "EQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EQ"], ["region_id", 649], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 649], ["category", "province"], ["code", "EQ"], ["name", "Équateur"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 649 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["region_id", 649], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 649], ["category", "province"], ["code", "KA"], ["name", "Katanga"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 649 AND "regions"."code" = ? LIMIT ? [["code", "KE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KE"], ["region_id", 649], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 649], ["category", "province"], ["code", "KE"], ["name", "Kasai-Oriental"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 649 AND "regions"."code" = ? LIMIT ? [["code", "KN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KN"], ["region_id", 649], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 649], ["category", "city"], ["code", "KN"], ["name", "Kinshasa"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 649 AND "regions"."code" = ? LIMIT ? [["code", "KW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KW"], ["region_id", 649], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 649], ["category", "province"], ["code", "KW"], ["name", "Kasai-Occidental"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 649 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["region_id", 649], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 649], ["category", "province"], ["code", "MA"], ["name", "Maniema"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 649 AND "regions"."code" = ? LIMIT ? [["code", "NK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NK"], ["region_id", 649], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 649], ["category", "province"], ["code", "NK"], ["name", "Nord-Kivu"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 649 AND "regions"."code" = ? LIMIT ? [["code", "OR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OR"], ["region_id", 649], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 649], ["category", "province"], ["code", "OR"], ["name", "Orientale"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 649 AND "regions"."code" = ? LIMIT ? [["code", "SK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SK"], ["region_id", 649], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 649], ["category", "province"], ["code", "SK"], ["name", "Sud-Kivu"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "CF"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "CF"], ["name", "Central African Republic"], ["alpha_3_code", "CAF"], ["numeric_code", 140], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "AC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AC"], ["region_id", 661], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 661], ["category", "prefecture"], ["code", "AC"], ["name", "Ouham"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "BB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BB"], ["region_id", 661], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 661], ["category", "prefecture"], ["code", "BB"], ["name", "Bamingui-Bangoran"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "BGF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BGF"], ["region_id", 661], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 661], ["category", "commune"], ["code", "BGF"], ["name", "Bangui"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "BK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BK"], ["region_id", 661], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 661], ["category", "prefecture"], ["code", "BK"], ["name", "Basse-Kotto"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "HK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HK"], ["region_id", 661], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 661], ["category", "prefecture"], ["code", "HK"], ["name", "Haute-Kotto"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "HM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HM"], ["region_id", 661], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 661], ["category", "prefecture"], ["code", "HM"], ["name", "Haut-Mbomou"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "HS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HS"], ["region_id", 661], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 661], ["category", "prefecture"], ["code", "HS"], ["name", "Haute-Sangha / Mambéré-Kadéï"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "KB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KB"], ["region_id", 661], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 661], ["category", "economic prefecture"], ["code", "KB"], ["name", "Gribingui"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "KG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KG"], ["region_id", 661], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 661], ["category", "prefecture"], ["code", "KG"], ["name", "Kémo-Gribingui"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "LB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LB"], ["region_id", 661], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 661], ["category", "prefecture"], ["code", "LB"], ["name", "Lobaye"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "MB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MB"], ["region_id", 661], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 661], ["category", "prefecture"], ["code", "MB"], ["name", "Mbomou"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "MP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MP"], ["region_id", 661], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 661], ["category", "prefecture"], ["code", "MP"], ["name", "Ombella-M'poko"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "NM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NM"], ["region_id", 661], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 661], ["category", "prefecture"], ["code", "NM"], ["name", "Nana-Mambéré"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "OP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OP"], ["region_id", 661], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 661], ["category", "prefecture"], ["code", "OP"], ["name", "Ouham-Pendé"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "SE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SE"], ["region_id", 661], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 661], ["category", "economic prefecture"], ["code", "SE"], ["name", "Sangha"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "UK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UK"], ["region_id", 661], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 661], ["category", "prefecture"], ["code", "UK"], ["name", "Ouaka"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "VK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VK"], ["region_id", 661], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 661], ["category", "prefecture"], ["code", "VK"], ["name", "Vakaga"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "CG"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "CG"], ["name", "Congo"], ["alpha_3_code", "COG"], ["numeric_code", 178], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 679 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 679], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 679], ["category", "region"], ["code", "11"], ["name", "Bouenza"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 679 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 679], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 679], ["category", "region"], ["code", "12"], ["name", "Pool"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 679 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 679], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 679], ["category", "region"], ["code", "13"], ["name", "Sangha"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 679 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 679], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 679], ["category", "region"], ["code", "14"], ["name", "Plateaux"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 679 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 679], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 679], ["category", "region"], ["code", "15"], ["name", "Cuvette-Ouest"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 679 AND "regions"."code" = ? LIMIT ? [["code", "2"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "2"], ["region_id", 679], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 679], ["category", "region"], ["code", "2"], ["name", "Lékoumou"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 679 AND "regions"."code" = ? LIMIT ? [["code", "5"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "5"], ["region_id", 679], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 679], ["category", "region"], ["code", "5"], ["name", "Kouilou"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 679 AND "regions"."code" = ? LIMIT ? [["code", "7"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "7"], ["region_id", 679], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 679], ["category", "region"], ["code", "7"], ["name", "Likouala"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 679 AND "regions"."code" = ? LIMIT ? [["code", "8"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "8"], ["region_id", 679], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 679], ["category", "region"], ["code", "8"], ["name", "Cuvette"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 679 AND "regions"."code" = ? LIMIT ? [["code", "9"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "9"], ["region_id", 679], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 679], ["category", "region"], ["code", "9"], ["name", "Niari"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 679 AND "regions"."code" = ? LIMIT ? [["code", "BZV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BZV"], ["region_id", 679], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 679], ["category", "capital district"], ["code", "BZV"], ["name", "Brazzaville"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "CH"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "CH"], ["name", "Switzerland"], ["alpha_3_code", "CHE"], ["numeric_code", 756], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "AG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AG"], ["region_id", 691], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "AG"], ["name", "Aargau"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "AI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AI"], ["region_id", 691], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "AI"], ["name", "Appenzell Innerrhoden"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AR"], ["region_id", 691], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "AR"], ["name", "Appenzell Ausserrhoden"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (1.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "BE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BE"], ["region_id", 691], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "BE"], ["name", "Bern"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "BL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BL"], ["region_id", 691], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "BL"], ["name", "Basel-Landschaft"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "BS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BS"], ["region_id", 691], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "BS"], ["name", "Basel-Stadt"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "FR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FR"], ["region_id", 691], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "FR"], ["name", "Fribourg"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "GE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GE"], ["region_id", 691], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "GE"], ["name", "Genève"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "GL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GL"], ["region_id", 691], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "GL"], ["name", "Glarus"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (3.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "GR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GR"], ["region_id", 691], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "GR"], ["name", "Graubünden"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (2.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "JU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JU"], ["region_id", 691], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "JU"], ["name", "Jura"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (5.6ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "LU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LU"], ["region_id", 691], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "LU"], ["name", "Luzern"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "NE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NE"], ["region_id", 691], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "NE"], ["name", "Neuchâtel"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "NW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NW"], ["region_id", 691], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "NW"], ["name", "Nidwalden"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "OW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OW"], ["region_id", 691], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "OW"], ["name", "Obwalden"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "SG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SG"], ["region_id", 691], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "SG"], ["name", "Sankt Gallen"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "SH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SH"], ["region_id", 691], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "SH"], ["name", "Schaffhausen"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["region_id", 691], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "SO"], ["name", "Solothurn"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "SZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SZ"], ["region_id", 691], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "SZ"], ["name", "Schwyz"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "TG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TG"], ["region_id", 691], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "TG"], ["name", "Thurgau"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "TI"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TI"], ["region_id", 691], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "TI"], ["name", "Ticino"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "UR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UR"], ["region_id", 691], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "UR"], ["name", "Uri"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "VD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VD"], ["region_id", 691], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "VD"], ["name", "Vaud"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "VS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VS"], ["region_id", 691], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "VS"], ["name", "Valais"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "ZG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZG"], ["region_id", 691], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "ZG"], ["name", "Zug"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "ZH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZH"], ["region_id", 691], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 691], ["category", "canton"], ["code", "ZH"], ["name", "Zürich"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "CI"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "CI"], ["name", "Côte d'Ivoire"], ["alpha_3_code", "CIV"], ["numeric_code", 384], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 718], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 718], ["category", "region"], ["code", "01"], ["name", "Lagunes (Région des)"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 718], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 718], ["category", "region"], ["code", "02"], ["name", "Haut-Sassandra (Région du)"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 718], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 718], ["category", "region"], ["code", "03"], ["name", "Savanes (Région des)"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 718], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 718], ["category", "region"], ["code", "04"], ["name", "Vallée du Bandama (Région de la)"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 718], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 718], ["category", "region"], ["code", "05"], ["name", "Moyen-Comoé (Région du)"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 718], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 718], ["category", "region"], ["code", "06"], ["name", "18 Montagnes (Région des)"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 718], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 718], ["category", "region"], ["code", "07"], ["name", "Lacs (Région des)"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 718], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 718], ["category", "region"], ["code", "08"], ["name", "Zanzan (Région du)"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 718], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 718], ["category", "region"], ["code", "09"], ["name", "Bas-Sassandra (Région du)"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 718], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 718], ["category", "region"], ["code", "10"], ["name", "Denguélé (Région du)"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 718], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 718], ["category", "region"], ["code", "11"], ["name", "Nzi-Comoé (Région)"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 718], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 718], ["category", "region"], ["code", "12"], ["name", "Marahoué (Région de la)"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 718], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 718], ["category", "region"], ["code", "13"], ["name", "Sud-Comoé (Région du)"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 718], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 718], ["category", "region"], ["code", "14"], ["name", "Worodouqou (Région du)"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 718], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 718], ["category", "region"], ["code", "15"], ["name", "Sud-Bandama (Région du)"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 718], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 718], ["category", "region"], ["code", "16"], ["name", "Agnébi (Région de l')"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 718], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 718], ["category", "region"], ["code", "17"], ["name", "Bafing (Région du)"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["region_id", 718], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 718], ["category", "region"], ["code", "18"], ["name", "Fromager (Région du)"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["region_id", 718], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 718], ["category", "region"], ["code", "19"], ["name", "Moyen-Cavally (Région du)"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "CK"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "CK"], ["name", "Cook Islands"], ["alpha_3_code", "COK"], ["numeric_code", 184], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "CL"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "CL"], ["name", "Chile"], ["alpha_3_code", "CHL"], ["numeric_code", 152], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "AI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AI"], ["region_id", 739], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 739], ["category", "region"], ["code", "AI"], ["name", "Aisén del General Carlos Ibáñez del Campo"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "AN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AN"], ["region_id", 739], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 739], ["category", "region"], ["code", "AN"], ["name", "Antofagasta"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "AP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AP"], ["region_id", 739], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 739], ["category", "region"], ["code", "AP"], ["name", "Arica y Parinacota"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AR"], ["region_id", 739], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 739], ["category", "region"], ["code", "AR"], ["name", "Araucanía"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "AT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AT"], ["region_id", 739], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 739], ["category", "region"], ["code", "AT"], ["name", "Atacama"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "BI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BI"], ["region_id", 739], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 739], ["category", "region"], ["code", "BI"], ["name", "Bío-Bío"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CO"], ["region_id", 739], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 739], ["category", "region"], ["code", "CO"], ["name", "Coquimbo"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "LI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LI"], ["region_id", 739], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 739], ["category", "region"], ["code", "LI"], ["name", "Libertador General Bernardo O'Higgins"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "LL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LL"], ["region_id", 739], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 739], ["category", "region"], ["code", "LL"], ["name", "Los Lagos"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "LR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LR"], ["region_id", 739], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 739], ["category", "region"], ["code", "LR"], ["name", "Los Ríos"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["region_id", 739], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 739], ["category", "region"], ["code", "MA"], ["name", "Magallanes y Antártica Chilena"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "ML"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ML"], ["region_id", 739], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 739], ["category", "region"], ["code", "ML"], ["name", "Maule"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "RM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RM"], ["region_id", 739], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 739], ["category", "region"], ["code", "RM"], ["name", "Región Metropolitana de Santiago"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["region_id", 739], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 739], ["category", "region"], ["code", "TA"], ["name", "Tarapacá"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "VS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VS"], ["region_id", 739], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 739], ["category", "region"], ["code", "VS"], ["name", "Valparaíso"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "CM"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "CM"], ["name", "Cameroon"], ["alpha_3_code", "CMR"], ["numeric_code", 120], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 755 AND "regions"."code" = ? LIMIT ? [["code", "AD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AD"], ["region_id", 755], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 755], ["category", "province"], ["code", "AD"], ["name", "Adamaoua"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 755 AND "regions"."code" = ? LIMIT ? [["code", "CE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CE"], ["region_id", 755], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 755], ["category", "province"], ["code", "CE"], ["name", "Centre"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 755 AND "regions"."code" = ? LIMIT ? [["code", "EN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EN"], ["region_id", 755], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 755], ["category", "province"], ["code", "EN"], ["name", "Far North"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 755 AND "regions"."code" = ? LIMIT ? [["code", "ES"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ES"], ["region_id", 755], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 755], ["category", "province"], ["code", "ES"], ["name", "East"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 755 AND "regions"."code" = ? LIMIT ? [["code", "LT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LT"], ["region_id", 755], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 755], ["category", "province"], ["code", "LT"], ["name", "Littoral"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 755 AND "regions"."code" = ? LIMIT ? [["code", "NO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NO"], ["region_id", 755], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 755], ["category", "province"], ["code", "NO"], ["name", "North"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 755 AND "regions"."code" = ? LIMIT ? [["code", "NW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NW"], ["region_id", 755], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 755], ["category", "province"], ["code", "NW"], ["name", "North-West (Cameroon)"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 755 AND "regions"."code" = ? LIMIT ? [["code", "OU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OU"], ["region_id", 755], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 755], ["category", "province"], ["code", "OU"], ["name", "West"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 755 AND "regions"."code" = ? LIMIT ? [["code", "SU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SU"], ["region_id", 755], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 755], ["category", "province"], ["code", "SU"], ["name", "South"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 755 AND "regions"."code" = ? LIMIT ? [["code", "SW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SW"], ["region_id", 755], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 755], ["category", "province"], ["code", "SW"], ["name", "South-West"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "CN"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "CN"], ["name", "China"], ["alpha_3_code", "CHN"], ["numeric_code", 156], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "municipality"], ["code", "11"], ["name", "Beijing"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "municipality"], ["code", "12"], ["name", "Tianjin"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "province"], ["code", "13"], ["name", "Hebei"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "province"], ["code", "14"], ["name", "Shanxi"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "autonomous region"], ["code", "15"], ["name", "Nei Mongol"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "province"], ["code", "21"], ["name", "Liaoning"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "province"], ["code", "22"], ["name", "Jilin"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "province"], ["code", "23"], ["name", "Heilongjiang"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "municipality"], ["code", "31"], ["name", "Shanghai"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "province"], ["code", "32"], ["name", "Jiangsu"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "province"], ["code", "33"], ["name", "Zhejiang"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "province"], ["code", "34"], ["name", "Anhui"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "35"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "35"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "province"], ["code", "35"], ["name", "Fujian"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "36"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "36"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "province"], ["code", "36"], ["name", "Jiangxi"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "37"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "37"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "province"], ["code", "37"], ["name", "Shandong"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "province"], ["code", "41"], ["name", "Henan"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.6ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "province"], ["code", "42"], ["name", "Hubei"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "province"], ["code", "43"], ["name", "Hunan"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "province"], ["code", "44"], ["name", "Guangdong"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "autonomous region"], ["code", "45"], ["name", "Guangxi"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "46"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "46"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "province"], ["code", "46"], ["name", "Hainan"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "50"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "50"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "municipality"], ["code", "50"], ["name", "Chongqing"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "province"], ["code", "51"], ["name", "Sichuan"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "52"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "52"], ["region_id", 766], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "province"], ["code", "52"], ["name", "Guizhou"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "53"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "53"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "province"], ["code", "53"], ["name", "Yunnan"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "54"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "54"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "autonomous region"], ["code", "54"], ["name", "Xizang"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "61"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "61"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "province"], ["code", "61"], ["name", "Shaanxi"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "62"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "62"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "province"], ["code", "62"], ["name", "Gansu"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "63"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "63"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "province"], ["code", "63"], ["name", "Qinghai"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "64"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "64"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "autonomous region"], ["code", "64"], ["name", "Ningxia"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "65"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "65"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "autonomous region"], ["code", "65"], ["name", "Xinjiang"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "71"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "71"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "province"], ["code", "71"], ["name", "Taiwan"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "91"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "91"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "special administrative region"], ["code", "91"], ["name", "Xianggang (Hong-Kong)"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "92"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "92"], ["region_id", 766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 766], ["category", "special administrative region"], ["code", "92"], ["name", "Aomen (Macau)"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "CO"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "CO"], ["name", "Colombia"], ["alpha_3_code", "COL"], ["numeric_code", 170], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "AMA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AMA"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "AMA"], ["name", "Amazonas"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "ANT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ANT"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "ANT"], ["name", "Antioquia"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "ARA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ARA"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "ARA"], ["name", "Arauca"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "ATL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ATL"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "ATL"], ["name", "Atlántico"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "BOL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BOL"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "BOL"], ["name", "Bolívar"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "BOY"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BOY"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "BOY"], ["name", "Boyacá"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "CAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CAL"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "CAL"], ["name", "Caldas"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "CAQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CAQ"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "CAQ"], ["name", "Caquetá"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "CAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CAS"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "CAS"], ["name", "Casanare"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "CAU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CAU"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "CAU"], ["name", "Cauca"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "CES"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CES"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "CES"], ["name", "Cesar"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "CHO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CHO"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "CHO"], ["name", "Chocó"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "COR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "COR"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "COR"], ["name", "Córdoba"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "CUN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CUN"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "CUN"], ["name", "Cundinamarca"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "DC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DC"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "capital district"], ["code", "DC"], ["name", "Distrito Capital de Bogotá"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "GUA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GUA"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "GUA"], ["name", "Guainía"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "GUV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GUV"], ["region_id", 801], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "GUV"], ["name", "Guaviare"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "HUI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HUI"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "HUI"], ["name", "Huila"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "LAG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LAG"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "LAG"], ["name", "La Guajira"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "MAG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MAG"], ["region_id", 801], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "MAG"], ["name", "Magdalena"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "MET"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MET"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "MET"], ["name", "Meta"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "NAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NAR"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "NAR"], ["name", "Nariño"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "NSA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NSA"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "NSA"], ["name", "Norte de Santander"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "PUT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PUT"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "PUT"], ["name", "Putumayo"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "QUI"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "QUI"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "QUI"], ["name", "Quindío"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "RIS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RIS"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "RIS"], ["name", "Risaralda"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "SAN"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SAN"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "SAN"], ["name", "Santander"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "SAP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SAP"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "SAP"], ["name", "San Andrés, Providencia y Santa Catalina"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "SUC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SUC"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "SUC"], ["name", "Sucre"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "TOL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TOL"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "TOL"], ["name", "Tolima"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "VAC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VAC"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "VAC"], ["name", "Valle del Cauca"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "VAU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VAU"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "VAU"], ["name", "Vaupés"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "VID"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VID"], ["region_id", 801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 801], ["category", "department"], ["code", "VID"], ["name", "Vichada"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "CR"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "CR"], ["name", "Costa Rica"], ["alpha_3_code", "CRI"], ["numeric_code", 188], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 835 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["region_id", 835], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 835], ["category", "province"], ["code", "A"], ["name", "Alajuela"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 835 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["region_id", 835], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 835], ["category", "province"], ["code", "C"], ["name", "Cartago"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 835 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["region_id", 835], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 835], ["category", "province"], ["code", "G"], ["name", "Guanacaste"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 835 AND "regions"."code" = ? LIMIT ? [["code", "H"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "H"], ["region_id", 835], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 835], ["category", "province"], ["code", "H"], ["name", "Heredia"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 835 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["region_id", 835], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 835], ["category", "province"], ["code", "L"], ["name", "Limón"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 835 AND "regions"."code" = ? LIMIT ? [["code", "P"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "P"], ["region_id", 835], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 835], ["category", "province"], ["code", "P"], ["name", "Puntarenas"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 835 AND "regions"."code" = ? LIMIT ? [["code", "SJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SJ"], ["region_id", 835], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 835], ["category", "province"], ["code", "SJ"], ["name", "San José"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "CU"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "CU"], ["name", "Cuba"], ["alpha_3_code", "CUB"], ["numeric_code", 192], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 843], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 843], ["category", "province"], ["code", "01"], ["name", "Pinar del Rio"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 843], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 843], ["category", "province"], ["code", "02"], ["name", "La Habana"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 843], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 843], ["category", "province"], ["code", "03"], ["name", "Ciudad de La Habana"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 843], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 843], ["category", "province"], ["code", "04"], ["name", "Matanzas"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 843], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 843], ["category", "province"], ["code", "05"], ["name", "Villa Clara"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 843], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 843], ["category", "province"], ["code", "06"], ["name", "Cienfuegos"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 843], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 843], ["category", "province"], ["code", "07"], ["name", "Sancti Spíritus"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 843], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 843], ["category", "province"], ["code", "08"], ["name", "Ciego de Ávila"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 843], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 843], ["category", "province"], ["code", "09"], ["name", "Camagüey"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 843], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 843], ["category", "province"], ["code", "10"], ["name", "Las Tunas"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 843], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 843], ["category", "province"], ["code", "11"], ["name", "Holguín"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 843], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 843], ["category", "province"], ["code", "12"], ["name", "Granma"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 843], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 843], ["category", "province"], ["code", "13"], ["name", "Santiago de Cuba"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 843], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 843], ["category", "province"], ["code", "14"], ["name", "Guantánamo"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "99"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "99"], ["region_id", 843], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 843], ["category", "special municipality"], ["code", "99"], ["name", "Isla de la Juventud"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "CV"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "CV"], ["name", "Cape Verde"], ["alpha_3_code", "CPV"], ["numeric_code", 132], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 859 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["region_id", 859], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 859], ["category", "geographical region"], ["code", "B"], ["name", "Ilhas de Barlavento"], ["created_at", 2016-11-21 00:08:48 UTC], ["updated_at", 2016-11-21 00:08:48 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 860 AND "regions"."code" = ? LIMIT ? [["code", "BV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BV"], ["region_id", 860], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 860], ["category", "municipality"], ["code", "BV"], ["name", "Boa Vista"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 860 AND "regions"."code" = ? LIMIT ? [["code", "PA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PA"], ["region_id", 860], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 860], ["category", "municipality"], ["code", "PA"], ["name", "Paul"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 860 AND "regions"."code" = ? LIMIT ? [["code", "PN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PN"], ["region_id", 860], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 860], ["category", "municipality"], ["code", "PN"], ["name", "Porto Novo"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 860 AND "regions"."code" = ? LIMIT ? [["code", "RB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RB"], ["region_id", 860], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 860], ["category", "municipality"], ["code", "RB"], ["name", "Ribeira Brava"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 860 AND "regions"."code" = ? LIMIT ? [["code", "RG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RG"], ["region_id", 860], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 860], ["category", "municipality"], ["code", "RG"], ["name", "Ribeira Grande"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 860 AND "regions"."code" = ? LIMIT ? [["code", "SL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SL"], ["region_id", 860], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 860], ["category", "municipality"], ["code", "SL"], ["name", "Sal"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 860 AND "regions"."code" = ? LIMIT ? [["code", "SV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SV"], ["region_id", 860], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 860], ["category", "municipality"], ["code", "SV"], ["name", "São Vicente"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 859 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["region_id", 859], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 859], ["category", "geographical region"], ["code", "S"], ["name", "Ilhas de Sotavento"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "BR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BR"], ["region_id", 868], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 868], ["category", "municipality"], ["code", "BR"], ["name", "Brava"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["region_id", 868], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 868], ["category", "municipality"], ["code", "MA"], ["name", "Maio"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["region_id", 868], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 868], ["category", "municipality"], ["code", "MO"], ["name", "Mosteiros"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "PR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PR"], ["region_id", 868], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 868], ["category", "municipality"], ["code", "PR"], ["name", "Praia"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "RS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RS"], ["region_id", 868], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 868], ["category", "municipality"], ["code", "RS"], ["name", "Ribeira Grande de Santiago"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "CA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CA"], ["region_id", 868], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 868], ["category", "municipality"], ["code", "CA"], ["name", "Santa Catarina"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "CF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CF"], ["region_id", 868], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 868], ["category", "municipality"], ["code", "CF"], ["name", "Santa Catarina de Fogo"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "CR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CR"], ["region_id", 868], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 868], ["category", "municipality"], ["code", "CR"], ["name", "Santa Cruz"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "SD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SD"], ["region_id", 868], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 868], ["category", "municipality"], ["code", "SD"], ["name", "São Domingos"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "SF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SF"], ["region_id", 868], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 868], ["category", "municipality"], ["code", "SF"], ["name", "São Filipe"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["region_id", 868], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 868], ["category", "municipality"], ["code", "SO"], ["name", "São Lourenço dos Órgãos"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "SM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SM"], ["region_id", 868], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 868], ["category", "municipality"], ["code", "SM"], ["name", "São Miguel"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "SS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SS"], ["region_id", 868], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 868], ["category", "municipality"], ["code", "SS"], ["name", "São Salvador do Mundo"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["region_id", 868], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 868], ["category", "municipality"], ["code", "TA"], ["name", "Tarrafal"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "TS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TS"], ["region_id", 868], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 868], ["category", "municipality"], ["code", "TS"], ["name", "Tarrafal de São Nicolau"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "CW"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "CW"], ["name", "Curaçao"], ["alpha_3_code", "CUW"], ["numeric_code", 531], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "CX"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "CX"], ["name", "Christmas Island"], ["alpha_3_code", "CXR"], ["numeric_code", 162], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "CY"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "CY"], ["name", "Cyprus"], ["alpha_3_code", "CYP"], ["numeric_code", 196], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 886 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 886], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 886], ["category", "district"], ["code", "01"], ["name", "Lefkosía"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 886 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 886], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 886], ["category", "district"], ["code", "02"], ["name", "Lemesós"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 886 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 886], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 886], ["category", "district"], ["code", "03"], ["name", "Lárnaka"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 886 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 886], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 886], ["category", "district"], ["code", "04"], ["name", "Ammóchostos"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 886 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 886], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 886], ["category", "district"], ["code", "05"], ["name", "Páfos"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 886 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 886], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 886], ["category", "district"], ["code", "06"], ["name", "Kerýneia"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "CZ"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "CZ"], ["name", "Czech Republic"], ["alpha_3_code", "CZE"], ["numeric_code", 203], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "JC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JC"], ["region_id", 893], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 893], ["category", "region"], ["code", "JC"], ["name", "Jihočeský kraj"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 894 AND "regions"."code" = ? LIMIT ? [["code", "311"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "311"], ["region_id", 894], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 894], ["category", "district"], ["code", "311"], ["name", "České Budějovice"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 894 AND "regions"."code" = ? LIMIT ? [["code", "312"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "312"], ["region_id", 894], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 894], ["category", "district"], ["code", "312"], ["name", "Český Krumlov"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 894 AND "regions"."code" = ? LIMIT ? [["code", "313"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "313"], ["region_id", 894], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 894], ["category", "district"], ["code", "313"], ["name", "Jindřichův Hradec"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 894 AND "regions"."code" = ? LIMIT ? [["code", "314"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "314"], ["region_id", 894], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 894], ["category", "district"], ["code", "314"], ["name", "Písek"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 894 AND "regions"."code" = ? LIMIT ? [["code", "315"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "315"], ["region_id", 894], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 894], ["category", "district"], ["code", "315"], ["name", "Prachatice"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 894 AND "regions"."code" = ? LIMIT ? [["code", "316"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "316"], ["region_id", 894], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 894], ["category", "district"], ["code", "316"], ["name", "Strakonice"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 894 AND "regions"."code" = ? LIMIT ? [["code", "317"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "317"], ["region_id", 894], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 894], ["category", "district"], ["code", "317"], ["name", "Tábor"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "JM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JM"], ["region_id", 893], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 893], ["category", "region"], ["code", "JM"], ["name", "Jihomoravský kraj"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 902 AND "regions"."code" = ? LIMIT ? [["code", "621"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "621"], ["region_id", 902], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 902], ["category", "district"], ["code", "621"], ["name", "Blansko"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 902 AND "regions"."code" = ? LIMIT ? [["code", "622"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "622"], ["region_id", 902], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 902], ["category", "district"], ["code", "622"], ["name", "Brno-město"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 902 AND "regions"."code" = ? LIMIT ? [["code", "623"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "623"], ["region_id", 902], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 902], ["category", "district"], ["code", "623"], ["name", "Brno-venkov"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 902 AND "regions"."code" = ? LIMIT ? [["code", "624"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "624"], ["region_id", 902], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 902], ["category", "district"], ["code", "624"], ["name", "Břeclav"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 902 AND "regions"."code" = ? LIMIT ? [["code", "625"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "625"], ["region_id", 902], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 902], ["category", "district"], ["code", "625"], ["name", "Hodonín"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 902 AND "regions"."code" = ? LIMIT ? [["code", "626"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "626"], ["region_id", 902], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 902], ["category", "district"], ["code", "626"], ["name", "Vyškov"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 902 AND "regions"."code" = ? LIMIT ? [["code", "627"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "627"], ["region_id", 902], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 902], ["category", "district"], ["code", "627"], ["name", "Znojmo"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["region_id", 893], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 893], ["category", "region"], ["code", "KA"], ["name", "Karlovarský kraj"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 910 AND "regions"."code" = ? LIMIT ? [["code", "411"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "411"], ["region_id", 910], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 910], ["category", "district"], ["code", "411"], ["name", "Cheb"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 910 AND "regions"."code" = ? LIMIT ? [["code", "412"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "412"], ["region_id", 910], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 910], ["category", "district"], ["code", "412"], ["name", "Karlovy Vary"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 910 AND "regions"."code" = ? LIMIT ? [["code", "413"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "413"], ["region_id", 910], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 910], ["category", "district"], ["code", "413"], ["name", "Sokolov"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "KR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KR"], ["region_id", 893], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 893], ["category", "region"], ["code", "KR"], ["name", "Královéhradecký kraj"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 914 AND "regions"."code" = ? LIMIT ? [["code", "521"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "521"], ["region_id", 914], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 914], ["category", "district"], ["code", "521"], ["name", "Hradec Králové"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 914 AND "regions"."code" = ? LIMIT ? [["code", "522"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "522"], ["region_id", 914], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 914], ["category", "district"], ["code", "522"], ["name", "Jičín"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 914 AND "regions"."code" = ? LIMIT ? [["code", "523"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "523"], ["region_id", 914], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 914], ["category", "district"], ["code", "523"], ["name", "Náchod"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 914 AND "regions"."code" = ? LIMIT ? [["code", "524"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "524"], ["region_id", 914], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 914], ["category", "district"], ["code", "524"], ["name", "Rychnov nad Kněžnou"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 914 AND "regions"."code" = ? LIMIT ? [["code", "525"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "525"], ["region_id", 914], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 914], ["category", "district"], ["code", "525"], ["name", "Trutnov"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "LI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LI"], ["region_id", 893], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 893], ["category", "region"], ["code", "LI"], ["name", "Liberecký kraj"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 920 AND "regions"."code" = ? LIMIT ? [["code", "511"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "511"], ["region_id", 920], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 920], ["category", "district"], ["code", "511"], ["name", "Česká Lípa"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 920 AND "regions"."code" = ? LIMIT ? [["code", "512"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "512"], ["region_id", 920], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 920], ["category", "district"], ["code", "512"], ["name", "Jablonec nad Nisou"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 920 AND "regions"."code" = ? LIMIT ? [["code", "513"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "513"], ["region_id", 920], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 920], ["category", "district"], ["code", "513"], ["name", "Liberec"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 920 AND "regions"."code" = ? LIMIT ? [["code", "514"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "514"], ["region_id", 920], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 920], ["category", "district"], ["code", "514"], ["name", "Semily"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["region_id", 893], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 893], ["category", "region"], ["code", "MO"], ["name", "Moravskoslezský kraj"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 925 AND "regions"."code" = ? LIMIT ? [["code", "801"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "801"], ["region_id", 925], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 925], ["category", "district"], ["code", "801"], ["name", "Bruntál"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 925 AND "regions"."code" = ? LIMIT ? [["code", "802"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "802"], ["region_id", 925], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 925], ["category", "district"], ["code", "802"], ["name", "Frýdek Místek"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 925 AND "regions"."code" = ? LIMIT ? [["code", "803"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "803"], ["region_id", 925], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 925], ["category", "district"], ["code", "803"], ["name", "Karviná"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 925 AND "regions"."code" = ? LIMIT ? [["code", "804"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "804"], ["region_id", 925], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 925], ["category", "district"], ["code", "804"], ["name", "Nový Jičín"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 925 AND "regions"."code" = ? LIMIT ? [["code", "805"], ["LIMIT", 1]]  (0.2ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "805"], ["region_id", 925], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 925], ["category", "district"], ["code", "805"], ["name", "Opava"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 925 AND "regions"."code" = ? LIMIT ? [["code", "806"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "806"], ["region_id", 925], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 925], ["category", "district"], ["code", "806"], ["name", "Ostrava město"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "OL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OL"], ["region_id", 893], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 893], ["category", "region"], ["code", "OL"], ["name", "Olomoucký kraj"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 932 AND "regions"."code" = ? LIMIT ? [["code", "711"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "711"], ["region_id", 932], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 932], ["category", "district"], ["code", "711"], ["name", "Jeseník"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 932 AND "regions"."code" = ? LIMIT ? [["code", "712"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "712"], ["region_id", 932], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 932], ["category", "district"], ["code", "712"], ["name", "Olomouc"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 932 AND "regions"."code" = ? LIMIT ? [["code", "713"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "713"], ["region_id", 932], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 932], ["category", "district"], ["code", "713"], ["name", "Prostĕjov"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 932 AND "regions"."code" = ? LIMIT ? [["code", "714"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "714"], ["region_id", 932], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 932], ["category", "district"], ["code", "714"], ["name", "Přerov"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.8ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 932 AND "regions"."code" = ? LIMIT ? [["code", "715"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "715"], ["region_id", 932], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 932], ["category", "district"], ["code", "715"], ["name", "Šumperk"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "PA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PA"], ["region_id", 893], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 893], ["category", "region"], ["code", "PA"], ["name", "Pardubický kraj"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (8.2ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 938 AND "regions"."code" = ? LIMIT ? [["code", "531"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "531"], ["region_id", 938], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 938], ["category", "district"], ["code", "531"], ["name", "Chrudim"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (5.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 938 AND "regions"."code" = ? LIMIT ? [["code", "532"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "532"], ["region_id", 938], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 938], ["category", "district"], ["code", "532"], ["name", "Pardubice"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 938 AND "regions"."code" = ? LIMIT ? [["code", "533"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "533"], ["region_id", 938], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 938], ["category", "district"], ["code", "533"], ["name", "Svitavy"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 938 AND "regions"."code" = ? LIMIT ? [["code", "534"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "534"], ["region_id", 938], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 938], ["category", "district"], ["code", "534"], ["name", "Ústí nad Orlicí"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "PL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PL"], ["region_id", 893], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 893], ["category", "region"], ["code", "PL"], ["name", "Plzeňský kraj"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 943 AND "regions"."code" = ? LIMIT ? [["code", "321"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "321"], ["region_id", 943], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 943], ["category", "district"], ["code", "321"], ["name", "Domažlice"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 943 AND "regions"."code" = ? LIMIT ? [["code", "322"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "322"], ["region_id", 943], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 943], ["category", "district"], ["code", "322"], ["name", "Klatovy"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 943 AND "regions"."code" = ? LIMIT ? [["code", "324"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "324"], ["region_id", 943], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 943], ["category", "district"], ["code", "324"], ["name", "Plzeň jih"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 943 AND "regions"."code" = ? LIMIT ? [["code", "323"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "323"], ["region_id", 943], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 943], ["category", "district"], ["code", "323"], ["name", "Plzeň město"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 943 AND "regions"."code" = ? LIMIT ? [["code", "325"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "325"], ["region_id", 943], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 943], ["category", "district"], ["code", "325"], ["name", "Plzeň sever"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 943 AND "regions"."code" = ? LIMIT ? [["code", "326"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "326"], ["region_id", 943], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 943], ["category", "district"], ["code", "326"], ["name", "Rokycany"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 943 AND "regions"."code" = ? LIMIT ? [["code", "327"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "327"], ["region_id", 943], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 943], ["category", "district"], ["code", "327"], ["name", "Tachov"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "PR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PR"], ["region_id", 893], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 893], ["category", "region"], ["code", "PR"], ["name", "Praha, hlavní město"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "101"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "101"], ["region_id", 951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 951], ["category", "district"], ["code", "101"], ["name", "Praha 1"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "102"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "102"], ["region_id", 951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 951], ["category", "district"], ["code", "102"], ["name", "Praha 2"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "103"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "103"], ["region_id", 951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 951], ["category", "district"], ["code", "103"], ["name", "Praha 3"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "104"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "104"], ["region_id", 951], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 951], ["category", "district"], ["code", "104"], ["name", "Praha 4"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "105"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "105"], ["region_id", 951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 951], ["category", "district"], ["code", "105"], ["name", "Praha 5"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "106"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "106"], ["region_id", 951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 951], ["category", "district"], ["code", "106"], ["name", "Praha 6"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "107"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "107"], ["region_id", 951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 951], ["category", "district"], ["code", "107"], ["name", "Praha 7"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "108"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "108"], ["region_id", 951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 951], ["category", "district"], ["code", "108"], ["name", "Praha 8"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "109"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "109"], ["region_id", 951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 951], ["category", "district"], ["code", "109"], ["name", "Praha 9"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "10A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10A"], ["region_id", 951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 951], ["category", "district"], ["code", "10A"], ["name", "Praha 10"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "10B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10B"], ["region_id", 951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 951], ["category", "district"], ["code", "10B"], ["name", "Praha 11"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "10C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10C"], ["region_id", 951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 951], ["category", "district"], ["code", "10C"], ["name", "Praha 12"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "10D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10D"], ["region_id", 951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 951], ["category", "district"], ["code", "10D"], ["name", "Praha 13"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "10E"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10E"], ["region_id", 951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 951], ["category", "district"], ["code", "10E"], ["name", "Praha 14"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "10F"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10F"], ["region_id", 951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 951], ["category", "district"], ["code", "10F"], ["name", "Praha 15"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "ST"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ST"], ["region_id", 893], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 893], ["category", "region"], ["code", "ST"], ["name", "Středočeský kraj"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 967 AND "regions"."code" = ? LIMIT ? [["code", "201"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "201"], ["region_id", 967], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 967], ["category", "district"], ["code", "201"], ["name", "Benešov"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 967 AND "regions"."code" = ? LIMIT ? [["code", "202"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "202"], ["region_id", 967], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 967], ["category", "district"], ["code", "202"], ["name", "Beroun"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 967 AND "regions"."code" = ? LIMIT ? [["code", "203"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "203"], ["region_id", 967], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 967], ["category", "district"], ["code", "203"], ["name", "Kladno"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 967 AND "regions"."code" = ? LIMIT ? [["code", "204"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "204"], ["region_id", 967], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 967], ["category", "district"], ["code", "204"], ["name", "Kolín"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 967 AND "regions"."code" = ? LIMIT ? [["code", "205"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "205"], ["region_id", 967], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 967], ["category", "district"], ["code", "205"], ["name", "Kutná Hora"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 967 AND "regions"."code" = ? LIMIT ? [["code", "206"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "206"], ["region_id", 967], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 967], ["category", "district"], ["code", "206"], ["name", "Mělník"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 967 AND "regions"."code" = ? LIMIT ? [["code", "207"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "207"], ["region_id", 967], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 967], ["category", "district"], ["code", "207"], ["name", "Mladá Boleslav"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 967 AND "regions"."code" = ? LIMIT ? [["code", "208"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "208"], ["region_id", 967], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 967], ["category", "district"], ["code", "208"], ["name", "Nymburk"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 967 AND "regions"."code" = ? LIMIT ? [["code", "209"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "209"], ["region_id", 967], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 967], ["category", "district"], ["code", "209"], ["name", "Praha východ"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 967 AND "regions"."code" = ? LIMIT ? [["code", "20A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "20A"], ["region_id", 967], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 967], ["category", "district"], ["code", "20A"], ["name", "Praha západ"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 967 AND "regions"."code" = ? LIMIT ? [["code", "20B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "20B"], ["region_id", 967], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 967], ["category", "district"], ["code", "20B"], ["name", "Příbram"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 967 AND "regions"."code" = ? LIMIT ? [["code", "20C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "20C"], ["region_id", 967], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 967], ["category", "district"], ["code", "20C"], ["name", "Rakovník"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "US"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "US"], ["region_id", 893], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 893], ["category", "region"], ["code", "US"], ["name", "Ústecký kraj"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 980 AND "regions"."code" = ? LIMIT ? [["code", "421"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "421"], ["region_id", 980], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 980], ["category", "district"], ["code", "421"], ["name", "Děčín"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 980 AND "regions"."code" = ? LIMIT ? [["code", "422"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "422"], ["region_id", 980], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 980], ["category", "district"], ["code", "422"], ["name", "Chomutov"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 980 AND "regions"."code" = ? LIMIT ? [["code", "423"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "423"], ["region_id", 980], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 980], ["category", "district"], ["code", "423"], ["name", "Litoměřice"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 980 AND "regions"."code" = ? LIMIT ? [["code", "424"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "424"], ["region_id", 980], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 980], ["category", "district"], ["code", "424"], ["name", "Louny"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 980 AND "regions"."code" = ? LIMIT ? [["code", "425"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "425"], ["region_id", 980], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 980], ["category", "district"], ["code", "425"], ["name", "Most"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 980 AND "regions"."code" = ? LIMIT ? [["code", "426"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "426"], ["region_id", 980], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 980], ["category", "district"], ["code", "426"], ["name", "Teplice"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 980 AND "regions"."code" = ? LIMIT ? [["code", "427"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "427"], ["region_id", 980], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 980], ["category", "district"], ["code", "427"], ["name", "Ústí nad Labem"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "VY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VY"], ["region_id", 893], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 893], ["category", "region"], ["code", "VY"], ["name", "Vysočina"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 988 AND "regions"."code" = ? LIMIT ? [["code", "611"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "611"], ["region_id", 988], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 988], ["category", "district"], ["code", "611"], ["name", "Havlíčkův Brod"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 988 AND "regions"."code" = ? LIMIT ? [["code", "612"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "612"], ["region_id", 988], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 988], ["category", "district"], ["code", "612"], ["name", "Jihlava"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 988 AND "regions"."code" = ? LIMIT ? [["code", "613"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "613"], ["region_id", 988], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 988], ["category", "district"], ["code", "613"], ["name", "Pelhřimov"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 988 AND "regions"."code" = ? LIMIT ? [["code", "614"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "614"], ["region_id", 988], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 988], ["category", "district"], ["code", "614"], ["name", "Třebíč"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 988 AND "regions"."code" = ? LIMIT ? [["code", "615"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "615"], ["region_id", 988], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 988], ["category", "district"], ["code", "615"], ["name", "Žd’ár nad Sázavou"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "ZL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZL"], ["region_id", 893], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 893], ["category", "region"], ["code", "ZL"], ["name", "Zlínský kraj"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 994 AND "regions"."code" = ? LIMIT ? [["code", "721"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "721"], ["region_id", 994], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 994], ["category", "district"], ["code", "721"], ["name", "Kromĕříž"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 994 AND "regions"."code" = ? LIMIT ? [["code", "722"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "722"], ["region_id", 994], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 994], ["category", "district"], ["code", "722"], ["name", "Uherské Hradištĕ"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 994 AND "regions"."code" = ? LIMIT ? [["code", "723"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "723"], ["region_id", 994], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 994], ["category", "district"], ["code", "723"], ["name", "Vsetín"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 994 AND "regions"."code" = ? LIMIT ? [["code", "724"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "724"], ["region_id", 994], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 994], ["category", "district"], ["code", "724"], ["name", "Zlín"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "DE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "DE"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "DE"], ["name", "Germany"], ["alpha_3_code", "DEU"], ["numeric_code", 276], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "BB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BB"], ["region_id", 999], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 999], ["category", "state"], ["code", "BB"], ["name", "Brandenburg"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "BE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BE"], ["region_id", 999], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 999], ["category", "state"], ["code", "BE"], ["name", "Berlin"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "BW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BW"], ["region_id", 999], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 999], ["category", "state"], ["code", "BW"], ["name", "Baden-Württemberg"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "BY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BY"], ["region_id", 999], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 999], ["category", "state"], ["code", "BY"], ["name", "Bayern"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "HB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HB"], ["region_id", 999], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 999], ["category", "state"], ["code", "HB"], ["name", "Bremen"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "HE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HE"], ["region_id", 999], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 999], ["category", "state"], ["code", "HE"], ["name", "Hessen"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "HH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HH"], ["region_id", 999], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 999], ["category", "state"], ["code", "HH"], ["name", "Hamburg"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "MV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MV"], ["region_id", 999], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 999], ["category", "state"], ["code", "MV"], ["name", "Mecklenburg-Vorpommern"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "NI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NI"], ["region_id", 999], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 999], ["category", "state"], ["code", "NI"], ["name", "Niedersachsen"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "NW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NW"], ["region_id", 999], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 999], ["category", "state"], ["code", "NW"], ["name", "Nordrhein-Westfalen"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "RP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RP"], ["region_id", 999], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 999], ["category", "state"], ["code", "RP"], ["name", "Rheinland-Pfalz"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "SH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SH"], ["region_id", 999], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 999], ["category", "state"], ["code", "SH"], ["name", "Schleswig-Holstein"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "SL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SL"], ["region_id", 999], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 999], ["category", "state"], ["code", "SL"], ["name", "Saarland"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "SN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SN"], ["region_id", 999], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 999], ["category", "state"], ["code", "SN"], ["name", "Sachsen"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "ST"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ST"], ["region_id", 999], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 999], ["category", "state"], ["code", "ST"], ["name", "Sachsen-Anhalt"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "TH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TH"], ["region_id", 999], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 999], ["category", "state"], ["code", "TH"], ["name", "Thüringen"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "DJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "DJ"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "DJ"], ["name", "Djibouti"], ["alpha_3_code", "DJI"], ["numeric_code", 262], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1016 AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AR"], ["region_id", 1016], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1016], ["category", "region"], ["code", "AR"], ["name", "Arta"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1016 AND "regions"."code" = ? LIMIT ? [["code", "AS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AS"], ["region_id", 1016], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1016], ["category", "region"], ["code", "AS"], ["name", "Ali Sabieh"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1016 AND "regions"."code" = ? LIMIT ? [["code", "DI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DI"], ["region_id", 1016], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1016], ["category", "region"], ["code", "DI"], ["name", "Dikhil"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1016 AND "regions"."code" = ? LIMIT ? [["code", "DJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DJ"], ["region_id", 1016], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1016], ["category", "city"], ["code", "DJ"], ["name", "Djibouti"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1016 AND "regions"."code" = ? LIMIT ? [["code", "OB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OB"], ["region_id", 1016], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1016], ["category", "region"], ["code", "OB"], ["name", "Obock"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1016 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["region_id", 1016], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1016], ["category", "region"], ["code", "TA"], ["name", "Tadjourah"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "DK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "DK"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "DK"], ["name", "Denmark"], ["alpha_3_code", "DNK"], ["numeric_code", 208], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1023 AND "regions"."code" = ? LIMIT ? [["code", "81"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "81"], ["region_id", 1023], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1023], ["category", "region"], ["code", "81"], ["name", "Nordjylland"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1023 AND "regions"."code" = ? LIMIT ? [["code", "82"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "82"], ["region_id", 1023], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1023], ["category", "region"], ["code", "82"], ["name", "Midtjylland"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1023 AND "regions"."code" = ? LIMIT ? [["code", "83"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "83"], ["region_id", 1023], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1023], ["category", "region"], ["code", "83"], ["name", "Syddanmark"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1023 AND "regions"."code" = ? LIMIT ? [["code", "84"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "84"], ["region_id", 1023], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1023], ["category", "region"], ["code", "84"], ["name", "Hovedstaden"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1023 AND "regions"."code" = ? LIMIT ? [["code", "85"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "85"], ["region_id", 1023], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1023], ["category", "region"], ["code", "85"], ["name", "Sjælland"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "DM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "DM"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "DM"], ["name", "Dominica"], ["alpha_3_code", "DMA"], ["numeric_code", 212], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1029 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 1029], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1029], ["category", "parish"], ["code", "01"], ["name", "Saint Peter"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1029 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 1029], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1029], ["category", "parish"], ["code", "02"], ["name", "Saint Andrew"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1029 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 1029], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1029], ["category", "parish"], ["code", "03"], ["name", "Saint David"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1029 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 1029], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1029], ["category", "parish"], ["code", "04"], ["name", "Saint George"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1029 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 1029], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1029], ["category", "parish"], ["code", "05"], ["name", "Saint John"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1029 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 1029], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1029], ["category", "parish"], ["code", "06"], ["name", "Saint Joseph"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1029 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 1029], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1029], ["category", "parish"], ["code", "07"], ["name", "Saint Luke"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1029 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 1029], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1029], ["category", "parish"], ["code", "08"], ["name", "Saint Mark"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1029 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 1029], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1029], ["category", "parish"], ["code", "09"], ["name", "Saint Patrick"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1029 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 1029], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1029], ["category", "parish"], ["code", "10"], ["name", "Saint Paul"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "DO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "DO"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "DO"], ["name", "Dominican Republic"], ["alpha_3_code", "DOM"], ["numeric_code", 214], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "district"], ["code", "01"], ["name", "Distrito Nacional (Santo Domingo)"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "02"], ["name", "Azua"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "03"], ["name", "Bahoruco"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "04"], ["name", "Barahona"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "05"], ["name", "Dajabón"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "06"], ["name", "Duarte"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "07"], ["name", "La Estrelleta [Elías Piña]"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "08"], ["name", "El Seybo [El Seibo]"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "09"], ["name", "Espaillat"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "10"], ["name", "Independencia"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "11"], ["name", "La Altagracia"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "12"], ["name", "La Romana"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "13"], ["name", "La Vega"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "14"], ["name", "María Trinidad Sánchez"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "15"], ["name", "Monte Cristi"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "16"], ["name", "Pedernales"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "17"], ["name", "Peravia"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "18"], ["name", "Puerto Plata"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "19"], ["name", "Salcedo"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "20"], ["name", "Samaná"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "21"], ["name", "San Cristóbal"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "22"], ["name", "San Juan"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "23"], ["name", "San Pedro de Macorís"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "24"], ["name", "Sánchez Ramírez"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "25"], ["name", "Santiago"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "26"], ["name", "Santiago Rodríguez"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "27"], ["name", "Valverde"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "28"], ["name", "Monseñor Nouel"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "29"], ["name", "Monte Plata"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["region_id", 1040], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1040], ["category", "province"], ["code", "30"], ["name", "Hato Mayor"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "DZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "DZ"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "DZ"], ["name", "Algeria"], ["alpha_3_code", "DZA"], ["numeric_code", 12], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "01"], ["name", "Adrar"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "02"], ["name", "Chlef"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "03"], ["name", "Laghouat"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "04"], ["name", "Oum el Bouaghi"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "05"], ["name", "Batna"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "06"], ["name", "Béjaïa"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "07"], ["name", "Biskra"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "08"], ["name", "Béchar"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "09"], ["name", "Blida"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "10"], ["name", "Bouira"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "11"], ["name", "Tamanghasset"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "12"], ["name", "Tébessa"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "13"], ["name", "Tlemcen"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "14"], ["name", "Tiaret"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "15"], ["name", "Tizi Ouzou"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "16"], ["name", "Alger"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "17"], ["name", "Djelfa"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "18"], ["name", "Jijel"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "19"], ["name", "Sétif"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "20"], ["name", "Saïda"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "21"], ["name", "Skikda"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "22"], ["name", "Sidi Bel Abbès"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "23"], ["name", "Annaba"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "24"], ["name", "Guelma"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "25"], ["name", "Constantine"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "26"], ["name", "Médéa"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "27"], ["name", "Mostaganem"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "28"], ["name", "Msila"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "29"], ["name", "Mascara"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "30"], ["name", "Ouargla"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "31"], ["name", "Oran"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "32"], ["name", "El Bayadh"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "33"], ["name", "Illizi"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "34"], ["name", "Bordj Bou Arréridj"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "35"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "35"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "35"], ["name", "Boumerdès"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "36"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "36"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "36"], ["name", "El Tarf"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "37"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "37"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "37"], ["name", "Tindouf"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "38"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "38"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "38"], ["name", "Tissemsilt"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "39"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "39"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "39"], ["name", "El Oued"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "40"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "40"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "40"], ["name", "Khenchela"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "41"], ["name", "Souk Ahras"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "42"], ["name", "Tipaza"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "43"], ["name", "Mila"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "44"], ["name", "Aïn Defla"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "45"], ["name", "Naama"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "46"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "46"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "46"], ["name", "Aïn Témouchent"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "47"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "47"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "47"], ["name", "Ghardaïa"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "48"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "48"], ["region_id", 1071], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1071], ["category", "province"], ["code", "48"], ["name", "Relizane"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "EC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "EC"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "EC"], ["name", "Ecuador"], ["alpha_3_code", "ECU"], ["numeric_code", 218], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["region_id", 1120], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1120], ["category", "province"], ["code", "A"], ["name", "Azuay"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["region_id", 1120], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1120], ["category", "province"], ["code", "B"], ["name", "Bolívar"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["region_id", 1120], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1120], ["category", "province"], ["code", "C"], ["name", "Carchi"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["region_id", 1120], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1120], ["category", "province"], ["code", "D"], ["name", "Orellana"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "E"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "E"], ["region_id", 1120], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1120], ["category", "province"], ["code", "E"], ["name", "Esmeraldas"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "F"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "F"], ["region_id", 1120], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1120], ["category", "province"], ["code", "F"], ["name", "Cañar"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["region_id", 1120], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1120], ["category", "province"], ["code", "G"], ["name", "Guayas"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "H"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "H"], ["region_id", 1120], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1120], ["category", "province"], ["code", "H"], ["name", "Chimborazo"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "I"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "I"], ["region_id", 1120], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1120], ["category", "province"], ["code", "I"], ["name", "Imbabura"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["region_id", 1120], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1120], ["category", "province"], ["code", "L"], ["name", "Loja"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["region_id", 1120], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1120], ["category", "province"], ["code", "M"], ["name", "Manabí"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["region_id", 1120], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1120], ["category", "province"], ["code", "N"], ["name", "Napo"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "O"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "O"], ["region_id", 1120], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1120], ["category", "province"], ["code", "O"], ["name", "El Oro"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "P"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "P"], ["region_id", 1120], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1120], ["category", "province"], ["code", "P"], ["name", "Pichincha"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "R"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "R"], ["region_id", 1120], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1120], ["category", "province"], ["code", "R"], ["name", "Los Ríos"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["region_id", 1120], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1120], ["category", "province"], ["code", "S"], ["name", "Morona-Santiago"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "SD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SD"], ["region_id", 1120], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1120], ["category", "province"], ["code", "SD"], ["name", "Santo Domingo de los Tsáchilas"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "SE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SE"], ["region_id", 1120], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1120], ["category", "province"], ["code", "SE"], ["name", "Santa Elena"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "T"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "T"], ["region_id", 1120], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1120], ["category", "province"], ["code", "T"], ["name", "Tungurahua"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "U"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "U"], ["region_id", 1120], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1120], ["category", "province"], ["code", "U"], ["name", "Sucumbíos"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "W"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "W"], ["region_id", 1120], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1120], ["category", "province"], ["code", "W"], ["name", "Galápagos"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "X"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "X"], ["region_id", 1120], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1120], ["category", "province"], ["code", "X"], ["name", "Cotopaxi"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "Y"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "Y"], ["region_id", 1120], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1120], ["category", "province"], ["code", "Y"], ["name", "Pastaza"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "Z"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "Z"], ["region_id", 1120], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1120], ["category", "province"], ["code", "Z"], ["name", "Zamora-Chinchipe"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "EE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "EE"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "EE"], ["name", "Estonia"], ["alpha_3_code", "EST"], ["numeric_code", 233], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "37"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "37"], ["region_id", 1145], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1145], ["category", "county"], ["code", "37"], ["name", "Harjumaa"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "39"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "39"], ["region_id", 1145], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1145], ["category", "county"], ["code", "39"], ["name", "Hiiumaa"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["region_id", 1145], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1145], ["category", "county"], ["code", "44"], ["name", "Ida-Virumaa"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "49"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "49"], ["region_id", 1145], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1145], ["category", "county"], ["code", "49"], ["name", "Jõgevamaa"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["region_id", 1145], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1145], ["category", "county"], ["code", "51"], ["name", "Järvamaa"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "57"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "57"], ["region_id", 1145], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1145], ["category", "county"], ["code", "57"], ["name", "Läänemaa"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "59"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "59"], ["region_id", 1145], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1145], ["category", "county"], ["code", "59"], ["name", "Lääne-Virumaa"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "65"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "65"], ["region_id", 1145], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1145], ["category", "county"], ["code", "65"], ["name", "Põlvamaa"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "67"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "67"], ["region_id", 1145], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1145], ["category", "county"], ["code", "67"], ["name", "Pärnumaa"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "70"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "70"], ["region_id", 1145], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1145], ["category", "county"], ["code", "70"], ["name", "Raplamaa"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "74"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "74"], ["region_id", 1145], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1145], ["category", "county"], ["code", "74"], ["name", "Saaremaa"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "78"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "78"], ["region_id", 1145], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1145], ["category", "county"], ["code", "78"], ["name", "Tartumaa"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "82"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "82"], ["region_id", 1145], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1145], ["category", "county"], ["code", "82"], ["name", "Valgamaa"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "84"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "84"], ["region_id", 1145], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1145], ["category", "county"], ["code", "84"], ["name", "Viljandimaa"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "86"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "86"], ["region_id", 1145], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1145], ["category", "county"], ["code", "86"], ["name", "Võrumaa"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "EG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "EG"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "EG"], ["name", "Egypt"], ["alpha_3_code", "EGY"], ["numeric_code", 818], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "ALX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ALX"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "ALX"], ["name", "Al Iskandarīyah"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "ASN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ASN"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "ASN"], ["name", "Aswān"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "AST"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AST"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "AST"], ["name", "Asyūt"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "BA"], ["name", "Al Bahr al Ahmar"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "BH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BH"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "BH"], ["name", "Al Buhayrah"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "BNS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BNS"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "BNS"], ["name", "Banī Suwayf"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "C"], ["name", "Al Qāhirah"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "DK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DK"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "DK"], ["name", "Ad Daqahlīyah"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "DT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DT"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "DT"], ["name", "Dumyāt"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "FYM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FYM"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "FYM"], ["name", "Al Fayyūm"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "GH"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GH"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "GH"], ["name", "Al Gharbīyah"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "GZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GZ"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "GZ"], ["name", "Al Jīzah"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "HU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HU"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "HU"], ["name", "Ḩulwān"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "IS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IS"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "IS"], ["name", "Al Ismā`īlīyah"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "JS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JS"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "JS"], ["name", "Janūb Sīnā'"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "KB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KB"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "KB"], ["name", "Al Qalyūbīyah"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "KFS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KFS"], ["region_id", 1161], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "KFS"], ["name", "Kafr ash Shaykh"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (3.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "KN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KN"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "KN"], ["name", "Qinā"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (6.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "MN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MN"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "MN"], ["name", "Al Minyā"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (5.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "MNF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MNF"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "MNF"], ["name", "Al Minūfīyah"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "MT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MT"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "MT"], ["name", "Matrūh"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "PTS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PTS"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "PTS"], ["name", "Būr Sa`īd"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "SHG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SHG"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "SHG"], ["name", "Sūhāj"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "SHR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SHR"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "SHR"], ["name", "Ash Sharqīyah"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "SIN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SIN"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "SIN"], ["name", "Shamal Sīnā'"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "SU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SU"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "SU"], ["name", "As Sādis min Uktūbar"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "SUZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SUZ"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "SUZ"], ["name", "As Suways"], ["created_at", 2016-11-21 00:08:49 UTC], ["updated_at", 2016-11-21 00:08:49 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "WAD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WAD"], ["region_id", 1161], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1161], ["category", "governorate"], ["code", "WAD"], ["name", "Al Wādī al Jadīd"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "EH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "EH"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "EH"], ["name", "Western Sahara"], ["alpha_3_code", "ESH"], ["numeric_code", 732], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "ER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "ER"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "ER"], ["name", "Eritrea"], ["alpha_3_code", "ERI"], ["numeric_code", 232], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1191 AND "regions"."code" = ? LIMIT ? [["code", "AN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AN"], ["region_id", 1191], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1191], ["category", "province"], ["code", "AN"], ["name", "Ansabā"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1191 AND "regions"."code" = ? LIMIT ? [["code", "DK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DK"], ["region_id", 1191], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1191], ["category", "province"], ["code", "DK"], ["name", "Janūbī al Baḩrī al Aḩmar"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1191 AND "regions"."code" = ? LIMIT ? [["code", "DU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DU"], ["region_id", 1191], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1191], ["category", "province"], ["code", "DU"], ["name", "Al Janūbī"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1191 AND "regions"."code" = ? LIMIT ? [["code", "GB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GB"], ["region_id", 1191], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1191], ["category", "province"], ["code", "GB"], ["name", "Qāsh-Barkah"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1191 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["region_id", 1191], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1191], ["category", "province"], ["code", "MA"], ["name", "Al Awsaţ"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1191 AND "regions"."code" = ? LIMIT ? [["code", "SK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SK"], ["region_id", 1191], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1191], ["category", "province"], ["code", "SK"], ["name", "Shimālī al Baḩrī al Aḩmar"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "ES"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "ES"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "ES"], ["name", "Spain"], ["alpha_3_code", "ESP"], ["numeric_code", 724], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "AN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AN"], ["region_id", 1198], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1198], ["category", "autonomous community"], ["code", "AN"], ["name", "Andalucía"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1199 AND "regions"."code" = ? LIMIT ? [["code", "AL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AL"], ["region_id", 1199], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1199], ["category", "province"], ["code", "AL"], ["name", "Almería"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1199 AND "regions"."code" = ? LIMIT ? [["code", "CA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CA"], ["region_id", 1199], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1199], ["category", "province"], ["code", "CA"], ["name", "Cádiz"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1199 AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CO"], ["region_id", 1199], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1199], ["category", "province"], ["code", "CO"], ["name", "Córdoba"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1199 AND "regions"."code" = ? LIMIT ? [["code", "GR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GR"], ["region_id", 1199], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1199], ["category", "province"], ["code", "GR"], ["name", "Granada"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1199 AND "regions"."code" = ? LIMIT ? [["code", "H"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "H"], ["region_id", 1199], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1199], ["category", "province"], ["code", "H"], ["name", "Huelva"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1199 AND "regions"."code" = ? LIMIT ? [["code", "J"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "J"], ["region_id", 1199], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1199], ["category", "province"], ["code", "J"], ["name", "Jaén"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1199 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["region_id", 1199], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1199], ["category", "province"], ["code", "MA"], ["name", "Málaga"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1199 AND "regions"."code" = ? LIMIT ? [["code", "SE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SE"], ["region_id", 1199], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1199], ["category", "province"], ["code", "SE"], ["name", "Sevilla"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AR"], ["region_id", 1198], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1198], ["category", "autonomous community"], ["code", "AR"], ["name", "Aragón"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1208 AND "regions"."code" = ? LIMIT ? [["code", "HU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HU"], ["region_id", 1208], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1208], ["category", "province"], ["code", "HU"], ["name", "Huesca"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1208 AND "regions"."code" = ? LIMIT ? [["code", "TE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TE"], ["region_id", 1208], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1208], ["category", "province"], ["code", "TE"], ["name", "Teruel"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1208 AND "regions"."code" = ? LIMIT ? [["code", "Z"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "Z"], ["region_id", 1208], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1208], ["category", "province"], ["code", "Z"], ["name", "Zaragoza"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "AS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AS"], ["region_id", 1198], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1198], ["category", "autonomous community"], ["code", "AS"], ["name", "Asturias, Principado de"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1212 AND "regions"."code" = ? LIMIT ? [["code", "O"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "O"], ["region_id", 1212], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1212], ["category", "province"], ["code", "O"], ["name", "Asturias"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "CB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CB"], ["region_id", 1198], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1198], ["category", "autonomous community"], ["code", "CB"], ["name", "Cantabria"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1214 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["region_id", 1214], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1214], ["category", "province"], ["code", "S"], ["name", "Cantabria"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "CE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CE"], ["region_id", 1198], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1198], ["category", "autonomous city"], ["code", "CE"], ["name", "Ceuta"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "CL"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CL"], ["region_id", 1198], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1198], ["category", "autonomous community"], ["code", "CL"], ["name", "Castilla y León"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1217 AND "regions"."code" = ? LIMIT ? [["code", "AV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AV"], ["region_id", 1217], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1217], ["category", "province"], ["code", "AV"], ["name", "Ávila"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1217 AND "regions"."code" = ? LIMIT ? [["code", "BU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BU"], ["region_id", 1217], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1217], ["category", "province"], ["code", "BU"], ["name", "Burgos"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1217 AND "regions"."code" = ? LIMIT ? [["code", "LE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LE"], ["region_id", 1217], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1217], ["category", "province"], ["code", "LE"], ["name", "León"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1217 AND "regions"."code" = ? LIMIT ? [["code", "P"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "P"], ["region_id", 1217], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1217], ["category", "province"], ["code", "P"], ["name", "Palencia"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1217 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["region_id", 1217], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1217], ["category", "province"], ["code", "SA"], ["name", "Salamanca"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1217 AND "regions"."code" = ? LIMIT ? [["code", "SG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SG"], ["region_id", 1217], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1217], ["category", "province"], ["code", "SG"], ["name", "Segovia"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1217 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["region_id", 1217], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1217], ["category", "province"], ["code", "SO"], ["name", "Soria"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1217 AND "regions"."code" = ? LIMIT ? [["code", "VA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VA"], ["region_id", 1217], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1217], ["category", "province"], ["code", "VA"], ["name", "Valladolid"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1217 AND "regions"."code" = ? LIMIT ? [["code", "ZA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZA"], ["region_id", 1217], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1217], ["category", "province"], ["code", "ZA"], ["name", "Zamora"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "CM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CM"], ["region_id", 1198], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1198], ["category", "autonomous community"], ["code", "CM"], ["name", "Castilla-La Mancha"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1227 AND "regions"."code" = ? LIMIT ? [["code", "AB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AB"], ["region_id", 1227], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1227], ["category", "province"], ["code", "AB"], ["name", "Albacete"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1227 AND "regions"."code" = ? LIMIT ? [["code", "CR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CR"], ["region_id", 1227], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1227], ["category", "province"], ["code", "CR"], ["name", "Ciudad Real"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1227 AND "regions"."code" = ? LIMIT ? [["code", "CU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CU"], ["region_id", 1227], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1227], ["category", "province"], ["code", "CU"], ["name", "Cuenca"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1227 AND "regions"."code" = ? LIMIT ? [["code", "GU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GU"], ["region_id", 1227], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1227], ["category", "province"], ["code", "GU"], ["name", "Guadalajara"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1227 AND "regions"."code" = ? LIMIT ? [["code", "TO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TO"], ["region_id", 1227], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1227], ["category", "province"], ["code", "TO"], ["name", "Toledo"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "CN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CN"], ["region_id", 1198], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1198], ["category", "autonomous community"], ["code", "CN"], ["name", "Canarias"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1233 AND "regions"."code" = ? LIMIT ? [["code", "GC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GC"], ["region_id", 1233], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1233], ["category", "province"], ["code", "GC"], ["name", "Las Palmas"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1233 AND "regions"."code" = ? LIMIT ? [["code", "TF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TF"], ["region_id", 1233], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1233], ["category", "province"], ["code", "TF"], ["name", "Santa Cruz de Tenerife"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "CT"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CT"], ["region_id", 1198], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1198], ["category", "autonomous community"], ["code", "CT"], ["name", "Catalunya"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1236 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["region_id", 1236], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1236], ["category", "province"], ["code", "B"], ["name", "Barcelona"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1236 AND "regions"."code" = ? LIMIT ? [["code", "GI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GI"], ["region_id", 1236], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1236], ["category", "province"], ["code", "GI"], ["name", "Girona"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1236 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["region_id", 1236], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1236], ["category", "province"], ["code", "L"], ["name", "Lleida"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1236 AND "regions"."code" = ? LIMIT ? [["code", "T"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "T"], ["region_id", 1236], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1236], ["category", "province"], ["code", "T"], ["name", "Tarragona"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "EX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EX"], ["region_id", 1198], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1198], ["category", "autonomous community"], ["code", "EX"], ["name", "Extremadura"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1241 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["region_id", 1241], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1241], ["category", "province"], ["code", "BA"], ["name", "Badajoz"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1241 AND "regions"."code" = ? LIMIT ? [["code", "CC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CC"], ["region_id", 1241], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1241], ["category", "province"], ["code", "CC"], ["name", "Cáceres"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["region_id", 1198], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1198], ["category", "autonomous community"], ["code", "GA"], ["name", "Galicia"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1244 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["region_id", 1244], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1244], ["category", "province"], ["code", "C"], ["name", "A Coruña"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1244 AND "regions"."code" = ? LIMIT ? [["code", "LU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LU"], ["region_id", 1244], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1244], ["category", "province"], ["code", "LU"], ["name", "Lugo"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1244 AND "regions"."code" = ? LIMIT ? [["code", "OR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OR"], ["region_id", 1244], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1244], ["category", "province"], ["code", "OR"], ["name", "Ourense"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1244 AND "regions"."code" = ? LIMIT ? [["code", "PO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PO"], ["region_id", 1244], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1244], ["category", "province"], ["code", "PO"], ["name", "Pontevedra"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "IB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IB"], ["region_id", 1198], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1198], ["category", "autonomous community"], ["code", "IB"], ["name", "Illes Balears"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1249 AND "regions"."code" = ? LIMIT ? [["code", "PM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PM"], ["region_id", 1249], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1249], ["category", "province"], ["code", "PM"], ["name", "Balears"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "MC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MC"], ["region_id", 1198], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1198], ["category", "autonomous community"], ["code", "MC"], ["name", "Murcia, Región de"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1251 AND "regions"."code" = ? LIMIT ? [["code", "MU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MU"], ["region_id", 1251], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1251], ["category", "province"], ["code", "MU"], ["name", "Murcia"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "MD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MD"], ["region_id", 1198], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1198], ["category", "autonomous community"], ["code", "MD"], ["name", "Madrid, Comunidad de"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1253 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["region_id", 1253], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1253], ["category", "province"], ["code", "M"], ["name", "Madrid"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "ML"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ML"], ["region_id", 1198], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1198], ["category", "autonomous city"], ["code", "ML"], ["name", "Melilla"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "NC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NC"], ["region_id", 1198], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1198], ["category", "autonomous community"], ["code", "NC"], ["name", "Navarra, Comunidad Foral de / Nafarroako Foru Komunitatea"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1256 AND "regions"."code" = ? LIMIT ? [["code", "NA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NA"], ["region_id", 1256], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1256], ["category", "province"], ["code", "NA"], ["name", "Navarra / Nafarroa"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "PV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PV"], ["region_id", 1198], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1198], ["category", "autonomous community"], ["code", "PV"], ["name", "País Vasco / Euskal Herria"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1258 AND "regions"."code" = ? LIMIT ? [["code", "VI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VI"], ["region_id", 1258], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1258], ["category", "province"], ["code", "VI"], ["name", "Álava"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1258 AND "regions"."code" = ? LIMIT ? [["code", "SS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SS"], ["region_id", 1258], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1258], ["category", "province"], ["code", "SS"], ["name", "Guipúzcoa / Gipuzkoa"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1258 AND "regions"."code" = ? LIMIT ? [["code", "BI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BI"], ["region_id", 1258], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1258], ["category", "province"], ["code", "BI"], ["name", "Vizcaya / Bizkaia"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "RI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RI"], ["region_id", 1198], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1198], ["category", "autonomous community"], ["code", "RI"], ["name", "La Rioja"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1262 AND "regions"."code" = ? LIMIT ? [["code", "LO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LO"], ["region_id", 1262], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1262], ["category", "province"], ["code", "LO"], ["name", "La Rioja"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "VC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VC"], ["region_id", 1198], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1198], ["category", "autonomous community"], ["code", "VC"], ["name", "Valenciana, Comunidad / Valenciana, Comunitat "], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1264 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["region_id", 1264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1264], ["category", "province"], ["code", "A"], ["name", "Alicante"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1264 AND "regions"."code" = ? LIMIT ? [["code", "CS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CS"], ["region_id", 1264], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1264], ["category", "province"], ["code", "CS"], ["name", "Castellón"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1264 AND "regions"."code" = ? LIMIT ? [["code", "V"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "V"], ["region_id", 1264], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1264], ["category", "province"], ["code", "V"], ["name", "Valencia / València"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "ET"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "ET"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "ET"], ["name", "Ethiopia"], ["alpha_3_code", "ETH"], ["numeric_code", 231], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1268 AND "regions"."code" = ? LIMIT ? [["code", "AA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AA"], ["region_id", 1268], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1268], ["category", "administration"], ["code", "AA"], ["name", "Ādīs Ābeba"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1268 AND "regions"."code" = ? LIMIT ? [["code", "AF"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AF"], ["region_id", 1268], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1268], ["category", "state"], ["code", "AF"], ["name", "Āfar"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1268 AND "regions"."code" = ? LIMIT ? [["code", "AM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AM"], ["region_id", 1268], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1268], ["category", "state"], ["code", "AM"], ["name", "Āmara"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1268 AND "regions"."code" = ? LIMIT ? [["code", "BE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BE"], ["region_id", 1268], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1268], ["category", "state"], ["code", "BE"], ["name", "Bīnshangul Gumuz"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1268 AND "regions"."code" = ? LIMIT ? [["code", "DD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DD"], ["region_id", 1268], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1268], ["category", "administration"], ["code", "DD"], ["name", "Dirē Dawa"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1268 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["region_id", 1268], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1268], ["category", "state"], ["code", "GA"], ["name", "Gambēla Hizboch"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1268 AND "regions"."code" = ? LIMIT ? [["code", "HA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HA"], ["region_id", 1268], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1268], ["category", "state"], ["code", "HA"], ["name", "Hārerī Hizb"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1268 AND "regions"."code" = ? LIMIT ? [["code", "OR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OR"], ["region_id", 1268], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1268], ["category", "state"], ["code", "OR"], ["name", "Oromīya"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1268 AND "regions"."code" = ? LIMIT ? [["code", "SN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SN"], ["region_id", 1268], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1268], ["category", "state"], ["code", "SN"], ["name", "YeDebub Bihēroch Bihēreseboch na Hizboch"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1268 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["region_id", 1268], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1268], ["category", "state"], ["code", "SO"], ["name", "Sumalē"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1268 AND "regions"."code" = ? LIMIT ? [["code", "TI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TI"], ["region_id", 1268], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1268], ["category", "state"], ["code", "TI"], ["name", "Tigray"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "FI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "FI"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "FI"], ["name", "Finland"], ["alpha_3_code", "FIN"], ["numeric_code", 246], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 1280], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1280], ["category", "region"], ["code", "01"], ["name", "Ahvenanmaan maakunta"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 1280], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1280], ["category", "region"], ["code", "02"], ["name", "Etelä-Karjala"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 1280], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1280], ["category", "region"], ["code", "03"], ["name", "Etelä-Pohjanmaa"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 1280], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1280], ["category", "region"], ["code", "04"], ["name", "Etelä-Savo"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 1280], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1280], ["category", "region"], ["code", "05"], ["name", "Kainuu"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 1280], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1280], ["category", "region"], ["code", "06"], ["name", "Kanta-Häme"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 1280], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1280], ["category", "region"], ["code", "07"], ["name", "Keski-Pohjanmaa"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 1280], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1280], ["category", "region"], ["code", "08"], ["name", "Keski-Suomi"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 1280], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1280], ["category", "region"], ["code", "09"], ["name", "Kymenlaakso"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 1280], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1280], ["category", "region"], ["code", "10"], ["name", "Lappi"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 1280], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1280], ["category", "region"], ["code", "11"], ["name", "Pirkanmaa"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 1280], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1280], ["category", "region"], ["code", "12"], ["name", "Pohjanmaa"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 1280], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1280], ["category", "region"], ["code", "13"], ["name", "Pohjois-Karjala"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 1280], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1280], ["category", "region"], ["code", "14"], ["name", "Pohjois-Pohjanmaa"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 1280], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1280], ["category", "region"], ["code", "15"], ["name", "Pohjois-Savo"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 1280], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1280], ["category", "region"], ["code", "16"], ["name", "Päijät-Häme"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 1280], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1280], ["category", "region"], ["code", "17"], ["name", "Satakunta"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["region_id", 1280], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1280], ["category", "region"], ["code", "18"], ["name", "Uusimaa"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["region_id", 1280], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1280], ["category", "region"], ["code", "19"], ["name", "Varsinais-Suomi"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "FJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "FJ"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "FJ"], ["name", "Fiji"], ["alpha_3_code", "FJI"], ["numeric_code", 242], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1300 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["region_id", 1300], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1300], ["category", "division"], ["code", "C"], ["name", "Central"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1300 AND "regions"."code" = ? LIMIT ? [["code", "E"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "E"], ["region_id", 1300], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1300], ["category", "division"], ["code", "E"], ["name", "Eastern"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1300 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["region_id", 1300], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1300], ["category", "division"], ["code", "N"], ["name", "Northern"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1300 AND "regions"."code" = ? LIMIT ? [["code", "R"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "R"], ["region_id", 1300], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1300], ["category", "dependency"], ["code", "R"], ["name", "Rotuma"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1300 AND "regions"."code" = ? LIMIT ? [["code", "W"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "W"], ["region_id", 1300], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1300], ["category", "division"], ["code", "W"], ["name", "Western"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "FK"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "FK"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "FK"], ["name", "Falkland Islands (Malvinas)"], ["alpha_3_code", "FLK"], ["numeric_code", 238], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "FM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "FM"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "FM"], ["name", "Micronesia, Federated States of"], ["alpha_3_code", "FSM"], ["numeric_code", 583], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1307 AND "regions"."code" = ? LIMIT ? [["code", "KSA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KSA"], ["region_id", 1307], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1307], ["category", "state"], ["code", "KSA"], ["name", "Kosrae"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1307 AND "regions"."code" = ? LIMIT ? [["code", "PNI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PNI"], ["region_id", 1307], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1307], ["category", "state"], ["code", "PNI"], ["name", "Pohnpei"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1307 AND "regions"."code" = ? LIMIT ? [["code", "TRK"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TRK"], ["region_id", 1307], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1307], ["category", "state"], ["code", "TRK"], ["name", "Chuuk"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1307 AND "regions"."code" = ? LIMIT ? [["code", "YAP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "YAP"], ["region_id", 1307], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1307], ["category", "state"], ["code", "YAP"], ["name", "Yap"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "FO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "FO"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "FO"], ["name", "Faroe Islands"], ["alpha_3_code", "FRO"], ["numeric_code", 234], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "FR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "FR"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "FR"], ["name", "France"], ["alpha_3_code", "FRA"], ["numeric_code", 250], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "metropolitan region"], ["code", "A"], ["name", "Alsace"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1314 AND "regions"."code" = ? LIMIT ? [["code", "67"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "67"], ["region_id", 1314], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1314], ["category", "metropolitan department"], ["code", "67"], ["name", "Bas-Rhin"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1314 AND "regions"."code" = ? LIMIT ? [["code", "68"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "68"], ["region_id", 1314], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1314], ["category", "metropolitan department"], ["code", "68"], ["name", "Haut-Rhin"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "metropolitan region"], ["code", "B"], ["name", "Aquitaine"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1317 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["region_id", 1317], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1317], ["category", "metropolitan department"], ["code", "24"], ["name", "Dordogne"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1317 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["region_id", 1317], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1317], ["category", "metropolitan department"], ["code", "33"], ["name", "Gironde"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1317 AND "regions"."code" = ? LIMIT ? [["code", "40"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "40"], ["region_id", 1317], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1317], ["category", "metropolitan department"], ["code", "40"], ["name", "Landes"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.8ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1317 AND "regions"."code" = ? LIMIT ? [["code", "47"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "47"], ["region_id", 1317], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1317], ["category", "metropolitan department"], ["code", "47"], ["name", "Lot-et-Garonne"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1317 AND "regions"."code" = ? LIMIT ? [["code", "64"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "64"], ["region_id", 1317], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1317], ["category", "metropolitan department"], ["code", "64"], ["name", "Pyrénées-Atlantiques"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "BL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BL"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "overseas territorial collectivity"], ["code", "BL"], ["name", "Saint-Barthélemy"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "metropolitan region"], ["code", "C"], ["name", "Auvergne"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1324 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 1324], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1324], ["category", "metropolitan department"], ["code", "03"], ["name", "Allier"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1324 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 1324], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1324], ["category", "metropolitan department"], ["code", "15"], ["name", "Cantal"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1324 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["region_id", 1324], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1324], ["category", "metropolitan department"], ["code", "43"], ["name", "Haute-Loire"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1324 AND "regions"."code" = ? LIMIT ? [["code", "63"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "63"], ["region_id", 1324], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1324], ["category", "metropolitan department"], ["code", "63"], ["name", "Puy-de-Dôme"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "CP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CP"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "dependency"], ["code", "CP"], ["name", "Clipperton"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "metropolitan region"], ["code", "D"], ["name", "Bourgogne"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1330 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 1330], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1330], ["category", "metropolitan department"], ["code", "21"], ["name", "Côte-d'Or"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1330 AND "regions"."code" = ? LIMIT ? [["code", "58"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "58"], ["region_id", 1330], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1330], ["category", "metropolitan department"], ["code", "58"], ["name", "Nièvre"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1330 AND "regions"."code" = ? LIMIT ? [["code", "71"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "71"], ["region_id", 1330], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1330], ["category", "metropolitan department"], ["code", "71"], ["name", "Saône-et-Loire"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1330 AND "regions"."code" = ? LIMIT ? [["code", "89"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "89"], ["region_id", 1330], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1330], ["category", "metropolitan department"], ["code", "89"], ["name", "Yonne"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "E"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "E"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "metropolitan region"], ["code", "E"], ["name", "Bretagne"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1335 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["region_id", 1335], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1335], ["category", "metropolitan department"], ["code", "22"], ["name", "Côtes-d'Armor"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1335 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["region_id", 1335], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1335], ["category", "metropolitan department"], ["code", "29"], ["name", "Finistère"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1335 AND "regions"."code" = ? LIMIT ? [["code", "35"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "35"], ["region_id", 1335], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1335], ["category", "metropolitan department"], ["code", "35"], ["name", "Ille-et-Vilaine"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1335 AND "regions"."code" = ? LIMIT ? [["code", "56"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "56"], ["region_id", 1335], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1335], ["category", "metropolitan department"], ["code", "56"], ["name", "Morbihan"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "F"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "F"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "metropolitan region"], ["code", "F"], ["name", "Centre"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1340 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["region_id", 1340], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1340], ["category", "metropolitan department"], ["code", "18"], ["name", "Cher"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1340 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["region_id", 1340], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1340], ["category", "metropolitan department"], ["code", "28"], ["name", "Eure-et-Loir"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1340 AND "regions"."code" = ? LIMIT ? [["code", "36"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "36"], ["region_id", 1340], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1340], ["category", "metropolitan department"], ["code", "36"], ["name", "Indre"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1340 AND "regions"."code" = ? LIMIT ? [["code", "37"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "37"], ["region_id", 1340], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1340], ["category", "metropolitan department"], ["code", "37"], ["name", "Indre-et-Loire"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1340 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["region_id", 1340], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1340], ["category", "metropolitan department"], ["code", "41"], ["name", "Loir-et-Cher"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1340 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["region_id", 1340], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1340], ["category", "metropolitan department"], ["code", "45"], ["name", "Loiret"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "metropolitan region"], ["code", "G"], ["name", "Champagne-Ardenne"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1347 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 1347], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1347], ["category", "metropolitan department"], ["code", "08"], ["name", "Ardennes"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1347 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 1347], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1347], ["category", "metropolitan department"], ["code", "10"], ["name", "Aube"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1347 AND "regions"."code" = ? LIMIT ? [["code", "52"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "52"], ["region_id", 1347], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1347], ["category", "metropolitan department"], ["code", "52"], ["name", "Haute-Marne"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1347 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["region_id", 1347], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1347], ["category", "metropolitan department"], ["code", "51"], ["name", "Marne"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "GF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GF"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "overseas region/department"], ["code", "GF"], ["name", "Guyane"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "GP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GP"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "overseas region/department"], ["code", "GP"], ["name", "Guadeloupe"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "H"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "H"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "metropolitan region"], ["code", "H"], ["name", "Corse"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1354 AND "regions"."code" = ? LIMIT ? [["code", "2A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "2A"], ["region_id", 1354], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1354], ["category", "metropolitan department"], ["code", "2A"], ["name", "Corse-du-Sud"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1354 AND "regions"."code" = ? LIMIT ? [["code", "2B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "2B"], ["region_id", 1354], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1354], ["category", "metropolitan department"], ["code", "2B"], ["name", "Haute-Corse"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "I"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "I"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "metropolitan region"], ["code", "I"], ["name", "Franche-Comté"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1357 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["region_id", 1357], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1357], ["category", "metropolitan department"], ["code", "25"], ["name", "Doubs"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1357 AND "regions"."code" = ? LIMIT ? [["code", "70"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "70"], ["region_id", 1357], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1357], ["category", "metropolitan department"], ["code", "70"], ["name", "Haute-Saône"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1357 AND "regions"."code" = ? LIMIT ? [["code", "39"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "39"], ["region_id", 1357], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1357], ["category", "metropolitan department"], ["code", "39"], ["name", "Jura"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1357 AND "regions"."code" = ? LIMIT ? [["code", "90"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "90"], ["region_id", 1357], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1357], ["category", "metropolitan department"], ["code", "90"], ["name", "Territoire de Belfort"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "J"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "J"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "metropolitan region"], ["code", "J"], ["name", "Île-de-France"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1362 AND "regions"."code" = ? LIMIT ? [["code", "91"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "91"], ["region_id", 1362], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1362], ["category", "metropolitan department"], ["code", "91"], ["name", "Essonne"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1362 AND "regions"."code" = ? LIMIT ? [["code", "92"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "92"], ["region_id", 1362], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1362], ["category", "metropolitan department"], ["code", "92"], ["name", "Hauts-de-Seine"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1362 AND "regions"."code" = ? LIMIT ? [["code", "75"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "75"], ["region_id", 1362], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1362], ["category", "metropolitan department"], ["code", "75"], ["name", "Paris"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1362 AND "regions"."code" = ? LIMIT ? [["code", "77"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "77"], ["region_id", 1362], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1362], ["category", "metropolitan department"], ["code", "77"], ["name", "Seine-et-Marne"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1362 AND "regions"."code" = ? LIMIT ? [["code", "93"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "93"], ["region_id", 1362], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1362], ["category", "metropolitan department"], ["code", "93"], ["name", "Seine-Saint-Denis"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1362 AND "regions"."code" = ? LIMIT ? [["code", "94"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "94"], ["region_id", 1362], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1362], ["category", "metropolitan department"], ["code", "94"], ["name", "Val-de-Marne"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1362 AND "regions"."code" = ? LIMIT ? [["code", "95"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "95"], ["region_id", 1362], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1362], ["category", "metropolitan department"], ["code", "95"], ["name", "Val d'Oise"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1362 AND "regions"."code" = ? LIMIT ? [["code", "78"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "78"], ["region_id", 1362], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1362], ["category", "metropolitan department"], ["code", "78"], ["name", "Yvelines"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "K"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "K"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "metropolitan region"], ["code", "K"], ["name", "Languedoc-Roussillon"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1371 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 1371], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1371], ["category", "metropolitan department"], ["code", "11"], ["name", "Aude"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1371 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["region_id", 1371], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1371], ["category", "metropolitan department"], ["code", "30"], ["name", "Gard"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1371 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["region_id", 1371], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1371], ["category", "metropolitan department"], ["code", "34"], ["name", "Hérault"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1371 AND "regions"."code" = ? LIMIT ? [["code", "48"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "48"], ["region_id", 1371], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1371], ["category", "metropolitan department"], ["code", "48"], ["name", "Lozère"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1371 AND "regions"."code" = ? LIMIT ? [["code", "66"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "66"], ["region_id", 1371], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1371], ["category", "metropolitan department"], ["code", "66"], ["name", "Pyrénées-Orientales"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "metropolitan region"], ["code", "L"], ["name", "Limousin"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1377 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["region_id", 1377], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1377], ["category", "metropolitan department"], ["code", "19"], ["name", "Corrèze"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1377 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["region_id", 1377], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1377], ["category", "metropolitan department"], ["code", "23"], ["name", "Creuse"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1377 AND "regions"."code" = ? LIMIT ? [["code", "87"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "87"], ["region_id", 1377], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1377], ["category", "metropolitan department"], ["code", "87"], ["name", "Haute-Vienne"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "metropolitan region"], ["code", "M"], ["name", "Lorraine"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1381 AND "regions"."code" = ? LIMIT ? [["code", "54"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "54"], ["region_id", 1381], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1381], ["category", "metropolitan department"], ["code", "54"], ["name", "Meurthe-et-Moselle"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1381 AND "regions"."code" = ? LIMIT ? [["code", "55"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "55"], ["region_id", 1381], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1381], ["category", "metropolitan department"], ["code", "55"], ["name", "Meuse"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1381 AND "regions"."code" = ? LIMIT ? [["code", "57"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "57"], ["region_id", 1381], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1381], ["category", "metropolitan department"], ["code", "57"], ["name", "Moselle"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1381 AND "regions"."code" = ? LIMIT ? [["code", "88"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "88"], ["region_id", 1381], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1381], ["category", "metropolitan department"], ["code", "88"], ["name", "Vosges"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "MF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MF"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "overseas territorial collectivity"], ["code", "MF"], ["name", "Saint-Martin"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "MQ"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MQ"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "overseas region/department"], ["code", "MQ"], ["name", "Martinique"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "metropolitan region"], ["code", "N"], ["name", "Midi-Pyrénées"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1388 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 1388], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1388], ["category", "metropolitan department"], ["code", "09"], ["name", "Ariège"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1388 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 1388], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1388], ["category", "metropolitan department"], ["code", "12"], ["name", "Aveyron"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1388 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["region_id", 1388], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1388], ["category", "metropolitan department"], ["code", "32"], ["name", "Gers"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1388 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["region_id", 1388], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1388], ["category", "metropolitan department"], ["code", "31"], ["name", "Haute-Garonne"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1388 AND "regions"."code" = ? LIMIT ? [["code", "65"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "65"], ["region_id", 1388], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1388], ["category", "metropolitan department"], ["code", "65"], ["name", "Hautes-Pyrénées"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1388 AND "regions"."code" = ? LIMIT ? [["code", "46"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "46"], ["region_id", 1388], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1388], ["category", "metropolitan department"], ["code", "46"], ["name", "Lot"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1388 AND "regions"."code" = ? LIMIT ? [["code", "81"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "81"], ["region_id", 1388], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1388], ["category", "metropolitan department"], ["code", "81"], ["name", "Tarn"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1388 AND "regions"."code" = ? LIMIT ? [["code", "82"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "82"], ["region_id", 1388], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1388], ["category", "metropolitan department"], ["code", "82"], ["name", "Tarn-et-Garonne"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "NC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NC"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "overseas territorial collectivity"], ["code", "NC"], ["name", "Nouvelle-Calédonie"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "O"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "O"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "metropolitan region"], ["code", "O"], ["name", "Nord-Pas-de-Calais"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1398 AND "regions"."code" = ? LIMIT ? [["code", "59"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "59"], ["region_id", 1398], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1398], ["category", "metropolitan department"], ["code", "59"], ["name", "Nord"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1398 AND "regions"."code" = ? LIMIT ? [["code", "62"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "62"], ["region_id", 1398], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1398], ["category", "metropolitan department"], ["code", "62"], ["name", "Pas-de-Calais"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "P"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "P"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "metropolitan region"], ["code", "P"], ["name", "Basse-Normandie"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1401 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 1401], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1401], ["category", "metropolitan department"], ["code", "14"], ["name", "Calvados"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1401 AND "regions"."code" = ? LIMIT ? [["code", "50"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "50"], ["region_id", 1401], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1401], ["category", "metropolitan department"], ["code", "50"], ["name", "Manche"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1401 AND "regions"."code" = ? LIMIT ? [["code", "61"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "61"], ["region_id", 1401], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1401], ["category", "metropolitan department"], ["code", "61"], ["name", "Orne"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "PF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PF"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "overseas territorial collectivity"], ["code", "PF"], ["name", "Polynésie française"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "PM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PM"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "overseas territorial collectivity"], ["code", "PM"], ["name", "Saint-Pierre-et-Miquelon"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "Q"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "Q"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "metropolitan region"], ["code", "Q"], ["name", "Haute-Normandie"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1407 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["region_id", 1407], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1407], ["category", "metropolitan department"], ["code", "27"], ["name", "Eure"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1407 AND "regions"."code" = ? LIMIT ? [["code", "76"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "76"], ["region_id", 1407], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1407], ["category", "metropolitan department"], ["code", "76"], ["name", "Seine-Maritime"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "R"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "R"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "metropolitan region"], ["code", "R"], ["name", "Pays de la Loire"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1410 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["region_id", 1410], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1410], ["category", "metropolitan department"], ["code", "44"], ["name", "Loire-Atlantique"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1410 AND "regions"."code" = ? LIMIT ? [["code", "49"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "49"], ["region_id", 1410], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1410], ["category", "metropolitan department"], ["code", "49"], ["name", "Maine-et-Loire"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1410 AND "regions"."code" = ? LIMIT ? [["code", "53"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "53"], ["region_id", 1410], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1410], ["category", "metropolitan department"], ["code", "53"], ["name", "Mayenne"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1410 AND "regions"."code" = ? LIMIT ? [["code", "72"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "72"], ["region_id", 1410], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1410], ["category", "metropolitan department"], ["code", "72"], ["name", "Sarthe"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1410 AND "regions"."code" = ? LIMIT ? [["code", "85"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "85"], ["region_id", 1410], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1410], ["category", "metropolitan department"], ["code", "85"], ["name", "Vendée"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "RE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RE"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "overseas region/department"], ["code", "RE"], ["name", "La Réunion"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "metropolitan region"], ["code", "S"], ["name", "Picardie"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1417 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 1417], ["LIMIT", 1]] SQL (1.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1417], ["category", "metropolitan department"], ["code", "02"], ["name", "Aisne"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (2.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1417 AND "regions"."code" = ? LIMIT ? [["code", "60"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "60"], ["region_id", 1417], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1417], ["category", "metropolitan department"], ["code", "60"], ["name", "Oise"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (3.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1417 AND "regions"."code" = ? LIMIT ? [["code", "80"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "80"], ["region_id", 1417], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1417], ["category", "metropolitan department"], ["code", "80"], ["name", "Somme"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (5.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "T"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "T"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "metropolitan region"], ["code", "T"], ["name", "Poitou-Charentes"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1421 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 1421], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1421], ["category", "metropolitan department"], ["code", "16"], ["name", "Charente"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1421 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 1421], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1421], ["category", "metropolitan department"], ["code", "17"], ["name", "Charente-Maritime"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1421 AND "regions"."code" = ? LIMIT ? [["code", "79"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "79"], ["region_id", 1421], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1421], ["category", "metropolitan department"], ["code", "79"], ["name", "Deux-Sèvres"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1421 AND "regions"."code" = ? LIMIT ? [["code", "86"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "86"], ["region_id", 1421], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1421], ["category", "metropolitan department"], ["code", "86"], ["name", "Vienne"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "TF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TF"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "overseas territorial collectivity"], ["code", "TF"], ["name", "Terres australes françaises"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "U"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "U"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "metropolitan region"], ["code", "U"], ["name", "Provence-Alpes-Côte d'Azur"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1427 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 1427], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1427], ["category", "metropolitan department"], ["code", "04"], ["name", "Alpes-de-Haute-Provence"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1427 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 1427], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1427], ["category", "metropolitan department"], ["code", "06"], ["name", "Alpes-Maritimes"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1427 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 1427], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1427], ["category", "metropolitan department"], ["code", "13"], ["name", "Bouches-du-Rhône"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1427 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 1427], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1427], ["category", "metropolitan department"], ["code", "05"], ["name", "Hautes-Alpes"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1427 AND "regions"."code" = ? LIMIT ? [["code", "83"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "83"], ["region_id", 1427], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1427], ["category", "metropolitan department"], ["code", "83"], ["name", "Var"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1427 AND "regions"."code" = ? LIMIT ? [["code", "84"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "84"], ["region_id", 1427], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1427], ["category", "metropolitan department"], ["code", "84"], ["name", "Vaucluse"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "V"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "V"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "metropolitan region"], ["code", "V"], ["name", "Rhône-Alpes"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1434 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 1434], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1434], ["category", "metropolitan department"], ["code", "01"], ["name", "Ain"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1434 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 1434], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1434], ["category", "metropolitan department"], ["code", "07"], ["name", "Ardèche"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1434 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["region_id", 1434], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1434], ["category", "metropolitan department"], ["code", "26"], ["name", "Drôme"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1434 AND "regions"."code" = ? LIMIT ? [["code", "74"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "74"], ["region_id", 1434], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1434], ["category", "metropolitan department"], ["code", "74"], ["name", "Haute-Savoie"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1434 AND "regions"."code" = ? LIMIT ? [["code", "38"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "38"], ["region_id", 1434], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1434], ["category", "metropolitan department"], ["code", "38"], ["name", "Isère"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1434 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["region_id", 1434], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1434], ["category", "metropolitan department"], ["code", "42"], ["name", "Loire"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1434 AND "regions"."code" = ? LIMIT ? [["code", "69"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "69"], ["region_id", 1434], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1434], ["category", "metropolitan department"], ["code", "69"], ["name", "Rhône"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1434 AND "regions"."code" = ? LIMIT ? [["code", "73"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "73"], ["region_id", 1434], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1434], ["category", "metropolitan department"], ["code", "73"], ["name", "Savoie"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "WF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WF"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "overseas territorial collectivity"], ["code", "WF"], ["name", "Wallis-et-Futuna"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "YT"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "YT"], ["region_id", 1313], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1313], ["category", "overseas region/department"], ["code", "YT"], ["name", "Mayotte"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "GA"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "GA"], ["name", "Gabon"], ["alpha_3_code", "GAB"], ["numeric_code", 266], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1445 AND "regions"."code" = ? LIMIT ? [["code", "1"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "1"], ["region_id", 1445], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1445], ["category", "province"], ["code", "1"], ["name", "Estuaire"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1445 AND "regions"."code" = ? LIMIT ? [["code", "2"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "2"], ["region_id", 1445], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1445], ["category", "province"], ["code", "2"], ["name", "Haut-Ogooué"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1445 AND "regions"."code" = ? LIMIT ? [["code", "3"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "3"], ["region_id", 1445], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1445], ["category", "province"], ["code", "3"], ["name", "Moyen-Ogooué"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1445 AND "regions"."code" = ? LIMIT ? [["code", "4"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "4"], ["region_id", 1445], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1445], ["category", "province"], ["code", "4"], ["name", "Ngounié"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1445 AND "regions"."code" = ? LIMIT ? [["code", "5"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "5"], ["region_id", 1445], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1445], ["category", "province"], ["code", "5"], ["name", "Nyanga"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1445 AND "regions"."code" = ? LIMIT ? [["code", "6"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "6"], ["region_id", 1445], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1445], ["category", "province"], ["code", "6"], ["name", "Ogooué-Ivindo"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1445 AND "regions"."code" = ? LIMIT ? [["code", "7"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "7"], ["region_id", 1445], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1445], ["category", "province"], ["code", "7"], ["name", "Ogooué-Lolo"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1445 AND "regions"."code" = ? LIMIT ? [["code", "8"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "8"], ["region_id", 1445], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1445], ["category", "province"], ["code", "8"], ["name", "Ogooué-Maritime"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1445 AND "regions"."code" = ? LIMIT ? [["code", "9"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "9"], ["region_id", 1445], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1445], ["category", "province"], ["code", "9"], ["name", "Woleu-Ntem"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "GB"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "GB"], ["name", "United Kingdom"], ["alpha_3_code", "GBR"], ["numeric_code", 826], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ABD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ABD"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "ABD"], ["name", "Aberdeenshire"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ABE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ABE"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "ABE"], ["name", "Aberdeen City"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "AGB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AGB"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "AGB"], ["name", "Argyll and Bute"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "AGY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AGY"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (wales)"], ["code", "AGY"], ["name", "Isle of Anglesey;Sir Ynys Môn"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ANS"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ANS"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "ANS"], ["name", "Angus"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ANT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ANT"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "ANT"], ["name", "Antrim"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ARD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ARD"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "ARD"], ["name", "Ards"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ARM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ARM"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "ARM"], ["name", "Armagh"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BAS"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "BAS"], ["name", "Bath and North East Somerset"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BBD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BBD"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "BBD"], ["name", "Blackburn with Darwen"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BDF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BDF"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "BDF"], ["name", "Bedford"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BDG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BDG"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "BDG"], ["name", "Barking and Dagenham"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BEN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BEN"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "BEN"], ["name", "Brent"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BEX"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BEX"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "BEX"], ["name", "Bexley"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BFS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BFS"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "BFS"], ["name", "Belfast"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BGE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BGE"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (wales)"], ["code", "BGE"], ["name", "Bridgend;Pen-y-bont ar Ogwr"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BGW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BGW"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (wales)"], ["code", "BGW"], ["name", "Blaenau Gwent"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BIR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BIR"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "BIR"], ["name", "Birmingham"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BKM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BKM"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "BKM"], ["name", "Buckinghamshire"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BLA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BLA"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "BLA"], ["name", "Ballymena"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BLY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BLY"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "BLY"], ["name", "Ballymoney"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BMH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BMH"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "BMH"], ["name", "Bournemouth"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BNB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BNB"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "BNB"], ["name", "Banbridge"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BNE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BNE"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "BNE"], ["name", "Barnet"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BNH"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BNH"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "BNH"], ["name", "Brighton and Hove"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BNS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BNS"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "BNS"], ["name", "Barnsley"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BOL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BOL"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "BOL"], ["name", "Bolton"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BPL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BPL"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "BPL"], ["name", "Blackpool"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BRC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BRC"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "BRC"], ["name", "Bracknell Forest"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BRD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BRD"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "BRD"], ["name", "Bradford"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BRY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BRY"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "BRY"], ["name", "Bromley"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BST"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BST"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "BST"], ["name", "Bristol, City of"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BUR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BUR"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "BUR"], ["name", "Bury"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CAM"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "CAM"], ["name", "Cambridgeshire"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CAY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CAY"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (wales)"], ["code", "CAY"], ["name", "Caerphilly;Caerffili"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CBF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CBF"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "CBF"], ["name", "Central Bedfordshire"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CGN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CGN"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (wales)"], ["code", "CGN"], ["name", "Ceredigion;Sir Ceredigion"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CGV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CGV"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "CGV"], ["name", "Craigavon"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CHE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CHE"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "CHE"], ["name", "Cheshire East"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CHW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CHW"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "CHW"], ["name", "Cheshire West and Chester"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CKF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CKF"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "CKF"], ["name", "Carrickfergus"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CKT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CKT"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "CKT"], ["name", "Cookstown"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CLD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CLD"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "CLD"], ["name", "Calderdale"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CLK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CLK"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "CLK"], ["name", "Clackmannanshire"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CLR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CLR"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "CLR"], ["name", "Coleraine"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CMA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CMA"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "CMA"], ["name", "Cumbria"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CMD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CMD"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "CMD"], ["name", "Camden"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CMN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CMN"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (wales)"], ["code", "CMN"], ["name", "Carmarthenshire;Sir Gaerfyrddin"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CON"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CON"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "CON"], ["name", "Cornwall"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "COV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "COV"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "COV"], ["name", "Coventry"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CRF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CRF"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (wales)"], ["code", "CRF"], ["name", "Cardiff;Caerdydd"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CRY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CRY"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "CRY"], ["name", "Croydon"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CSR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CSR"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "CSR"], ["name", "Castlereagh"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CWY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CWY"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (wales)"], ["code", "CWY"], ["name", "Conwy"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DAL"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "DAL"], ["name", "Darlington"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DBY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DBY"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "DBY"], ["name", "Derbyshire"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DEN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DEN"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (wales)"], ["code", "DEN"], ["name", "Denbighshire;Sir Ddinbych"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DER"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "DER"], ["name", "Derby"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DEV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DEV"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "DEV"], ["name", "Devon"], ["created_at", 2016-11-21 00:08:50 UTC], ["updated_at", 2016-11-21 00:08:50 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DGN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DGN"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "DGN"], ["name", "Dungannon and South Tyrone"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DGY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DGY"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "DGY"], ["name", "Dumfries and Galloway"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DNC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DNC"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "DNC"], ["name", "Doncaster"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DND"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DND"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "DND"], ["name", "Dundee City"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DOR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DOR"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "DOR"], ["name", "Dorset"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DOW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DOW"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "DOW"], ["name", "Down"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DRY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DRY"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "DRY"], ["name", "Derry"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DUD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DUD"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "DUD"], ["name", "Dudley"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DUR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DUR"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "DUR"], ["name", "Durham, County"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "EAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EAL"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "EAL"], ["name", "Ealing"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "EAW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EAW"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "included for completeness"], ["code", "EAW"], ["name", "England and Wales"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "EAY"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EAY"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "EAY"], ["name", "East Ayrshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "EDH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EDH"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "EDH"], ["name", "Edinburgh, City of"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "EDU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EDU"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "EDU"], ["name", "East Dunbartonshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ELN"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ELN"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "ELN"], ["name", "East Lothian"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ELS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ELS"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "ELS"], ["name", "Eilean Siar"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ENF"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ENF"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "ENF"], ["name", "Enfield"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ENG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ENG"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "country"], ["code", "ENG"], ["name", "England"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ERW"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ERW"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "ERW"], ["name", "East Renfrewshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ERY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ERY"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "ERY"], ["name", "East Riding of Yorkshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ESS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ESS"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "ESS"], ["name", "Essex"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ESX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ESX"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "ESX"], ["name", "East Sussex"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "FAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FAL"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "FAL"], ["name", "Falkirk"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "FER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FER"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "FER"], ["name", "Fermanagh"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "FIF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FIF"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "FIF"], ["name", "Fife"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "FLN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FLN"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (wales)"], ["code", "FLN"], ["name", "Flintshire;Sir y Fflint"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "GAT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GAT"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "GAT"], ["name", "Gateshead"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "GBN"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GBN"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "included for completeness"], ["code", "GBN"], ["name", "Great Britain"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "GLG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GLG"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "GLG"], ["name", "Glasgow City"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "GLS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GLS"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "GLS"], ["name", "Gloucestershire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "GRE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GRE"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "GRE"], ["name", "Greenwich"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "GWN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GWN"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (wales)"], ["code", "GWN"], ["name", "Gwynedd"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HAL"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "HAL"], ["name", "Halton"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HAM"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "HAM"], ["name", "Hampshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HAV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HAV"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "HAV"], ["name", "Havering"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HCK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HCK"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "HCK"], ["name", "Hackney"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HEF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HEF"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "HEF"], ["name", "Herefordshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HIL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HIL"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "HIL"], ["name", "Hillingdon"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HLD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HLD"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "HLD"], ["name", "Highland"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HMF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HMF"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "HMF"], ["name", "Hammersmith and Fulham"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HNS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HNS"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "HNS"], ["name", "Hounslow"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HPL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HPL"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "HPL"], ["name", "Hartlepool"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HRT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HRT"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "HRT"], ["name", "Hertfordshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HRW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HRW"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "HRW"], ["name", "Harrow"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HRY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HRY"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "HRY"], ["name", "Haringey"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "IOW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IOW"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "IOW"], ["name", "Isle of Wight"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ISL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ISL"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "ISL"], ["name", "Islington"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "IVC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IVC"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "IVC"], ["name", "Inverclyde"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "KEC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KEC"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "KEC"], ["name", "Kensington and Chelsea"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "KEN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KEN"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "KEN"], ["name", "Kent"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "KHL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KHL"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "KHL"], ["name", "Kingston upon Hull"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "KIR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KIR"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "KIR"], ["name", "Kirklees"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "KTT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KTT"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "KTT"], ["name", "Kingston upon Thames"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "KWL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KWL"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "KWL"], ["name", "Knowsley"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LAN"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "LAN"], ["name", "Lancashire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LBH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LBH"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "LBH"], ["name", "Lambeth"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LCE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LCE"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "LCE"], ["name", "Leicester"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LDS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LDS"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "LDS"], ["name", "Leeds"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LEC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LEC"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "LEC"], ["name", "Leicestershire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LEW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LEW"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "LEW"], ["name", "Lewisham"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LIN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LIN"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "LIN"], ["name", "Lincolnshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LIV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LIV"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "LIV"], ["name", "Liverpool"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LMV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LMV"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "LMV"], ["name", "Limavady"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LND"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LND"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "city corporation"], ["code", "LND"], ["name", "London, City of"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LRN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LRN"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "LRN"], ["name", "Larne"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LSB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LSB"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "LSB"], ["name", "Lisburn"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LUT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LUT"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "LUT"], ["name", "Luton"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "MAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MAN"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "MAN"], ["name", "Manchester"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "MDB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MDB"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "MDB"], ["name", "Middlesbrough"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "MDW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MDW"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "MDW"], ["name", "Medway"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "MFT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MFT"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "MFT"], ["name", "Magherafelt"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "MIK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MIK"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "MIK"], ["name", "Milton Keynes"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "MLN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MLN"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "MLN"], ["name", "Midlothian"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "MON"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MON"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (wales)"], ["code", "MON"], ["name", "Monmouthshire;Sir Fynwy"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "MRT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MRT"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "MRT"], ["name", "Merton"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "MRY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MRY"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "MRY"], ["name", "Moray"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "MTY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MTY"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (wales)"], ["code", "MTY"], ["name", "Merthyr Tydfil;Merthyr Tudful"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "MYL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MYL"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "MYL"], ["name", "Moyle"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NAY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NAY"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "NAY"], ["name", "North Ayrshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NBL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NBL"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "NBL"], ["name", "Northumberland"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NDN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NDN"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "NDN"], ["name", "North Down"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NEL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NEL"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "NEL"], ["name", "North East Lincolnshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NET"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NET"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "NET"], ["name", "Newcastle upon Tyne"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NFK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NFK"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "NFK"], ["name", "Norfolk"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NGM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NGM"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "NGM"], ["name", "Nottingham"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NIR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NIR"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "province"], ["code", "NIR"], ["name", "Northern Ireland"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NLK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NLK"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "NLK"], ["name", "North Lanarkshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NLN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NLN"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "NLN"], ["name", "North Lincolnshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NSM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NSM"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "NSM"], ["name", "North Somerset"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NTA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NTA"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "NTA"], ["name", "Newtownabbey"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NTH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NTH"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "NTH"], ["name", "Northamptonshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NTL"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NTL"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (wales)"], ["code", "NTL"], ["name", "Neath Port Talbot;Castell-nedd Port Talbot"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NTT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NTT"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "NTT"], ["name", "Nottinghamshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NTY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NTY"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "NTY"], ["name", "North Tyneside"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NWM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NWM"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "NWM"], ["name", "Newham"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NWP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NWP"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (wales)"], ["code", "NWP"], ["name", "Newport;Casnewydd"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NYK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NYK"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "NYK"], ["name", "North Yorkshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NYM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NYM"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "NYM"], ["name", "Newry and Mourne"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "OLD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OLD"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "OLD"], ["name", "Oldham"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "OMH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OMH"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "OMH"], ["name", "Omagh"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ORK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ORK"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "ORK"], ["name", "Orkney Islands"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "OXF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OXF"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "OXF"], ["name", "Oxfordshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "PEM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PEM"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (wales)"], ["code", "PEM"], ["name", "Pembrokeshire;Sir Benfro"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "PKN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PKN"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "PKN"], ["name", "Perth and Kinross"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "PLY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PLY"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "PLY"], ["name", "Plymouth"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "POL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "POL"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "POL"], ["name", "Poole"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "POR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "POR"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "POR"], ["name", "Portsmouth"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "POW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "POW"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (wales)"], ["code", "POW"], ["name", "Powys"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "PTE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PTE"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "PTE"], ["name", "Peterborough"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "RCC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RCC"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "RCC"], ["name", "Redcar and Cleveland"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "RCH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RCH"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "RCH"], ["name", "Rochdale"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "RCT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RCT"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (wales)"], ["code", "RCT"], ["name", "Rhondda, Cynon, Taff;Rhondda, Cynon,Taf"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "RDB"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RDB"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "RDB"], ["name", "Redbridge"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "RDG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RDG"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "RDG"], ["name", "Reading"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "RFW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RFW"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "RFW"], ["name", "Renfrewshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "RIC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RIC"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "RIC"], ["name", "Richmond upon Thames"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ROT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ROT"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "ROT"], ["name", "Rotherham"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "RUT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RUT"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "RUT"], ["name", "Rutland"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SAW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SAW"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "SAW"], ["name", "Sandwell"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SAY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SAY"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "SAY"], ["name", "South Ayrshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SCB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SCB"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "SCB"], ["name", "Scottish Borders, The"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SCT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SCT"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "country"], ["code", "SCT"], ["name", "Scotland"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SFK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SFK"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "SFK"], ["name", "Suffolk"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SFT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SFT"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "SFT"], ["name", "Sefton"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SGC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SGC"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "SGC"], ["name", "South Gloucestershire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SHF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SHF"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "SHF"], ["name", "Sheffield"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SHN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SHN"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "SHN"], ["name", "St. Helens"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SHR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SHR"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "SHR"], ["name", "Shropshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SKP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SKP"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "SKP"], ["name", "Stockport"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SLF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SLF"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "SLF"], ["name", "Salford"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SLG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SLG"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "SLG"], ["name", "Slough"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SLK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SLK"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "SLK"], ["name", "South Lanarkshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SND"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SND"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "SND"], ["name", "Sunderland"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SOL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SOL"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "SOL"], ["name", "Solihull"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SOM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SOM"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "SOM"], ["name", "Somerset"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SOS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SOS"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "SOS"], ["name", "Southend-on-Sea"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SRY"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SRY"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "SRY"], ["name", "Surrey"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "STB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "STB"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "district council area"], ["code", "STB"], ["name", "Strabane"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "STE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "STE"], ["region_id", 1455], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "STE"], ["name", "Stoke-on-Trent"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (3.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "STG"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "STG"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "STG"], ["name", "Stirling"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (3.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "STH"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "STH"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "STH"], ["name", "Southampton"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (4.8ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "STN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "STN"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "STN"], ["name", "Sutton"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "STS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "STS"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "STS"], ["name", "Staffordshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "STT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "STT"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "STT"], ["name", "Stockton-on-Tees"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "STY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "STY"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "STY"], ["name", "South Tyneside"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SWA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SWA"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (wales)"], ["code", "SWA"], ["name", "Swansea;Abertawe"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SWD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SWD"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "SWD"], ["name", "Swindon"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SWK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SWK"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "SWK"], ["name", "Southwark"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "TAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TAM"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "TAM"], ["name", "Tameside"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "TFW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TFW"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "TFW"], ["name", "Telford and Wrekin"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "THR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "THR"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "THR"], ["name", "Thurrock"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "TOB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TOB"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "TOB"], ["name", "Torbay"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "TOF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TOF"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (wales)"], ["code", "TOF"], ["name", "Torfaen;Tor-faen"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "TRF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TRF"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "TRF"], ["name", "Trafford"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "TWH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TWH"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "TWH"], ["name", "Tower Hamlets"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "UKM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UKM"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "included for completeness"], ["code", "UKM"], ["name", "United Kingdom"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "VGL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VGL"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (wales)"], ["code", "VGL"], ["name", "Vale of Glamorgan, The;Bro Morgannwg"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WAR"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "WAR"], ["name", "Warwickshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WBK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WBK"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "WBK"], ["name", "West Berkshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WDU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WDU"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "WDU"], ["name", "West Dunbartonshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WFT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WFT"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "WFT"], ["name", "Waltham Forest"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WGN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WGN"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "WGN"], ["name", "Wigan"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WKF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WKF"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "WKF"], ["name", "Wakefield"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WLL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WLL"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "WLL"], ["name", "Walsall"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WLN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WLN"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "WLN"], ["name", "West Lothian"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WLS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WLS"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "country"], ["code", "WLS"], ["name", "Wales"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WLV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WLV"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "WLV"], ["name", "Wolverhampton"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WND"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WND"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "WND"], ["name", "Wandsworth"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WNM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WNM"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "WNM"], ["name", "Windsor and Maidenhead"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WOK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WOK"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "WOK"], ["name", "Wokingham"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WOR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WOR"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "WOR"], ["name", "Worcestershire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WRL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WRL"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "metropolitan district"], ["code", "WRL"], ["name", "Wirral"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WRT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WRT"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "WRT"], ["name", "Warrington"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WRX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WRX"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (wales)"], ["code", "WRX"], ["name", "Wrexham;Wrecsam"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WSM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WSM"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "london borough"], ["code", "WSM"], ["name", "Westminster"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WSX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WSX"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "two-tier county"], ["code", "WSX"], ["name", "West Sussex"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "YOR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "YOR"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "unitary authority (england)"], ["code", "YOR"], ["name", "York"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ZET"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZET"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "council area"], ["code", "ZET"], ["name", "Shetland Islands"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WIL"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WIL"], ["region_id", 1455], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1455], ["category", "province"], ["code", "WIL"], ["name", "Wiltshire"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "GD"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "GD"], ["name", "Grenada"], ["alpha_3_code", "GRD"], ["numeric_code", 308], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1694 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 1694], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1694], ["category", "parish"], ["code", "01"], ["name", "Saint Andrew"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1694 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 1694], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1694], ["category", "parish"], ["code", "02"], ["name", "Saint David"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1694 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 1694], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1694], ["category", "parish"], ["code", "03"], ["name", "Saint George"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1694 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 1694], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1694], ["category", "parish"], ["code", "04"], ["name", "Saint John"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1694 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 1694], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1694], ["category", "parish"], ["code", "05"], ["name", "Saint Mark"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1694 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 1694], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1694], ["category", "parish"], ["code", "06"], ["name", "Saint Patrick"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1694 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 1694], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1694], ["category", "dependency"], ["code", "10"], ["name", "Southern Grenadine Islands"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "GE"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "GE"], ["name", "Georgia"], ["alpha_3_code", "GEO"], ["numeric_code", 268], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1702 AND "regions"."code" = ? LIMIT ? [["code", "AB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AB"], ["region_id", 1702], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1702], ["category", "autonomous republic"], ["code", "AB"], ["name", "Abkhazia"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1702 AND "regions"."code" = ? LIMIT ? [["code", "AJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AJ"], ["region_id", 1702], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1702], ["category", "autonomous republic"], ["code", "AJ"], ["name", "Ajaria"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1702 AND "regions"."code" = ? LIMIT ? [["code", "GU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GU"], ["region_id", 1702], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1702], ["category", "region"], ["code", "GU"], ["name", "Guria"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1702 AND "regions"."code" = ? LIMIT ? [["code", "IM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IM"], ["region_id", 1702], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1702], ["category", "region"], ["code", "IM"], ["name", "Imeret’i"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1702 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["region_id", 1702], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1702], ["category", "region"], ["code", "KA"], ["name", "Kakhet’i"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1702 AND "regions"."code" = ? LIMIT ? [["code", "KK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KK"], ["region_id", 1702], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1702], ["category", "region"], ["code", "KK"], ["name", "K’vemo K’art’li"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1702 AND "regions"."code" = ? LIMIT ? [["code", "MM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MM"], ["region_id", 1702], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1702], ["category", "region"], ["code", "MM"], ["name", "Mts’khet’a-Mt’ianet’i"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1702 AND "regions"."code" = ? LIMIT ? [["code", "RL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RL"], ["region_id", 1702], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1702], ["category", "region"], ["code", "RL"], ["name", "Racha-Lech’khumi-K’vemo Svanet’i"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1702 AND "regions"."code" = ? LIMIT ? [["code", "SJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SJ"], ["region_id", 1702], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1702], ["category", "region"], ["code", "SJ"], ["name", "Samts’khe-Javakhet’i"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1702 AND "regions"."code" = ? LIMIT ? [["code", "SK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SK"], ["region_id", 1702], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1702], ["category", "region"], ["code", "SK"], ["name", "Shida K’art’li"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1702 AND "regions"."code" = ? LIMIT ? [["code", "SZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SZ"], ["region_id", 1702], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1702], ["category", "region"], ["code", "SZ"], ["name", "Samegrelo-Zemo Svanet’i"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1702 AND "regions"."code" = ? LIMIT ? [["code", "TB"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TB"], ["region_id", 1702], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1702], ["category", "city"], ["code", "TB"], ["name", "T’bilisi"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "GF"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "GF"], ["name", "French Guiana"], ["alpha_3_code", "GUF"], ["numeric_code", 254], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "GG"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "GG"], ["name", "Guernsey"], ["alpha_3_code", "GGY"], ["numeric_code", 831], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "GH"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "GH"], ["name", "Ghana"], ["alpha_3_code", "GHA"], ["numeric_code", 288], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1717 AND "regions"."code" = ? LIMIT ? [["code", "AA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AA"], ["region_id", 1717], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1717], ["category", "region"], ["code", "AA"], ["name", "Greater Accra"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1717 AND "regions"."code" = ? LIMIT ? [["code", "AH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AH"], ["region_id", 1717], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1717], ["category", "region"], ["code", "AH"], ["name", "Ashanti"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1717 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["region_id", 1717], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1717], ["category", "region"], ["code", "BA"], ["name", "Brong-Ahafo"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1717 AND "regions"."code" = ? LIMIT ? [["code", "CP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CP"], ["region_id", 1717], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1717], ["category", "region"], ["code", "CP"], ["name", "Central"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1717 AND "regions"."code" = ? LIMIT ? [["code", "EP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EP"], ["region_id", 1717], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1717], ["category", "region"], ["code", "EP"], ["name", "Eastern"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1717 AND "regions"."code" = ? LIMIT ? [["code", "NP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NP"], ["region_id", 1717], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1717], ["category", "region"], ["code", "NP"], ["name", "Northern"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1717 AND "regions"."code" = ? LIMIT ? [["code", "TV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TV"], ["region_id", 1717], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1717], ["category", "region"], ["code", "TV"], ["name", "Volta"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1717 AND "regions"."code" = ? LIMIT ? [["code", "UE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UE"], ["region_id", 1717], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1717], ["category", "region"], ["code", "UE"], ["name", "Upper East"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1717 AND "regions"."code" = ? LIMIT ? [["code", "UW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UW"], ["region_id", 1717], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1717], ["category", "region"], ["code", "UW"], ["name", "Upper West"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1717 AND "regions"."code" = ? LIMIT ? [["code", "WP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WP"], ["region_id", 1717], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1717], ["category", "region"], ["code", "WP"], ["name", "Western"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "GI"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "GI"], ["name", "Gibraltar"], ["alpha_3_code", "GIB"], ["numeric_code", 292], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "GL"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "GL"], ["name", "Greenland"], ["alpha_3_code", "GRL"], ["numeric_code", 304], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1729 AND "regions"."code" = ? LIMIT ? [["code", "KU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KU"], ["region_id", 1729], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1729], ["category", "municipality"], ["code", "KU"], ["name", "Kommune Kujalleq"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1729 AND "regions"."code" = ? LIMIT ? [["code", "QA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "QA"], ["region_id", 1729], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1729], ["category", "municipality"], ["code", "QA"], ["name", "Qaasuitsup Kommunia"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1729 AND "regions"."code" = ? LIMIT ? [["code", "QE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "QE"], ["region_id", 1729], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1729], ["category", "municipality"], ["code", "QE"], ["name", "Qeqqata Kommunia"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1729 AND "regions"."code" = ? LIMIT ? [["code", "SM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SM"], ["region_id", 1729], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1729], ["category", "municipality"], ["code", "SM"], ["name", "Kommuneqarfik Sermersooq"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "GM"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "GM"], ["name", "Gambia"], ["alpha_3_code", "GMB"], ["numeric_code", 270], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1734 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["region_id", 1734], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1734], ["category", "city"], ["code", "B"], ["name", "Banjul"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1734 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["region_id", 1734], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1734], ["category", "division"], ["code", "L"], ["name", "Lower River"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1734 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["region_id", 1734], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1734], ["category", "division"], ["code", "M"], ["name", "Central River"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1734 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["region_id", 1734], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1734], ["category", "division"], ["code", "N"], ["name", "North Bank"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1734 AND "regions"."code" = ? LIMIT ? [["code", "U"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "U"], ["region_id", 1734], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1734], ["category", "division"], ["code", "U"], ["name", "Upper River"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1734 AND "regions"."code" = ? LIMIT ? [["code", "W"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "W"], ["region_id", 1734], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1734], ["category", "division"], ["code", "W"], ["name", "Western"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GN"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "GN"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "GN"], ["name", "Guinea"], ["alpha_3_code", "GIN"], ["numeric_code", 324], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1741 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["region_id", 1741], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1741], ["category", "governorate"], ["code", "B"], ["name", "Boké"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1742 AND "regions"."code" = ? LIMIT ? [["code", "BF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BF"], ["region_id", 1742], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1742], ["category", "prefecture"], ["code", "BF"], ["name", "Boffa"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1742 AND "regions"."code" = ? LIMIT ? [["code", "BK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BK"], ["region_id", 1742], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1742], ["category", "prefecture"], ["code", "BK"], ["name", "Boké"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1742 AND "regions"."code" = ? LIMIT ? [["code", "FR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FR"], ["region_id", 1742], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1742], ["category", "prefecture"], ["code", "FR"], ["name", "Fria"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1742 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["region_id", 1742], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1742], ["category", "prefecture"], ["code", "GA"], ["name", "Gaoual"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1742 AND "regions"."code" = ? LIMIT ? [["code", "KN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KN"], ["region_id", 1742], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1742], ["category", "prefecture"], ["code", "KN"], ["name", "Koundara"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1741 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["region_id", 1741], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1741], ["category", "special zone"], ["code", "C"], ["name", "Conakry"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1741 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["region_id", 1741], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1741], ["category", "governorate"], ["code", "D"], ["name", "Kindia"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1749 AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CO"], ["region_id", 1749], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1749], ["category", "prefecture"], ["code", "CO"], ["name", "Coyah"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1749 AND "regions"."code" = ? LIMIT ? [["code", "DU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DU"], ["region_id", 1749], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1749], ["category", "prefecture"], ["code", "DU"], ["name", "Dubréka"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1749 AND "regions"."code" = ? LIMIT ? [["code", "FO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FO"], ["region_id", 1749], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1749], ["category", "prefecture"], ["code", "FO"], ["name", "Forécariah"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1749 AND "regions"."code" = ? LIMIT ? [["code", "KD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KD"], ["region_id", 1749], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1749], ["category", "prefecture"], ["code", "KD"], ["name", "Kindia"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1749 AND "regions"."code" = ? LIMIT ? [["code", "TE"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TE"], ["region_id", 1749], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1749], ["category", "prefecture"], ["code", "TE"], ["name", "Télimélé"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1741 AND "regions"."code" = ? LIMIT ? [["code", "F"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "F"], ["region_id", 1741], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1741], ["category", "governorate"], ["code", "F"], ["name", "Faranah"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1755 AND "regions"."code" = ? LIMIT ? [["code", "DB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DB"], ["region_id", 1755], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1755], ["category", "prefecture"], ["code", "DB"], ["name", "Dabola"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1755 AND "regions"."code" = ? LIMIT ? [["code", "DI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DI"], ["region_id", 1755], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1755], ["category", "prefecture"], ["code", "DI"], ["name", "Dinguiraye"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1755 AND "regions"."code" = ? LIMIT ? [["code", "FA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FA"], ["region_id", 1755], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1755], ["category", "prefecture"], ["code", "FA"], ["name", "Faranah"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1755 AND "regions"."code" = ? LIMIT ? [["code", "KS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KS"], ["region_id", 1755], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1755], ["category", "prefecture"], ["code", "KS"], ["name", "Kissidougou"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1741 AND "regions"."code" = ? LIMIT ? [["code", "K"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "K"], ["region_id", 1741], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1741], ["category", "governorate"], ["code", "K"], ["name", "Kankan"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1760 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["region_id", 1760], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1760], ["category", "prefecture"], ["code", "KA"], ["name", "Kankan"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1760 AND "regions"."code" = ? LIMIT ? [["code", "KE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KE"], ["region_id", 1760], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1760], ["category", "prefecture"], ["code", "KE"], ["name", "Kérouané"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1760 AND "regions"."code" = ? LIMIT ? [["code", "KO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KO"], ["region_id", 1760], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1760], ["category", "prefecture"], ["code", "KO"], ["name", "Kouroussa"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1760 AND "regions"."code" = ? LIMIT ? [["code", "MD"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MD"], ["region_id", 1760], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1760], ["category", "prefecture"], ["code", "MD"], ["name", "Mandiana"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1760 AND "regions"."code" = ? LIMIT ? [["code", "SI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SI"], ["region_id", 1760], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1760], ["category", "prefecture"], ["code", "SI"], ["name", "Siguiri"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1741 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["region_id", 1741], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1741], ["category", "governorate"], ["code", "L"], ["name", "Labé"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1766 AND "regions"."code" = ? LIMIT ? [["code", "KB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KB"], ["region_id", 1766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1766], ["category", "prefecture"], ["code", "KB"], ["name", "Koubia"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1766 AND "regions"."code" = ? LIMIT ? [["code", "LA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LA"], ["region_id", 1766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1766], ["category", "prefecture"], ["code", "LA"], ["name", "Labé"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1766 AND "regions"."code" = ? LIMIT ? [["code", "LE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LE"], ["region_id", 1766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1766], ["category", "prefecture"], ["code", "LE"], ["name", "Lélouma"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1766 AND "regions"."code" = ? LIMIT ? [["code", "ML"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ML"], ["region_id", 1766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1766], ["category", "prefecture"], ["code", "ML"], ["name", "Mali"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1766 AND "regions"."code" = ? LIMIT ? [["code", "TO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TO"], ["region_id", 1766], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1766], ["category", "prefecture"], ["code", "TO"], ["name", "Tougué"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1741 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["region_id", 1741], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1741], ["category", "governorate"], ["code", "M"], ["name", "Mamou"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1772 AND "regions"."code" = ? LIMIT ? [["code", "DL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DL"], ["region_id", 1772], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1772], ["category", "prefecture"], ["code", "DL"], ["name", "Dalaba"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1772 AND "regions"."code" = ? LIMIT ? [["code", "MM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MM"], ["region_id", 1772], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1772], ["category", "prefecture"], ["code", "MM"], ["name", "Mamou"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1772 AND "regions"."code" = ? LIMIT ? [["code", "PI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PI"], ["region_id", 1772], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1772], ["category", "prefecture"], ["code", "PI"], ["name", "Pita"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1741 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["region_id", 1741], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1741], ["category", "governorate"], ["code", "N"], ["name", "Nzérékoré"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1776 AND "regions"."code" = ? LIMIT ? [["code", "BE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BE"], ["region_id", 1776], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1776], ["category", "prefecture"], ["code", "BE"], ["name", "Beyla"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1776 AND "regions"."code" = ? LIMIT ? [["code", "GU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GU"], ["region_id", 1776], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1776], ["category", "prefecture"], ["code", "GU"], ["name", "Guékédou"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1776 AND "regions"."code" = ? LIMIT ? [["code", "LO"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LO"], ["region_id", 1776], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1776], ["category", "prefecture"], ["code", "LO"], ["name", "Lola"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1776 AND "regions"."code" = ? LIMIT ? [["code", "MC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MC"], ["region_id", 1776], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1776], ["category", "prefecture"], ["code", "MC"], ["name", "Macenta"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1776 AND "regions"."code" = ? LIMIT ? [["code", "NZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NZ"], ["region_id", 1776], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1776], ["category", "prefecture"], ["code", "NZ"], ["name", "Nzérékoré"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1776 AND "regions"."code" = ? LIMIT ? [["code", "YO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "YO"], ["region_id", 1776], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1776], ["category", "prefecture"], ["code", "YO"], ["name", "Yomou"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "GP"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "GP"], ["name", "Guadeloupe"], ["alpha_3_code", "GLP"], ["numeric_code", 312], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "GQ"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "GQ"], ["name", "Equatorial Guinea"], ["alpha_3_code", "GNQ"], ["numeric_code", 226], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1784 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["region_id", 1784], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1784], ["category", "region"], ["code", "C"], ["name", "Región Continental"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1785 AND "regions"."code" = ? LIMIT ? [["code", "CS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CS"], ["region_id", 1785], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1785], ["category", "province"], ["code", "CS"], ["name", "Centro Sur"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1785 AND "regions"."code" = ? LIMIT ? [["code", "KN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KN"], ["region_id", 1785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1785], ["category", "province"], ["code", "KN"], ["name", "Kié-Ntem"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1785 AND "regions"."code" = ? LIMIT ? [["code", "LI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LI"], ["region_id", 1785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1785], ["category", "province"], ["code", "LI"], ["name", "Litoral"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1785 AND "regions"."code" = ? LIMIT ? [["code", "WN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WN"], ["region_id", 1785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1785], ["category", "province"], ["code", "WN"], ["name", "Wele-Nzas"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1784 AND "regions"."code" = ? LIMIT ? [["code", "I"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "I"], ["region_id", 1784], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1784], ["category", "region"], ["code", "I"], ["name", "Región Insular"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1790 AND "regions"."code" = ? LIMIT ? [["code", "AN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AN"], ["region_id", 1790], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1790], ["category", "province"], ["code", "AN"], ["name", "Annobón"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1790 AND "regions"."code" = ? LIMIT ? [["code", "BN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BN"], ["region_id", 1790], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1790], ["category", "province"], ["code", "BN"], ["name", "Bioko Norte"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1790 AND "regions"."code" = ? LIMIT ? [["code", "BS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BS"], ["region_id", 1790], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1790], ["category", "province"], ["code", "BS"], ["name", "Bioko Sur"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "GR"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "GR"], ["name", "Greece"], ["alpha_3_code", "GRC"], ["numeric_code", 300], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "69"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "69"], ["region_id", 1794], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1794], ["category", "self-governed part"], ["code", "69"], ["name", "Agio Oros"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["region_id", 1794], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1794], ["category", "administrative region"], ["code", "A"], ["name", "Anatoliki Makedonia kai Thraki"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.3ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1796 AND "regions"."code" = ? LIMIT ? [["code", "52"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "52"], ["region_id", 1796], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1796], ["category", "department"], ["code", "52"], ["name", "Drama"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1796 AND "regions"."code" = ? LIMIT ? [["code", "71"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "71"], ["region_id", 1796], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1796], ["category", "department"], ["code", "71"], ["name", "Evros"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1796 AND "regions"."code" = ? LIMIT ? [["code", "55"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "55"], ["region_id", 1796], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1796], ["category", "department"], ["code", "55"], ["name", "Kavala"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1796 AND "regions"."code" = ? LIMIT ? [["code", "73"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "73"], ["region_id", 1796], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1796], ["category", "department"], ["code", "73"], ["name", "Rodopi"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1796 AND "regions"."code" = ? LIMIT ? [["code", "72"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "72"], ["region_id", 1796], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1796], ["category", "department"], ["code", "72"], ["name", "Xanthi"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.8ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["region_id", 1794], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1794], ["category", "administrative region"], ["code", "B"], ["name", "Kentriki Makedonia"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.8ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1802 AND "regions"."code" = ? LIMIT ? [["code", "64"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "64"], ["region_id", 1802], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1802], ["category", "department"], ["code", "64"], ["name", "Chalkidiki"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1802 AND "regions"."code" = ? LIMIT ? [["code", "53"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "53"], ["region_id", 1802], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1802], ["category", "department"], ["code", "53"], ["name", "Imathia"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1802 AND "regions"."code" = ? LIMIT ? [["code", "57"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "57"], ["region_id", 1802], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1802], ["category", "department"], ["code", "57"], ["name", "Kilkis"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1802 AND "regions"."code" = ? LIMIT ? [["code", "59"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "59"], ["region_id", 1802], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1802], ["category", "department"], ["code", "59"], ["name", "Pella"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.8ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1802 AND "regions"."code" = ? LIMIT ? [["code", "61"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "61"], ["region_id", 1802], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1802], ["category", "department"], ["code", "61"], ["name", "Pieria"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1802 AND "regions"."code" = ? LIMIT ? [["code", "62"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "62"], ["region_id", 1802], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1802], ["category", "department"], ["code", "62"], ["name", "Serres"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1802 AND "regions"."code" = ? LIMIT ? [["code", "54"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "54"], ["region_id", 1802], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1802], ["category", "department"], ["code", "54"], ["name", "Thessaloniki"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["region_id", 1794], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1794], ["category", "administrative region"], ["code", "C"], ["name", "Dytiki Makedonia"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1810 AND "regions"."code" = ? LIMIT ? [["code", "63"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "63"], ["region_id", 1810], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1810], ["category", "department"], ["code", "63"], ["name", "Florina"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1810 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["region_id", 1810], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1810], ["category", "department"], ["code", "51"], ["name", "Grevena"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1810 AND "regions"."code" = ? LIMIT ? [["code", "56"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "56"], ["region_id", 1810], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1810], ["category", "department"], ["code", "56"], ["name", "Kastoria"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1810 AND "regions"."code" = ? LIMIT ? [["code", "58"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "58"], ["region_id", 1810], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1810], ["category", "department"], ["code", "58"], ["name", "Kozani"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["region_id", 1794], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1794], ["category", "administrative region"], ["code", "D"], ["name", "Ipeiros"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1815 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["region_id", 1815], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1815], ["category", "department"], ["code", "33"], ["name", "Ioannina"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1815 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["region_id", 1815], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1815], ["category", "department"], ["code", "34"], ["name", "Preveza"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1815 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["region_id", 1815], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1815], ["category", "department"], ["code", "32"], ["name", "Thesprotia"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "E"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "E"], ["region_id", 1794], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1794], ["category", "administrative region"], ["code", "E"], ["name", "Thessalia"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1819 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["region_id", 1819], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1819], ["category", "department"], ["code", "41"], ["name", "Karditsa"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1819 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["region_id", 1819], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1819], ["category", "department"], ["code", "42"], ["name", "Larisa"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1819 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["region_id", 1819], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1819], ["category", "department"], ["code", "43"], ["name", "Magnisia"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1819 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["region_id", 1819], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1819], ["category", "department"], ["code", "44"], ["name", "Trikala"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "F"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "F"], ["region_id", 1794], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1794], ["category", "administrative region"], ["code", "F"], ["name", "Ionia Nisia"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1824 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["region_id", 1824], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1824], ["category", "department"], ["code", "31"], ["name", "Arta"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1824 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["region_id", 1824], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1824], ["category", "department"], ["code", "23"], ["name", "Kefallonia"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1824 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["region_id", 1824], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1824], ["category", "department"], ["code", "22"], ["name", "Kerkyra"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1824 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["region_id", 1824], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1824], ["category", "department"], ["code", "24"], ["name", "Lefkada"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1824 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 1824], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1824], ["category", "department"], ["code", "21"], ["name", "Zakynthos"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["region_id", 1794], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1794], ["category", "administrative region"], ["code", "G"], ["name", "Dytiki Ellada"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1830 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 1830], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1830], ["category", "department"], ["code", "13"], ["name", "Achaïa"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1830 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 1830], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1830], ["category", "department"], ["code", "01"], ["name", "Aitolia kai Akarnania"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1830 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 1830], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1830], ["category", "department"], ["code", "14"], ["name", "Ileia"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "H"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "H"], ["region_id", 1794], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1794], ["category", "administrative region"], ["code", "H"], ["name", "Sterea Ellada"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1834 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 1834], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1834], ["category", "department"], ["code", "05"], ["name", "Evrytania"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1834 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 1834], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1834], ["category", "department"], ["code", "04"], ["name", "Evvoias"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1834 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 1834], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1834], ["category", "department"], ["code", "07"], ["name", "Fokida"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1834 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 1834], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1834], ["category", "department"], ["code", "06"], ["name", "Fthiotida"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1834 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 1834], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1834], ["category", "department"], ["code", "03"], ["name", "Voiotia"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "I"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "I"], ["region_id", 1794], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1794], ["category", "administrative region"], ["code", "I"], ["name", "Attiki"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1840 AND "regions"."code" = ? LIMIT ? [["code", "A1"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "A1"], ["region_id", 1840], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1840], ["category", "department"], ["code", "A1"], ["name", "Attiki"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "J"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "J"], ["region_id", 1794], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1794], ["category", "administrative region"], ["code", "J"], ["name", "Peloponnisos"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1842 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 1842], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1842], ["category", "department"], ["code", "11"], ["name", "Argolida"], ["created_at", 2016-11-21 00:08:51 UTC], ["updated_at", 2016-11-21 00:08:51 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1842 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 1842], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1842], ["category", "department"], ["code", "12"], ["name", "Arkadia"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1842 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 1842], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1842], ["category", "department"], ["code", "15"], ["name", "Korinthia"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1842 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 1842], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1842], ["category", "department"], ["code", "16"], ["name", "Lakonia"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1842 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 1842], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1842], ["category", "department"], ["code", "17"], ["name", "Messinia"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "K"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "K"], ["region_id", 1794], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1794], ["category", "administrative region"], ["code", "K"], ["name", "Voreio Aigaio"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1848 AND "regions"."code" = ? LIMIT ? [["code", "85"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "85"], ["region_id", 1848], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1848], ["category", "department"], ["code", "85"], ["name", "Chios"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1848 AND "regions"."code" = ? LIMIT ? [["code", "83"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "83"], ["region_id", 1848], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1848], ["category", "department"], ["code", "83"], ["name", "Lesvos"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1848 AND "regions"."code" = ? LIMIT ? [["code", "84"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "84"], ["region_id", 1848], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1848], ["category", "department"], ["code", "84"], ["name", "Samos"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["region_id", 1794], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1794], ["category", "administrative region"], ["code", "L"], ["name", "Notio Aigaio"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1852 AND "regions"."code" = ? LIMIT ? [["code", "81"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "81"], ["region_id", 1852], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1852], ["category", "department"], ["code", "81"], ["name", "Dodekanisos"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1852 AND "regions"."code" = ? LIMIT ? [["code", "82"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "82"], ["region_id", 1852], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1852], ["category", "department"], ["code", "82"], ["name", "Kyklades"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["region_id", 1794], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1794], ["category", "administrative region"], ["code", "M"], ["name", "Kriti"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1855 AND "regions"."code" = ? LIMIT ? [["code", "94"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "94"], ["region_id", 1855], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1855], ["category", "department"], ["code", "94"], ["name", "Chania"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1855 AND "regions"."code" = ? LIMIT ? [["code", "91"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "91"], ["region_id", 1855], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1855], ["category", "department"], ["code", "91"], ["name", "Irakleio"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1855 AND "regions"."code" = ? LIMIT ? [["code", "92"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "92"], ["region_id", 1855], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1855], ["category", "department"], ["code", "92"], ["name", "Lasithi"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1855 AND "regions"."code" = ? LIMIT ? [["code", "93"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "93"], ["region_id", 1855], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1855], ["category", "department"], ["code", "93"], ["name", "Rethymno"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "GS"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "GS"], ["name", "South Georgia and the South Sandwich Islands"], ["alpha_3_code", "SGS"], ["numeric_code", 239], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "GT"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "GT"], ["name", "Guatemala"], ["alpha_3_code", "GTM"], ["numeric_code", 320], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "AV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AV"], ["region_id", 1861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1861], ["category", "department"], ["code", "AV"], ["name", "Alta Verapaz"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "BV"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BV"], ["region_id", 1861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1861], ["category", "department"], ["code", "BV"], ["name", "Baja Verapaz"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "CM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CM"], ["region_id", 1861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1861], ["category", "department"], ["code", "CM"], ["name", "Chimaltenango"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "CQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CQ"], ["region_id", 1861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1861], ["category", "department"], ["code", "CQ"], ["name", "Chiquimula"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "ES"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ES"], ["region_id", 1861], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1861], ["category", "department"], ["code", "ES"], ["name", "Escuintla"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "GU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GU"], ["region_id", 1861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1861], ["category", "department"], ["code", "GU"], ["name", "Guatemala"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "HU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HU"], ["region_id", 1861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1861], ["category", "department"], ["code", "HU"], ["name", "Huehuetenango"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "IZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IZ"], ["region_id", 1861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1861], ["category", "department"], ["code", "IZ"], ["name", "Izabal"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "JA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JA"], ["region_id", 1861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1861], ["category", "department"], ["code", "JA"], ["name", "Jalapa"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "JU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JU"], ["region_id", 1861], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1861], ["category", "department"], ["code", "JU"], ["name", "Jutiapa"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "PE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PE"], ["region_id", 1861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1861], ["category", "department"], ["code", "PE"], ["name", "Petén"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "PR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PR"], ["region_id", 1861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1861], ["category", "department"], ["code", "PR"], ["name", "El Progreso"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "QC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "QC"], ["region_id", 1861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1861], ["category", "department"], ["code", "QC"], ["name", "Quiché"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "QZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "QZ"], ["region_id", 1861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1861], ["category", "department"], ["code", "QZ"], ["name", "Quetzaltenango"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "RE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RE"], ["region_id", 1861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1861], ["category", "department"], ["code", "RE"], ["name", "Retalhuleu"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["region_id", 1861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1861], ["category", "department"], ["code", "SA"], ["name", "Sacatepéquez"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "SM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SM"], ["region_id", 1861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1861], ["category", "department"], ["code", "SM"], ["name", "San Marcos"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["region_id", 1861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1861], ["category", "department"], ["code", "SO"], ["name", "Sololá"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "SR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SR"], ["region_id", 1861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1861], ["category", "department"], ["code", "SR"], ["name", "Santa Rosa"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "SU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SU"], ["region_id", 1861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1861], ["category", "department"], ["code", "SU"], ["name", "Suchitepéquez"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "TO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TO"], ["region_id", 1861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1861], ["category", "department"], ["code", "TO"], ["name", "Totonicapán"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "ZA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZA"], ["region_id", 1861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1861], ["category", "department"], ["code", "ZA"], ["name", "Zacapa"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "GU"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "GU"], ["name", "Guam"], ["alpha_3_code", "GUM"], ["numeric_code", 316], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "GW"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "GW"], ["name", "Guinea-Bissau"], ["alpha_3_code", "GNB"], ["numeric_code", 624], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1885 AND "regions"."code" = ? LIMIT ? [["code", "BS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BS"], ["region_id", 1885], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1885], ["category", "autonomous sector"], ["code", "BS"], ["name", "Bissau"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1885 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["region_id", 1885], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1885], ["category", "province"], ["code", "L"], ["name", "Leste"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1887 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["region_id", 1887], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1887], ["category", "region"], ["code", "BA"], ["name", "Bafatá"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1887 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["region_id", 1887], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1887], ["category", "region"], ["code", "GA"], ["name", "Gabú"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1885 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["region_id", 1885], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1885], ["category", "province"], ["code", "N"], ["name", "Norte"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (2.6ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1890 AND "regions"."code" = ? LIMIT ? [["code", "BM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BM"], ["region_id", 1890], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1890], ["category", "region"], ["code", "BM"], ["name", "Biombo"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (3.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1890 AND "regions"."code" = ? LIMIT ? [["code", "CA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CA"], ["region_id", 1890], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1890], ["category", "region"], ["code", "CA"], ["name", "Cacheu"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1890 AND "regions"."code" = ? LIMIT ? [["code", "OI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OI"], ["region_id", 1890], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1890], ["category", "region"], ["code", "OI"], ["name", "Oio"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1885 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["region_id", 1885], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1885], ["category", "province"], ["code", "S"], ["name", "Sul"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.7ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1894 AND "regions"."code" = ? LIMIT ? [["code", "BL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BL"], ["region_id", 1894], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1894], ["category", "region"], ["code", "BL"], ["name", "Bolama"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1894 AND "regions"."code" = ? LIMIT ? [["code", "QU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "QU"], ["region_id", 1894], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1894], ["category", "region"], ["code", "QU"], ["name", "Quinara"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1894 AND "regions"."code" = ? LIMIT ? [["code", "TO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TO"], ["region_id", 1894], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1894], ["category", "region"], ["code", "TO"], ["name", "Tombali"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "GY"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "GY"], ["name", "Guyana"], ["alpha_3_code", "GUY"], ["numeric_code", 328], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1898 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["region_id", 1898], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1898], ["category", "region"], ["code", "BA"], ["name", "Barima-Waini"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1898 AND "regions"."code" = ? LIMIT ? [["code", "CU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CU"], ["region_id", 1898], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1898], ["category", "region"], ["code", "CU"], ["name", "Cuyuni-Mazaruni"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1898 AND "regions"."code" = ? LIMIT ? [["code", "DE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DE"], ["region_id", 1898], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1898], ["category", "region"], ["code", "DE"], ["name", "Demerara-Mahaica"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1898 AND "regions"."code" = ? LIMIT ? [["code", "EB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EB"], ["region_id", 1898], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1898], ["category", "region"], ["code", "EB"], ["name", "East Berbice-Corentyne"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1898 AND "regions"."code" = ? LIMIT ? [["code", "ES"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ES"], ["region_id", 1898], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1898], ["category", "region"], ["code", "ES"], ["name", "Essequibo Islands-West Demerara"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1898 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["region_id", 1898], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1898], ["category", "region"], ["code", "MA"], ["name", "Mahaica-Berbice"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1898 AND "regions"."code" = ? LIMIT ? [["code", "PM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PM"], ["region_id", 1898], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1898], ["category", "region"], ["code", "PM"], ["name", "Pomeroon-Supenaam"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1898 AND "regions"."code" = ? LIMIT ? [["code", "PT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PT"], ["region_id", 1898], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1898], ["category", "region"], ["code", "PT"], ["name", "Potaro-Siparuni"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1898 AND "regions"."code" = ? LIMIT ? [["code", "UD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UD"], ["region_id", 1898], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1898], ["category", "region"], ["code", "UD"], ["name", "Upper Demerara-Berbice"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1898 AND "regions"."code" = ? LIMIT ? [["code", "UT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UT"], ["region_id", 1898], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1898], ["category", "region"], ["code", "UT"], ["name", "Upper Takutu-Upper Essequibo"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "HK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "HK"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "HK"], ["name", "Hong Kong"], ["alpha_3_code", "HKG"], ["numeric_code", 344], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "HM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "HM"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "HM"], ["name", "Heard Island and McDonald Islands"], ["alpha_3_code", "HMD"], ["numeric_code", 334], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "HN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "HN"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "HN"], ["name", "Honduras"], ["alpha_3_code", "HND"], ["numeric_code", 340], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "AT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AT"], ["region_id", 1911], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1911], ["category", "department"], ["code", "AT"], ["name", "Atlántida"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "CH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CH"], ["region_id", 1911], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1911], ["category", "department"], ["code", "CH"], ["name", "Choluteca"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "CL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CL"], ["region_id", 1911], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1911], ["category", "department"], ["code", "CL"], ["name", "Colón"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "CM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CM"], ["region_id", 1911], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1911], ["category", "department"], ["code", "CM"], ["name", "Comayagua"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "CP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CP"], ["region_id", 1911], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1911], ["category", "department"], ["code", "CP"], ["name", "Copán"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "CR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CR"], ["region_id", 1911], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1911], ["category", "department"], ["code", "CR"], ["name", "Cortés"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "EP"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EP"], ["region_id", 1911], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1911], ["category", "department"], ["code", "EP"], ["name", "El Paraíso"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "FM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FM"], ["region_id", 1911], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1911], ["category", "department"], ["code", "FM"], ["name", "Francisco Morazán"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "GD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GD"], ["region_id", 1911], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1911], ["category", "department"], ["code", "GD"], ["name", "Gracias a Dios"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "IB"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IB"], ["region_id", 1911], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1911], ["category", "department"], ["code", "IB"], ["name", "Islas de la Bahía"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "IN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IN"], ["region_id", 1911], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1911], ["category", "department"], ["code", "IN"], ["name", "Intibucá"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "LE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LE"], ["region_id", 1911], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1911], ["category", "department"], ["code", "LE"], ["name", "Lempira"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "LP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LP"], ["region_id", 1911], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1911], ["category", "department"], ["code", "LP"], ["name", "La Paz"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "OC"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OC"], ["region_id", 1911], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1911], ["category", "department"], ["code", "OC"], ["name", "Ocotepeque"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "OL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OL"], ["region_id", 1911], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1911], ["category", "department"], ["code", "OL"], ["name", "Olancho"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "SB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SB"], ["region_id", 1911], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1911], ["category", "department"], ["code", "SB"], ["name", "Santa Bárbara"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "VA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VA"], ["region_id", 1911], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1911], ["category", "department"], ["code", "VA"], ["name", "Valle"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "YO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "YO"], ["region_id", 1911], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1911], ["category", "department"], ["code", "YO"], ["name", "Yoro"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "HR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "HR"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "HR"], ["name", "Croatia"], ["alpha_3_code", "HRV"], ["numeric_code", 191], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 1930], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1930], ["category", "county"], ["code", "01"], ["name", "Zagrebačka županija"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 1930], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1930], ["category", "county"], ["code", "02"], ["name", "Krapinsko-zagorska županija"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 1930], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1930], ["category", "county"], ["code", "03"], ["name", "Sisačko-moslavačka županija"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 1930], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1930], ["category", "county"], ["code", "04"], ["name", "Karlovačka županija"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 1930], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1930], ["category", "county"], ["code", "05"], ["name", "Varaždinska županija"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 1930], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1930], ["category", "county"], ["code", "06"], ["name", "Koprivničko-križevačka županija"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 1930], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1930], ["category", "county"], ["code", "07"], ["name", "Bjelovarsko-bilogorska županija"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 1930], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1930], ["category", "county"], ["code", "08"], ["name", "Primorsko-goranska županija"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 1930], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1930], ["category", "county"], ["code", "09"], ["name", "Ličko-senjska županija"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 1930], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1930], ["category", "county"], ["code", "10"], ["name", "Virovitičko-podravska županija"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 1930], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1930], ["category", "county"], ["code", "11"], ["name", "Požeško-slavonska županija"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 1930], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1930], ["category", "county"], ["code", "12"], ["name", "Brodsko-posavska županija"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 1930], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1930], ["category", "county"], ["code", "13"], ["name", "Zadarska županija"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 1930], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1930], ["category", "county"], ["code", "14"], ["name", "Osječko-baranjska županija"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 1930], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1930], ["category", "county"], ["code", "15"], ["name", "Šibensko-kninska županija"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 1930], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1930], ["category", "county"], ["code", "16"], ["name", "Vukovarsko-srijemska županija"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 1930], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1930], ["category", "county"], ["code", "17"], ["name", "Splitsko-dalmatinska županija"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["region_id", 1930], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1930], ["category", "county"], ["code", "18"], ["name", "Istarska županija"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["region_id", 1930], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1930], ["category", "county"], ["code", "19"], ["name", "Dubrovačko-neretvanska županija"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["region_id", 1930], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1930], ["category", "county"], ["code", "20"], ["name", "Međimurska županija"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 1930], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1930], ["category", "city"], ["code", "21"], ["name", "Grad Zagreb"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "HT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "HT"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "HT"], ["name", "Haiti"], ["alpha_3_code", "HTI"], ["numeric_code", 332], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1952 AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AR"], ["region_id", 1952], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1952], ["category", "department"], ["code", "AR"], ["name", "Artibonite"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1952 AND "regions"."code" = ? LIMIT ? [["code", "CE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CE"], ["region_id", 1952], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1952], ["category", "department"], ["code", "CE"], ["name", "Centre"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1952 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["region_id", 1952], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1952], ["category", "department"], ["code", "GA"], ["name", "Grande-Anse"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1952 AND "regions"."code" = ? LIMIT ? [["code", "ND"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ND"], ["region_id", 1952], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1952], ["category", "department"], ["code", "ND"], ["name", "Nord"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1952 AND "regions"."code" = ? LIMIT ? [["code", "NE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NE"], ["region_id", 1952], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1952], ["category", "department"], ["code", "NE"], ["name", "Nord-Est"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1952 AND "regions"."code" = ? LIMIT ? [["code", "NO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NO"], ["region_id", 1952], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1952], ["category", "department"], ["code", "NO"], ["name", "Nord-Ouest"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1952 AND "regions"."code" = ? LIMIT ? [["code", "OU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OU"], ["region_id", 1952], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1952], ["category", "department"], ["code", "OU"], ["name", "Ouest"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1952 AND "regions"."code" = ? LIMIT ? [["code", "SD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SD"], ["region_id", 1952], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1952], ["category", "department"], ["code", "SD"], ["name", "Sud"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1952 AND "regions"."code" = ? LIMIT ? [["code", "SE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SE"], ["region_id", 1952], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1952], ["category", "department"], ["code", "SE"], ["name", "Sud-Est"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "HU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "HU"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "HU"], ["name", "Hungary"], ["alpha_3_code", "HUN"], ["numeric_code", 348], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "county"], ["code", "BA"], ["name", "Baranya"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "BC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BC"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "city with county rights"], ["code", "BC"], ["name", "Békéscsaba"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "BE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BE"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "county"], ["code", "BE"], ["name", "Békés"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "BK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BK"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "county"], ["code", "BK"], ["name", "Bács-Kiskun"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "BU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BU"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "capital city"], ["code", "BU"], ["name", "Budapest"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "BZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BZ"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "county"], ["code", "BZ"], ["name", "Borsod-Abaúj-Zemplén"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "CS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CS"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "county"], ["code", "CS"], ["name", "Csongrád"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "DE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DE"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "city with county rights"], ["code", "DE"], ["name", "Debrecen"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "DU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DU"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "city with county rights"], ["code", "DU"], ["name", "Dunaújváros"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "EG"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EG"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "city with county rights"], ["code", "EG"], ["name", "Eger"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "ER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ER"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "city with county rights"], ["code", "ER"], ["name", "Érd"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "FE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FE"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "county"], ["code", "FE"], ["name", "Fejér"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "GS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GS"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "county"], ["code", "GS"], ["name", "Győr-Moson-Sopron"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "GY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GY"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "city with county rights"], ["code", "GY"], ["name", "Győr"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "HB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HB"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "county"], ["code", "HB"], ["name", "Hajdú-Bihar"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "HE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HE"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "county"], ["code", "HE"], ["name", "Heves"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "HV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HV"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "city with county rights"], ["code", "HV"], ["name", "Hódmezővásárhely"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "JN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JN"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "county"], ["code", "JN"], ["name", "Jász-Nagykun-Szolnok"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "KE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KE"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "county"], ["code", "KE"], ["name", "Komárom-Esztergom"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "KM"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KM"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "city with county rights"], ["code", "KM"], ["name", "Kecskemét"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "KV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KV"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "city with county rights"], ["code", "KV"], ["name", "Kaposvár"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "MI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MI"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "city with county rights"], ["code", "MI"], ["name", "Miskolc"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "NK"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NK"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "city with county rights"], ["code", "NK"], ["name", "Nagykanizsa"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "NO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NO"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "county"], ["code", "NO"], ["name", "Nógrád"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "NY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NY"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "city with county rights"], ["code", "NY"], ["name", "Nyíregyháza"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "PE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PE"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "county"], ["code", "PE"], ["name", "Pest"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "PS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PS"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "city with county rights"], ["code", "PS"], ["name", "Pécs"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "SD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SD"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "city with county rights"], ["code", "SD"], ["name", "Szeged"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "SF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SF"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "city with county rights"], ["code", "SF"], ["name", "Székesfehérvár"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "SH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SH"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "city with county rights"], ["code", "SH"], ["name", "Szombathely"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "SK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SK"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "city with county rights"], ["code", "SK"], ["name", "Szolnok"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "SN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SN"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "city with county rights"], ["code", "SN"], ["name", "Sopron"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "county"], ["code", "SO"], ["name", "Somogy"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "SS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SS"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "city with county rights"], ["code", "SS"], ["name", "Szekszárd"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "ST"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ST"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "city with county rights"], ["code", "ST"], ["name", "Salgótarján"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "SZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SZ"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "county"], ["code", "SZ"], ["name", "Szabolcs-Szatmár-Bereg"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "TB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TB"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "city with county rights"], ["code", "TB"], ["name", "Tatabánya"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "TO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TO"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "county"], ["code", "TO"], ["name", "Tolna"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "VA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VA"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "county"], ["code", "VA"], ["name", "Vas"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "VE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VE"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "county"], ["code", "VE"], ["name", "Veszprém (county)"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "VM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VM"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "city with county rights"], ["code", "VM"], ["name", "Veszprém"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "ZA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZA"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "county"], ["code", "ZA"], ["name", "Zala"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "ZE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZE"], ["region_id", 1962], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 1962], ["category", "city with county rights"], ["code", "ZE"], ["name", "Zalaegerszeg"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "ID"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "ID"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "ID"], ["name", "Indonesia"], ["alpha_3_code", "IDN"], ["numeric_code", 360], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2006 AND "regions"."code" = ? LIMIT ? [["code", "IJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IJ"], ["region_id", 2006], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2006], ["category", "geographical unit"], ["code", "IJ"], ["name", "Papua"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2007 AND "regions"."code" = ? LIMIT ? [["code", "PA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PA"], ["region_id", 2007], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2007], ["category", "province"], ["code", "PA"], ["name", "Papua"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2007 AND "regions"."code" = ? LIMIT ? [["code", "PB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PB"], ["region_id", 2007], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2007], ["category", "province"], ["code", "PB"], ["name", "Papua Barat"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2006 AND "regions"."code" = ? LIMIT ? [["code", "JW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JW"], ["region_id", 2006], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2006], ["category", "geographical unit"], ["code", "JW"], ["name", "Jawa"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2010 AND "regions"."code" = ? LIMIT ? [["code", "BT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BT"], ["region_id", 2010], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2010], ["category", "province"], ["code", "BT"], ["name", "Banten"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2010 AND "regions"."code" = ? LIMIT ? [["code", "JB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JB"], ["region_id", 2010], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2010], ["category", "province"], ["code", "JB"], ["name", "Jawa Barat"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2010 AND "regions"."code" = ? LIMIT ? [["code", "JT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JT"], ["region_id", 2010], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2010], ["category", "province"], ["code", "JT"], ["name", "Jawa Tengah"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2010 AND "regions"."code" = ? LIMIT ? [["code", "JI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JI"], ["region_id", 2010], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2010], ["category", "province"], ["code", "JI"], ["name", "Jawa Timur"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2010 AND "regions"."code" = ? LIMIT ? [["code", "JK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JK"], ["region_id", 2010], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2010], ["category", "special district"], ["code", "JK"], ["name", "Jakarta Raya"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2010 AND "regions"."code" = ? LIMIT ? [["code", "YO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "YO"], ["region_id", 2010], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2010], ["category", "special region"], ["code", "YO"], ["name", "Yogyakarta"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2006 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["region_id", 2006], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2006], ["category", "geographical unit"], ["code", "KA"], ["name", "Kalimantan"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2017 AND "regions"."code" = ? LIMIT ? [["code", "KB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KB"], ["region_id", 2017], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2017], ["category", "province"], ["code", "KB"], ["name", "Kalimantan Barat"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2017 AND "regions"."code" = ? LIMIT ? [["code", "KT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KT"], ["region_id", 2017], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2017], ["category", "province"], ["code", "KT"], ["name", "Kalimantan Tengah"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2017 AND "regions"."code" = ? LIMIT ? [["code", "KS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KS"], ["region_id", 2017], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2017], ["category", "province"], ["code", "KS"], ["name", "Kalimantan Selatan"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2017 AND "regions"."code" = ? LIMIT ? [["code", "KI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KI"], ["region_id", 2017], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2017], ["category", "province"], ["code", "KI"], ["name", "Kalimantan Timur"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2006 AND "regions"."code" = ? LIMIT ? [["code", "ML"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ML"], ["region_id", 2006], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2006], ["category", "geographical unit"], ["code", "ML"], ["name", "Maluku"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2022 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["region_id", 2022], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2022], ["category", "province"], ["code", "MA"], ["name", "Maluku"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2022 AND "regions"."code" = ? LIMIT ? [["code", "MU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MU"], ["region_id", 2022], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2022], ["category", "province"], ["code", "MU"], ["name", "Maluku Utara"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2006 AND "regions"."code" = ? LIMIT ? [["code", "NU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NU"], ["region_id", 2006], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2006], ["category", "geographical unit"], ["code", "NU"], ["name", "Nusa Tenggara"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2025 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["region_id", 2025], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2025], ["category", "province"], ["code", "BA"], ["name", "Bali"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2025 AND "regions"."code" = ? LIMIT ? [["code", "NB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NB"], ["region_id", 2025], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2025], ["category", "province"], ["code", "NB"], ["name", "Nusa Tenggara Barat"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2025 AND "regions"."code" = ? LIMIT ? [["code", "NT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NT"], ["region_id", 2025], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2025], ["category", "province"], ["code", "NT"], ["name", "Nusa Tenggara Timur"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2006 AND "regions"."code" = ? LIMIT ? [["code", "SL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SL"], ["region_id", 2006], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2006], ["category", "geographical unit"], ["code", "SL"], ["name", "Sulawesi"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2029 AND "regions"."code" = ? LIMIT ? [["code", "GO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GO"], ["region_id", 2029], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2029], ["category", "province"], ["code", "GO"], ["name", "Gorontalo"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2029 AND "regions"."code" = ? LIMIT ? [["code", "SR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SR"], ["region_id", 2029], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2029], ["category", "province"], ["code", "SR"], ["name", "Sulawesi Barat"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2029 AND "regions"."code" = ? LIMIT ? [["code", "SN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SN"], ["region_id", 2029], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2029], ["category", "province"], ["code", "SN"], ["name", "Sulawesi Selatan"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2029 AND "regions"."code" = ? LIMIT ? [["code", "ST"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ST"], ["region_id", 2029], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2029], ["category", "province"], ["code", "ST"], ["name", "Sulawesi Tengah"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2029 AND "regions"."code" = ? LIMIT ? [["code", "SG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SG"], ["region_id", 2029], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2029], ["category", "province"], ["code", "SG"], ["name", "Sulawesi Tenggara"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2029 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["region_id", 2029], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2029], ["category", "province"], ["code", "SA"], ["name", "Sulawesi Utara"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2006 AND "regions"."code" = ? LIMIT ? [["code", "SM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SM"], ["region_id", 2006], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2006], ["category", "geographical unit"], ["code", "SM"], ["name", "Sumatera"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2036 AND "regions"."code" = ? LIMIT ? [["code", "AC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AC"], ["region_id", 2036], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2036], ["category", "autonomous province"], ["code", "AC"], ["name", "Aceh"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2036 AND "regions"."code" = ? LIMIT ? [["code", "BB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BB"], ["region_id", 2036], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2036], ["category", "province"], ["code", "BB"], ["name", "Bangka Belitung"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2036 AND "regions"."code" = ? LIMIT ? [["code", "BE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BE"], ["region_id", 2036], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2036], ["category", "province"], ["code", "BE"], ["name", "Bengkulu"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2036 AND "regions"."code" = ? LIMIT ? [["code", "JA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JA"], ["region_id", 2036], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2036], ["category", "province"], ["code", "JA"], ["name", "Jambi"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2036 AND "regions"."code" = ? LIMIT ? [["code", "KR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KR"], ["region_id", 2036], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2036], ["category", "province"], ["code", "KR"], ["name", "Kepulauan Riau"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2036 AND "regions"."code" = ? LIMIT ? [["code", "LA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LA"], ["region_id", 2036], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2036], ["category", "province"], ["code", "LA"], ["name", "Lampung"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2036 AND "regions"."code" = ? LIMIT ? [["code", "RI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RI"], ["region_id", 2036], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2036], ["category", "province"], ["code", "RI"], ["name", "Riau"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2036 AND "regions"."code" = ? LIMIT ? [["code", "SB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SB"], ["region_id", 2036], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2036], ["category", "province"], ["code", "SB"], ["name", "Sumatra Barat"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2036 AND "regions"."code" = ? LIMIT ? [["code", "SS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SS"], ["region_id", 2036], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2036], ["category", "province"], ["code", "SS"], ["name", "Sumatra Selatan"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2036 AND "regions"."code" = ? LIMIT ? [["code", "SU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SU"], ["region_id", 2036], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2036], ["category", "province"], ["code", "SU"], ["name", "Sumatera Utara"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "IE"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "IE"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "IE"], ["name", "Ireland"], ["alpha_3_code", "IRL"], ["numeric_code", 372], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2047 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["region_id", 2047], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2047], ["category", "province"], ["code", "C"], ["name", "Connacht"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2048 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["region_id", 2048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2048], ["category", "county"], ["code", "G"], ["name", "Galway"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2048 AND "regions"."code" = ? LIMIT ? [["code", "LM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LM"], ["region_id", 2048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2048], ["category", "county"], ["code", "LM"], ["name", "Leitrim"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2048 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["region_id", 2048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2048], ["category", "county"], ["code", "MO"], ["name", "Mayo"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2048 AND "regions"."code" = ? LIMIT ? [["code", "RN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RN"], ["region_id", 2048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2048], ["category", "county"], ["code", "RN"], ["name", "Roscommon"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2048 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["region_id", 2048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2048], ["category", "county"], ["code", "SO"], ["name", "Sligo"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2047 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["region_id", 2047], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2047], ["category", "province"], ["code", "L"], ["name", "Leinster"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2054 AND "regions"."code" = ? LIMIT ? [["code", "CW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CW"], ["region_id", 2054], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2054], ["category", "county"], ["code", "CW"], ["name", "Carlow"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2054 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["region_id", 2054], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2054], ["category", "county"], ["code", "D"], ["name", "Dublin"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2054 AND "regions"."code" = ? LIMIT ? [["code", "KE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KE"], ["region_id", 2054], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2054], ["category", "county"], ["code", "KE"], ["name", "Kildare"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2054 AND "regions"."code" = ? LIMIT ? [["code", "KK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KK"], ["region_id", 2054], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2054], ["category", "county"], ["code", "KK"], ["name", "Kilkenny"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2054 AND "regions"."code" = ? LIMIT ? [["code", "LS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LS"], ["region_id", 2054], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2054], ["category", "county"], ["code", "LS"], ["name", "Laois"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2054 AND "regions"."code" = ? LIMIT ? [["code", "LD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LD"], ["region_id", 2054], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2054], ["category", "county"], ["code", "LD"], ["name", "Longford"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2054 AND "regions"."code" = ? LIMIT ? [["code", "LH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LH"], ["region_id", 2054], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2054], ["category", "county"], ["code", "LH"], ["name", "Louth"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2054 AND "regions"."code" = ? LIMIT ? [["code", "MH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MH"], ["region_id", 2054], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2054], ["category", "county"], ["code", "MH"], ["name", "Meath"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2054 AND "regions"."code" = ? LIMIT ? [["code", "OY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OY"], ["region_id", 2054], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2054], ["category", "county"], ["code", "OY"], ["name", "Offaly"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2054 AND "regions"."code" = ? LIMIT ? [["code", "WH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WH"], ["region_id", 2054], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2054], ["category", "county"], ["code", "WH"], ["name", "Westmeath"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2054 AND "regions"."code" = ? LIMIT ? [["code", "WX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WX"], ["region_id", 2054], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2054], ["category", "county"], ["code", "WX"], ["name", "Wexford"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2054 AND "regions"."code" = ? LIMIT ? [["code", "WW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WW"], ["region_id", 2054], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2054], ["category", "county"], ["code", "WW"], ["name", "Wicklow"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2047 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["region_id", 2047], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2047], ["category", "province"], ["code", "M"], ["name", "Munster"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2067 AND "regions"."code" = ? LIMIT ? [["code", "CE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CE"], ["region_id", 2067], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2067], ["category", "county"], ["code", "CE"], ["name", "Clare"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2067 AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CO"], ["region_id", 2067], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2067], ["category", "county"], ["code", "CO"], ["name", "Cork"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2067 AND "regions"."code" = ? LIMIT ? [["code", "KY"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KY"], ["region_id", 2067], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2067], ["category", "county"], ["code", "KY"], ["name", "Kerry"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2067 AND "regions"."code" = ? LIMIT ? [["code", "LK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LK"], ["region_id", 2067], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2067], ["category", "county"], ["code", "LK"], ["name", "Limerick"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2067 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["region_id", 2067], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2067], ["category", "county"], ["code", "TA"], ["name", "Tipperary"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2067 AND "regions"."code" = ? LIMIT ? [["code", "WD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WD"], ["region_id", 2067], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2067], ["category", "county"], ["code", "WD"], ["name", "Waterford"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2047 AND "regions"."code" = ? LIMIT ? [["code", "U"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "U"], ["region_id", 2047], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2047], ["category", "province"], ["code", "U"], ["name", "Ulster"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2074 AND "regions"."code" = ? LIMIT ? [["code", "CN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CN"], ["region_id", 2074], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2074], ["category", "county"], ["code", "CN"], ["name", "Cavan"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2074 AND "regions"."code" = ? LIMIT ? [["code", "DL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DL"], ["region_id", 2074], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2074], ["category", "county"], ["code", "DL"], ["name", "Donegal"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2074 AND "regions"."code" = ? LIMIT ? [["code", "MN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MN"], ["region_id", 2074], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2074], ["category", "county"], ["code", "MN"], ["name", "Monaghan"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "IL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "IL"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "IL"], ["name", "Israel"], ["alpha_3_code", "ISR"], ["numeric_code", 376], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2078 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["region_id", 2078], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2078], ["category", "district"], ["code", "D"], ["name", "HaDarom"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2078 AND "regions"."code" = ? LIMIT ? [["code", "HA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HA"], ["region_id", 2078], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2078], ["category", "district"], ["code", "HA"], ["name", "Hefa"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2078 AND "regions"."code" = ? LIMIT ? [["code", "JM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JM"], ["region_id", 2078], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2078], ["category", "district"], ["code", "JM"], ["name", "Yerushalayim Al Quds"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2078 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["region_id", 2078], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2078], ["category", "district"], ["code", "M"], ["name", "HaMerkaz"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2078 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["region_id", 2078], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2078], ["category", "district"], ["code", "TA"], ["name", "Tel-Aviv"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2078 AND "regions"."code" = ? LIMIT ? [["code", "Z"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "Z"], ["region_id", 2078], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2078], ["category", "district"], ["code", "Z"], ["name", "HaZafon"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "IM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "IM"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "IM"], ["name", "Isle of Man"], ["alpha_3_code", "IMN"], ["numeric_code", 833], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "IN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "IN"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "IN"], ["name", "India"], ["alpha_3_code", "IND"], ["numeric_code", 356], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "AN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AN"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "union territory"], ["code", "AN"], ["name", "Andaman and Nicobar Islands"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "AP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AP"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "AP"], ["name", "Andhra Pradesh"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AR"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "AR"], ["name", "Arunachal Pradesh"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "AS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AS"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "AS"], ["name", "Assam"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "BR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BR"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "BR"], ["name", "Bihar"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "CH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CH"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "union territory"], ["code", "CH"], ["name", "Chandigarh"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "CT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CT"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "CT"], ["name", "Chhattisgarh"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "DD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DD"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "union territory"], ["code", "DD"], ["name", "Damen and Diu"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "DL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DL"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "union territory"], ["code", "DL"], ["name", "Delhi"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "DN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DN"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "union territory"], ["code", "DN"], ["name", "Dadra and Nagar Haveli"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "GA"], ["name", "Goa"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "GJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GJ"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "GJ"], ["name", "Gujarat"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "HP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HP"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "HP"], ["name", "Himachal Pradesh"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "HR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HR"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "HR"], ["name", "Haryana"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "JH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JH"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "JH"], ["name", "Jharkhand"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "JK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JK"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "JK"], ["name", "Jammu and Kashmir"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "KA"], ["name", "Karnataka"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "KL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KL"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "KL"], ["name", "Kerala"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "LD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LD"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "union territory"], ["code", "LD"], ["name", "Lakshadweep"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "MH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MH"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "MH"], ["name", "Maharashtra"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "ML"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ML"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "ML"], ["name", "Meghalaya"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "MN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MN"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "MN"], ["name", "Manipur"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "MP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MP"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "MP"], ["name", "Madhya Pradesh"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "MZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MZ"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "MZ"], ["name", "Mizoram"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "NL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NL"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "NL"], ["name", "Nagaland"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "OR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OR"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "OR"], ["name", "Orissa"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "PB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PB"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "PB"], ["name", "Punjab"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "PY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PY"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "union territory"], ["code", "PY"], ["name", "Puducherry"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "RJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RJ"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "RJ"], ["name", "Rajasthan"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "SK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SK"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "SK"], ["name", "Sikkim"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "TN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TN"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "TN"], ["name", "Tamil Nadu"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "TR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TR"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "TR"], ["name", "Tripura"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "UP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UP"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "UP"], ["name", "Uttar Pradesh"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "UT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UT"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "UT"], ["name", "Uttarakhand"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "WB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WB"], ["region_id", 2086], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2086], ["category", "state"], ["code", "WB"], ["name", "West Bengal"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "IO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "IO"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "IO"], ["name", "British Indian Ocean Territory"], ["alpha_3_code", "IOT"], ["numeric_code", 86], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "IQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "IQ"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "IQ"], ["name", "Iraq"], ["alpha_3_code", "IRQ"], ["numeric_code", 368], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "AN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AN"], ["region_id", 2123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2123], ["category", "governorate"], ["code", "AN"], ["name", "Al Anbar"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AR"], ["region_id", 2123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2123], ["category", "governorate"], ["code", "AR"], ["name", "Arbil"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["region_id", 2123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2123], ["category", "governorate"], ["code", "BA"], ["name", "Al Basrah"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "BB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BB"], ["region_id", 2123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2123], ["category", "governorate"], ["code", "BB"], ["name", "Babil"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "BG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BG"], ["region_id", 2123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2123], ["category", "governorate"], ["code", "BG"], ["name", "Baghdad"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "DA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DA"], ["region_id", 2123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2123], ["category", "governorate"], ["code", "DA"], ["name", "Dahuk"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "DI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DI"], ["region_id", 2123], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2123], ["category", "governorate"], ["code", "DI"], ["name", "Diyala"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (7.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "DQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DQ"], ["region_id", 2123], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2123], ["category", "governorate"], ["code", "DQ"], ["name", "Dhi Qar"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (1.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["region_id", 2123], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2123], ["category", "governorate"], ["code", "KA"], ["name", "Karbala'"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (4.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["region_id", 2123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2123], ["category", "governorate"], ["code", "MA"], ["name", "Maysan"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "MU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MU"], ["region_id", 2123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2123], ["category", "governorate"], ["code", "MU"], ["name", "Al Muthanna"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "NA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NA"], ["region_id", 2123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2123], ["category", "governorate"], ["code", "NA"], ["name", "An Najef"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "NI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NI"], ["region_id", 2123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2123], ["category", "governorate"], ["code", "NI"], ["name", "Ninawa"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "QA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "QA"], ["region_id", 2123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2123], ["category", "governorate"], ["code", "QA"], ["name", "Al Qadisiyah"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "SD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SD"], ["region_id", 2123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2123], ["category", "governorate"], ["code", "SD"], ["name", "Salah ad Din"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "SW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SW"], ["region_id", 2123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2123], ["category", "governorate"], ["code", "SW"], ["name", "As Sulaymaniyah"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "TS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TS"], ["region_id", 2123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2123], ["category", "governorate"], ["code", "TS"], ["name", "At Ta'mim"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "WA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WA"], ["region_id", 2123], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2123], ["category", "governorate"], ["code", "WA"], ["name", "Wasit"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "IR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "IR"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "IR"], ["name", "Iran, Islamic Republic of"], ["alpha_3_code", "IRN"], ["numeric_code", 364], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "01"], ["name", "Āzarbāyjān-e Sharqī"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "02"], ["name", "Āzarbāyjān-e Gharbī"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "03"], ["name", "Ardabīl"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "04"], ["name", "Eşfahān"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "05"], ["name", "Īlām"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "06"], ["name", "Būshehr"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "07"], ["name", "Tehrān"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "08"], ["name", "Chahār Mahāll va Bakhtīārī"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "10"], ["name", "Khūzestān"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "11"], ["name", "Zanjān"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "12"], ["name", "Semnān"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "13"], ["name", "Sīstān va Balūchestān"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "14"], ["name", "Fārs"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "15"], ["name", "Kermān"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "16"], ["name", "Kordestān"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "17"], ["name", "Kermānshāh"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "18"], ["name", "Kohgīlūyeh va Būyer Ahmad"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "19"], ["name", "Gīlān"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "20"], ["name", "Lorestān"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "21"], ["name", "Māzandarān"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "22"], ["name", "Markazī"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "23"], ["name", "Hormozgān"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "24"], ["name", "Hamadān"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "25"], ["name", "Yazd"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "26"], ["name", "Qom"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "27"], ["name", "Golestān"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "28"], ["name", "Qazvīn"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "29"], ["name", "Khorāsān-e Janūbī"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "30"], ["name", "Khorāsān-e Razavī"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["region_id", 2142], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2142], ["category", "province"], ["code", "31"], ["name", "Khorāsān-e Shemālī"], ["created_at", 2016-11-21 00:08:52 UTC], ["updated_at", 2016-11-21 00:08:52 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "IS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "IS"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "IS"], ["name", "Iceland"], ["alpha_3_code", "ISL"], ["numeric_code", 352], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2173 AND "regions"."code" = ? LIMIT ? [["code", "0"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "0"], ["region_id", 2173], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2173], ["category", "city"], ["code", "0"], ["name", "Reykjavík"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2173 AND "regions"."code" = ? LIMIT ? [["code", "1"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "1"], ["region_id", 2173], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2173], ["category", "region"], ["code", "1"], ["name", "Höfuðborgarsvæðið"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2173 AND "regions"."code" = ? LIMIT ? [["code", "2"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "2"], ["region_id", 2173], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2173], ["category", "region"], ["code", "2"], ["name", "Suðurnes"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2173 AND "regions"."code" = ? LIMIT ? [["code", "3"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "3"], ["region_id", 2173], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2173], ["category", "region"], ["code", "3"], ["name", "Vesturland"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2173 AND "regions"."code" = ? LIMIT ? [["code", "4"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "4"], ["region_id", 2173], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2173], ["category", "region"], ["code", "4"], ["name", "Vestfirðir"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2173 AND "regions"."code" = ? LIMIT ? [["code", "5"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "5"], ["region_id", 2173], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2173], ["category", "region"], ["code", "5"], ["name", "Norðurland vestra"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2173 AND "regions"."code" = ? LIMIT ? [["code", "6"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "6"], ["region_id", 2173], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2173], ["category", "region"], ["code", "6"], ["name", "Norðurland eystra"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2173 AND "regions"."code" = ? LIMIT ? [["code", "7"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "7"], ["region_id", 2173], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2173], ["category", "region"], ["code", "7"], ["name", "Austurland"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2173 AND "regions"."code" = ? LIMIT ? [["code", "8"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "8"], ["region_id", 2173], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2173], ["category", "region"], ["code", "8"], ["name", "Suðurland"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "IT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "IT"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "IT"], ["name", "Italy"], ["alpha_3_code", "ITA"], ["numeric_code", 380], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 2183], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2183], ["category", "region"], ["code", "21"], ["name", "Piemonte"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2184 AND "regions"."code" = ? LIMIT ? [["code", "AL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AL"], ["region_id", 2184], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2184], ["category", "province"], ["code", "AL"], ["name", "Alessandria"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2184 AND "regions"."code" = ? LIMIT ? [["code", "AT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AT"], ["region_id", 2184], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2184], ["category", "province"], ["code", "AT"], ["name", "Asti"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2184 AND "regions"."code" = ? LIMIT ? [["code", "BI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BI"], ["region_id", 2184], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2184], ["category", "province"], ["code", "BI"], ["name", "Biella"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2184 AND "regions"."code" = ? LIMIT ? [["code", "CN"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CN"], ["region_id", 2184], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2184], ["category", "province"], ["code", "CN"], ["name", "Cuneo"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2184 AND "regions"."code" = ? LIMIT ? [["code", "NO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NO"], ["region_id", 2184], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2184], ["category", "province"], ["code", "NO"], ["name", "Novara"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2184 AND "regions"."code" = ? LIMIT ? [["code", "TO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TO"], ["region_id", 2184], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2184], ["category", "province"], ["code", "TO"], ["name", "Torino"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2184 AND "regions"."code" = ? LIMIT ? [["code", "VB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VB"], ["region_id", 2184], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2184], ["category", "province"], ["code", "VB"], ["name", "Verbano-Cusio-Ossola"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2184 AND "regions"."code" = ? LIMIT ? [["code", "VC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VC"], ["region_id", 2184], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2184], ["category", "province"], ["code", "VC"], ["name", "Vercelli"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["region_id", 2183], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2183], ["category", "region"], ["code", "23"], ["name", "Valle d'Aosta"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2193 AND "regions"."code" = ? LIMIT ? [["code", "AO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AO"], ["region_id", 2193], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2193], ["category", "province"], ["code", "AO"], ["name", "Aosta"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["region_id", 2183], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2183], ["category", "region"], ["code", "25"], ["name", "Lombardia"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2195 AND "regions"."code" = ? LIMIT ? [["code", "BG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BG"], ["region_id", 2195], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2195], ["category", "province"], ["code", "BG"], ["name", "Bergamo"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2195 AND "regions"."code" = ? LIMIT ? [["code", "BS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BS"], ["region_id", 2195], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2195], ["category", "province"], ["code", "BS"], ["name", "Brescia"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2195 AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CO"], ["region_id", 2195], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2195], ["category", "province"], ["code", "CO"], ["name", "Como"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2195 AND "regions"."code" = ? LIMIT ? [["code", "CR"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CR"], ["region_id", 2195], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2195], ["category", "province"], ["code", "CR"], ["name", "Cremona"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2195 AND "regions"."code" = ? LIMIT ? [["code", "LC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LC"], ["region_id", 2195], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2195], ["category", "province"], ["code", "LC"], ["name", "Lecco"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2195 AND "regions"."code" = ? LIMIT ? [["code", "LO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LO"], ["region_id", 2195], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2195], ["category", "province"], ["code", "LO"], ["name", "Lodi"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2195 AND "regions"."code" = ? LIMIT ? [["code", "MN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MN"], ["region_id", 2195], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2195], ["category", "province"], ["code", "MN"], ["name", "Mantova"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2195 AND "regions"."code" = ? LIMIT ? [["code", "MI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MI"], ["region_id", 2195], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2195], ["category", "province"], ["code", "MI"], ["name", "Milano"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2195 AND "regions"."code" = ? LIMIT ? [["code", "MB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MB"], ["region_id", 2195], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2195], ["category", "province"], ["code", "MB"], ["name", "Monza e Brianza"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2195 AND "regions"."code" = ? LIMIT ? [["code", "PV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PV"], ["region_id", 2195], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2195], ["category", "province"], ["code", "PV"], ["name", "Pavia"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2195 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["region_id", 2195], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2195], ["category", "province"], ["code", "SO"], ["name", "Sondrio"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2195 AND "regions"."code" = ? LIMIT ? [["code", "VA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VA"], ["region_id", 2195], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2195], ["category", "province"], ["code", "VA"], ["name", "Varese"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["region_id", 2183], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2183], ["category", "region"], ["code", "32"], ["name", "Trentino-Alto Adige"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2208 AND "regions"."code" = ? LIMIT ? [["code", "BZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BZ"], ["region_id", 2208], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2208], ["category", "province"], ["code", "BZ"], ["name", "Bolzano"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2208 AND "regions"."code" = ? LIMIT ? [["code", "TN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TN"], ["region_id", 2208], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2208], ["category", "province"], ["code", "TN"], ["name", "Trento"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["region_id", 2183], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2183], ["category", "region"], ["code", "34"], ["name", "Veneto"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2211 AND "regions"."code" = ? LIMIT ? [["code", "BL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BL"], ["region_id", 2211], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2211], ["category", "province"], ["code", "BL"], ["name", "Belluno"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2211 AND "regions"."code" = ? LIMIT ? [["code", "PD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PD"], ["region_id", 2211], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2211], ["category", "province"], ["code", "PD"], ["name", "Padova"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2211 AND "regions"."code" = ? LIMIT ? [["code", "RO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RO"], ["region_id", 2211], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2211], ["category", "province"], ["code", "RO"], ["name", "Rovigo"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2211 AND "regions"."code" = ? LIMIT ? [["code", "TV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TV"], ["region_id", 2211], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2211], ["category", "province"], ["code", "TV"], ["name", "Treviso"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2211 AND "regions"."code" = ? LIMIT ? [["code", "VE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VE"], ["region_id", 2211], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2211], ["category", "province"], ["code", "VE"], ["name", "Venezia"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2211 AND "regions"."code" = ? LIMIT ? [["code", "VR"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VR"], ["region_id", 2211], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2211], ["category", "province"], ["code", "VR"], ["name", "Verona"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2211 AND "regions"."code" = ? LIMIT ? [["code", "VI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VI"], ["region_id", 2211], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2211], ["category", "province"], ["code", "VI"], ["name", "Vicenza"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "36"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "36"], ["region_id", 2183], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2183], ["category", "region"], ["code", "36"], ["name", "Friuli-Venezia Giulia"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2219 AND "regions"."code" = ? LIMIT ? [["code", "GO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GO"], ["region_id", 2219], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2219], ["category", "province"], ["code", "GO"], ["name", "Gorizia"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2219 AND "regions"."code" = ? LIMIT ? [["code", "PN"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PN"], ["region_id", 2219], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2219], ["category", "province"], ["code", "PN"], ["name", "Pordenone"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2219 AND "regions"."code" = ? LIMIT ? [["code", "TS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TS"], ["region_id", 2219], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2219], ["category", "province"], ["code", "TS"], ["name", "Trieste"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2219 AND "regions"."code" = ? LIMIT ? [["code", "UD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UD"], ["region_id", 2219], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2219], ["category", "province"], ["code", "UD"], ["name", "Udine"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["region_id", 2183], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2183], ["category", "region"], ["code", "42"], ["name", "Liguria"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2224 AND "regions"."code" = ? LIMIT ? [["code", "GE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GE"], ["region_id", 2224], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2224], ["category", "province"], ["code", "GE"], ["name", "Genova"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2224 AND "regions"."code" = ? LIMIT ? [["code", "IM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IM"], ["region_id", 2224], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2224], ["category", "province"], ["code", "IM"], ["name", "Imperia"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2224 AND "regions"."code" = ? LIMIT ? [["code", "SP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SP"], ["region_id", 2224], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2224], ["category", "province"], ["code", "SP"], ["name", "La Spezia"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2224 AND "regions"."code" = ? LIMIT ? [["code", "SV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SV"], ["region_id", 2224], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2224], ["category", "province"], ["code", "SV"], ["name", "Savona"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["region_id", 2183], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2183], ["category", "region"], ["code", "45"], ["name", "Emilia-Romagna"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2229 AND "regions"."code" = ? LIMIT ? [["code", "BO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BO"], ["region_id", 2229], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2229], ["category", "province"], ["code", "BO"], ["name", "Bologna"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2229 AND "regions"."code" = ? LIMIT ? [["code", "FE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FE"], ["region_id", 2229], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2229], ["category", "province"], ["code", "FE"], ["name", "Ferrara"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2229 AND "regions"."code" = ? LIMIT ? [["code", "FC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FC"], ["region_id", 2229], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2229], ["category", "province"], ["code", "FC"], ["name", "Forlì-Cesena"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2229 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["region_id", 2229], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2229], ["category", "province"], ["code", "MO"], ["name", "Modena"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2229 AND "regions"."code" = ? LIMIT ? [["code", "PR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PR"], ["region_id", 2229], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2229], ["category", "province"], ["code", "PR"], ["name", "Parma"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2229 AND "regions"."code" = ? LIMIT ? [["code", "PC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PC"], ["region_id", 2229], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2229], ["category", "province"], ["code", "PC"], ["name", "Piacenza"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2229 AND "regions"."code" = ? LIMIT ? [["code", "RA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RA"], ["region_id", 2229], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2229], ["category", "province"], ["code", "RA"], ["name", "Ravenna"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2229 AND "regions"."code" = ? LIMIT ? [["code", "RE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RE"], ["region_id", 2229], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2229], ["category", "province"], ["code", "RE"], ["name", "Reggio Emilia"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2229 AND "regions"."code" = ? LIMIT ? [["code", "RN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RN"], ["region_id", 2229], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2229], ["category", "province"], ["code", "RN"], ["name", "Rimini"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "52"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "52"], ["region_id", 2183], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2183], ["category", "region"], ["code", "52"], ["name", "Toscana"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2239 AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AR"], ["region_id", 2239], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2239], ["category", "province"], ["code", "AR"], ["name", "Arezzo"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2239 AND "regions"."code" = ? LIMIT ? [["code", "FI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FI"], ["region_id", 2239], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2239], ["category", "province"], ["code", "FI"], ["name", "Firenze"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2239 AND "regions"."code" = ? LIMIT ? [["code", "GR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GR"], ["region_id", 2239], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2239], ["category", "province"], ["code", "GR"], ["name", "Grosseto"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2239 AND "regions"."code" = ? LIMIT ? [["code", "LI"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LI"], ["region_id", 2239], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2239], ["category", "province"], ["code", "LI"], ["name", "Livorno"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2239 AND "regions"."code" = ? LIMIT ? [["code", "LU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LU"], ["region_id", 2239], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2239], ["category", "province"], ["code", "LU"], ["name", "Lucca"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2239 AND "regions"."code" = ? LIMIT ? [["code", "MS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MS"], ["region_id", 2239], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2239], ["category", "province"], ["code", "MS"], ["name", "Massa-Carrara"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2239 AND "regions"."code" = ? LIMIT ? [["code", "PI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PI"], ["region_id", 2239], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2239], ["category", "province"], ["code", "PI"], ["name", "Pisa"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2239 AND "regions"."code" = ? LIMIT ? [["code", "PT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PT"], ["region_id", 2239], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2239], ["category", "province"], ["code", "PT"], ["name", "Pistoia"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2239 AND "regions"."code" = ? LIMIT ? [["code", "PO"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PO"], ["region_id", 2239], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2239], ["category", "province"], ["code", "PO"], ["name", "Prato"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2239 AND "regions"."code" = ? LIMIT ? [["code", "SI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SI"], ["region_id", 2239], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2239], ["category", "province"], ["code", "SI"], ["name", "Siena"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "55"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "55"], ["region_id", 2183], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2183], ["category", "region"], ["code", "55"], ["name", "Umbria"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2250 AND "regions"."code" = ? LIMIT ? [["code", "PG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PG"], ["region_id", 2250], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2250], ["category", "province"], ["code", "PG"], ["name", "Perugia"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2250 AND "regions"."code" = ? LIMIT ? [["code", "TR"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TR"], ["region_id", 2250], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2250], ["category", "province"], ["code", "TR"], ["name", "Terni"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "57"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "57"], ["region_id", 2183], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2183], ["category", "region"], ["code", "57"], ["name", "Marche"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2253 AND "regions"."code" = ? LIMIT ? [["code", "AN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AN"], ["region_id", 2253], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2253], ["category", "province"], ["code", "AN"], ["name", "Ancona"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2253 AND "regions"."code" = ? LIMIT ? [["code", "AP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AP"], ["region_id", 2253], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2253], ["category", "province"], ["code", "AP"], ["name", "Ascoli Piceno"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2253 AND "regions"."code" = ? LIMIT ? [["code", "FM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FM"], ["region_id", 2253], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2253], ["category", "province"], ["code", "FM"], ["name", "Fermo"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2253 AND "regions"."code" = ? LIMIT ? [["code", "MC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MC"], ["region_id", 2253], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2253], ["category", "province"], ["code", "MC"], ["name", "Macerata"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2253 AND "regions"."code" = ? LIMIT ? [["code", "PU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PU"], ["region_id", 2253], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2253], ["category", "province"], ["code", "PU"], ["name", "Pesaro e Urbino"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "62"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "62"], ["region_id", 2183], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2183], ["category", "region"], ["code", "62"], ["name", "Lazio"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2259 AND "regions"."code" = ? LIMIT ? [["code", "FR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FR"], ["region_id", 2259], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2259], ["category", "province"], ["code", "FR"], ["name", "Frosinone"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2259 AND "regions"."code" = ? LIMIT ? [["code", "LT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LT"], ["region_id", 2259], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2259], ["category", "province"], ["code", "LT"], ["name", "Latina"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2259 AND "regions"."code" = ? LIMIT ? [["code", "RI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RI"], ["region_id", 2259], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2259], ["category", "province"], ["code", "RI"], ["name", "Rieti"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2259 AND "regions"."code" = ? LIMIT ? [["code", "RM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RM"], ["region_id", 2259], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2259], ["category", "province"], ["code", "RM"], ["name", "Roma"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2259 AND "regions"."code" = ? LIMIT ? [["code", "VT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VT"], ["region_id", 2259], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2259], ["category", "province"], ["code", "VT"], ["name", "Viterbo"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "65"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "65"], ["region_id", 2183], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2183], ["category", "region"], ["code", "65"], ["name", "Abruzzo"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2265 AND "regions"."code" = ? LIMIT ? [["code", "CH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CH"], ["region_id", 2265], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2265], ["category", "province"], ["code", "CH"], ["name", "Chieti"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2265 AND "regions"."code" = ? LIMIT ? [["code", "AQ"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AQ"], ["region_id", 2265], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2265], ["category", "province"], ["code", "AQ"], ["name", "L'Aquila"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2265 AND "regions"."code" = ? LIMIT ? [["code", "PE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PE"], ["region_id", 2265], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2265], ["category", "province"], ["code", "PE"], ["name", "Pescara"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2265 AND "regions"."code" = ? LIMIT ? [["code", "TE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TE"], ["region_id", 2265], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2265], ["category", "province"], ["code", "TE"], ["name", "Teramo"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "67"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "67"], ["region_id", 2183], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2183], ["category", "region"], ["code", "67"], ["name", "Molise"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2270 AND "regions"."code" = ? LIMIT ? [["code", "CB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CB"], ["region_id", 2270], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2270], ["category", "province"], ["code", "CB"], ["name", "Campobasso"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2270 AND "regions"."code" = ? LIMIT ? [["code", "IS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IS"], ["region_id", 2270], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2270], ["category", "province"], ["code", "IS"], ["name", "Isernia"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "72"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "72"], ["region_id", 2183], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2183], ["category", "region"], ["code", "72"], ["name", "Campania"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2273 AND "regions"."code" = ? LIMIT ? [["code", "AV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AV"], ["region_id", 2273], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2273], ["category", "province"], ["code", "AV"], ["name", "Avellino"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2273 AND "regions"."code" = ? LIMIT ? [["code", "BN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BN"], ["region_id", 2273], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2273], ["category", "province"], ["code", "BN"], ["name", "Benevento"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2273 AND "regions"."code" = ? LIMIT ? [["code", "CE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CE"], ["region_id", 2273], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2273], ["category", "province"], ["code", "CE"], ["name", "Caserta"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2273 AND "regions"."code" = ? LIMIT ? [["code", "NA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NA"], ["region_id", 2273], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2273], ["category", "province"], ["code", "NA"], ["name", "Napoli"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2273 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["region_id", 2273], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2273], ["category", "province"], ["code", "SA"], ["name", "Salerno"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "75"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "75"], ["region_id", 2183], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2183], ["category", "region"], ["code", "75"], ["name", "Puglia"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2279 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["region_id", 2279], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2279], ["category", "province"], ["code", "BA"], ["name", "Bari"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2279 AND "regions"."code" = ? LIMIT ? [["code", "BT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BT"], ["region_id", 2279], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2279], ["category", "province"], ["code", "BT"], ["name", "Barletta-Andria-Trani"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2279 AND "regions"."code" = ? LIMIT ? [["code", "BR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BR"], ["region_id", 2279], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2279], ["category", "province"], ["code", "BR"], ["name", "Brindisi"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2279 AND "regions"."code" = ? LIMIT ? [["code", "FG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FG"], ["region_id", 2279], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2279], ["category", "province"], ["code", "FG"], ["name", "Foggia"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2279 AND "regions"."code" = ? LIMIT ? [["code", "LE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LE"], ["region_id", 2279], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2279], ["category", "province"], ["code", "LE"], ["name", "Lecce"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2279 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["region_id", 2279], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2279], ["category", "province"], ["code", "TA"], ["name", "Taranto"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "77"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "77"], ["region_id", 2183], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2183], ["category", "region"], ["code", "77"], ["name", "Basilicata"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2286 AND "regions"."code" = ? LIMIT ? [["code", "MT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MT"], ["region_id", 2286], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2286], ["category", "province"], ["code", "MT"], ["name", "Matera"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2286 AND "regions"."code" = ? LIMIT ? [["code", "PZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PZ"], ["region_id", 2286], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2286], ["category", "province"], ["code", "PZ"], ["name", "Potenza"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "78"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "78"], ["region_id", 2183], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2183], ["category", "region"], ["code", "78"], ["name", "Calabria"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2289 AND "regions"."code" = ? LIMIT ? [["code", "CZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CZ"], ["region_id", 2289], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2289], ["category", "province"], ["code", "CZ"], ["name", "Catanzaro"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2289 AND "regions"."code" = ? LIMIT ? [["code", "CS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CS"], ["region_id", 2289], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2289], ["category", "province"], ["code", "CS"], ["name", "Cosenza"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2289 AND "regions"."code" = ? LIMIT ? [["code", "KR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KR"], ["region_id", 2289], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2289], ["category", "province"], ["code", "KR"], ["name", "Crotone"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2289 AND "regions"."code" = ? LIMIT ? [["code", "RC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RC"], ["region_id", 2289], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2289], ["category", "province"], ["code", "RC"], ["name", "Reggio Calabria"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2289 AND "regions"."code" = ? LIMIT ? [["code", "VV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VV"], ["region_id", 2289], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2289], ["category", "province"], ["code", "VV"], ["name", "Vibo Valentia"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "82"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "82"], ["region_id", 2183], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2183], ["category", "region"], ["code", "82"], ["name", "Sicilia"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2295 AND "regions"."code" = ? LIMIT ? [["code", "AG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AG"], ["region_id", 2295], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2295], ["category", "province"], ["code", "AG"], ["name", "Agrigento"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2295 AND "regions"."code" = ? LIMIT ? [["code", "CL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CL"], ["region_id", 2295], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2295], ["category", "province"], ["code", "CL"], ["name", "Caltanissetta"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2295 AND "regions"."code" = ? LIMIT ? [["code", "CT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CT"], ["region_id", 2295], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2295], ["category", "province"], ["code", "CT"], ["name", "Catania"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2295 AND "regions"."code" = ? LIMIT ? [["code", "EN"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EN"], ["region_id", 2295], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2295], ["category", "province"], ["code", "EN"], ["name", "Enna"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2295 AND "regions"."code" = ? LIMIT ? [["code", "ME"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ME"], ["region_id", 2295], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2295], ["category", "province"], ["code", "ME"], ["name", "Messina"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2295 AND "regions"."code" = ? LIMIT ? [["code", "PA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PA"], ["region_id", 2295], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2295], ["category", "province"], ["code", "PA"], ["name", "Palermo"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2295 AND "regions"."code" = ? LIMIT ? [["code", "RG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RG"], ["region_id", 2295], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2295], ["category", "province"], ["code", "RG"], ["name", "Ragusa"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2295 AND "regions"."code" = ? LIMIT ? [["code", "SR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SR"], ["region_id", 2295], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2295], ["category", "province"], ["code", "SR"], ["name", "Siracusa"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2295 AND "regions"."code" = ? LIMIT ? [["code", "TP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TP"], ["region_id", 2295], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2295], ["category", "province"], ["code", "TP"], ["name", "Trapani"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "88"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "88"], ["region_id", 2183], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2183], ["category", "region"], ["code", "88"], ["name", "Sardegna"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2305 AND "regions"."code" = ? LIMIT ? [["code", "CA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CA"], ["region_id", 2305], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2305], ["category", "province"], ["code", "CA"], ["name", "Cagliari"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2305 AND "regions"."code" = ? LIMIT ? [["code", "CI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CI"], ["region_id", 2305], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2305], ["category", "province"], ["code", "CI"], ["name", "Carbonia-Iglesias"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2305 AND "regions"."code" = ? LIMIT ? [["code", "VS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VS"], ["region_id", 2305], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2305], ["category", "province"], ["code", "VS"], ["name", "Medio Campidano"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2305 AND "regions"."code" = ? LIMIT ? [["code", "NU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NU"], ["region_id", 2305], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2305], ["category", "province"], ["code", "NU"], ["name", "Nuoro"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2305 AND "regions"."code" = ? LIMIT ? [["code", "OG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OG"], ["region_id", 2305], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2305], ["category", "province"], ["code", "OG"], ["name", "Ogliastra"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2305 AND "regions"."code" = ? LIMIT ? [["code", "OT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OT"], ["region_id", 2305], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2305], ["category", "province"], ["code", "OT"], ["name", "Olbia-Tempio"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2305 AND "regions"."code" = ? LIMIT ? [["code", "OR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OR"], ["region_id", 2305], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2305], ["category", "province"], ["code", "OR"], ["name", "Oristano"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2305 AND "regions"."code" = ? LIMIT ? [["code", "SS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SS"], ["region_id", 2305], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2305], ["category", "province"], ["code", "SS"], ["name", "Sassari"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "JE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "JE"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "JE"], ["name", "Jersey"], ["alpha_3_code", "JEY"], ["numeric_code", 832], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "JM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "JM"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "JM"], ["name", "Jamaica"], ["alpha_3_code", "JAM"], ["numeric_code", 388], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 2315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2315], ["category", "parish"], ["code", "01"], ["name", "Kingston"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 2315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2315], ["category", "parish"], ["code", "02"], ["name", "Saint Andrew"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 2315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2315], ["category", "parish"], ["code", "03"], ["name", "Saint Thomas"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 2315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2315], ["category", "parish"], ["code", "04"], ["name", "Portland"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 2315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2315], ["category", "parish"], ["code", "05"], ["name", "Saint Mary"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 2315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2315], ["category", "parish"], ["code", "06"], ["name", "Saint Ann"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 2315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2315], ["category", "parish"], ["code", "07"], ["name", "Trelawny"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 2315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2315], ["category", "parish"], ["code", "08"], ["name", "Saint James"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 2315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2315], ["category", "parish"], ["code", "09"], ["name", "Hanover"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 2315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2315], ["category", "parish"], ["code", "10"], ["name", "Westmoreland"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 2315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2315], ["category", "parish"], ["code", "11"], ["name", "Saint Elizabeth"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 2315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2315], ["category", "parish"], ["code", "12"], ["name", "Manchester"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 2315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2315], ["category", "parish"], ["code", "13"], ["name", "Clarendon"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 2315], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2315], ["category", "parish"], ["code", "14"], ["name", "Saint Catherine"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "JO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "JO"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "JO"], ["name", "Jordan"], ["alpha_3_code", "JOR"], ["numeric_code", 400], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2330 AND "regions"."code" = ? LIMIT ? [["code", "AJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AJ"], ["region_id", 2330], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2330], ["category", "governorate"], ["code", "AJ"], ["name", "‘Ajlūn"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2330 AND "regions"."code" = ? LIMIT ? [["code", "AM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AM"], ["region_id", 2330], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2330], ["category", "governorate"], ["code", "AM"], ["name", "‘Ammān (Al ‘Aşimah)"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2330 AND "regions"."code" = ? LIMIT ? [["code", "AQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AQ"], ["region_id", 2330], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2330], ["category", "governorate"], ["code", "AQ"], ["name", "Al ‘Aqabah"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2330 AND "regions"."code" = ? LIMIT ? [["code", "AT"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AT"], ["region_id", 2330], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2330], ["category", "governorate"], ["code", "AT"], ["name", "Aţ Ţafīlah"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2330 AND "regions"."code" = ? LIMIT ? [["code", "AZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AZ"], ["region_id", 2330], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2330], ["category", "governorate"], ["code", "AZ"], ["name", "Az Zarqā'"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2330 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["region_id", 2330], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2330], ["category", "governorate"], ["code", "BA"], ["name", "Al Balqā'"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2330 AND "regions"."code" = ? LIMIT ? [["code", "IR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IR"], ["region_id", 2330], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2330], ["category", "governorate"], ["code", "IR"], ["name", "Irbid"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2330 AND "regions"."code" = ? LIMIT ? [["code", "JA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JA"], ["region_id", 2330], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2330], ["category", "governorate"], ["code", "JA"], ["name", "Jarash"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2330 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["region_id", 2330], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2330], ["category", "governorate"], ["code", "KA"], ["name", "Al Karak"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2330 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["region_id", 2330], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2330], ["category", "governorate"], ["code", "MA"], ["name", "Al Mafraq"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2330 AND "regions"."code" = ? LIMIT ? [["code", "MD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MD"], ["region_id", 2330], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2330], ["category", "governorate"], ["code", "MD"], ["name", "Mādabā"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2330 AND "regions"."code" = ? LIMIT ? [["code", "MN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MN"], ["region_id", 2330], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2330], ["category", "governorate"], ["code", "MN"], ["name", "Ma‘ān"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "JP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "JP"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "JP"], ["name", "Japan"], ["alpha_3_code", "JPN"], ["numeric_code", 392], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "01"], ["name", "Hokkaido"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "02"], ["name", "Aomori"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "03"], ["name", "Iwate"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "04"], ["name", "Miyagi"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "05"], ["name", "Akita"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "06"], ["name", "Yamagata"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "07"], ["name", "Fukushima"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "08"], ["name", "Ibaraki"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "09"], ["name", "Tochigi"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "10"], ["name", "Gunma"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "11"], ["name", "Saitama"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "12"], ["name", "Chiba"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "13"], ["name", "Tokyo"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "14"], ["name", "Kanagawa"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "15"], ["name", "Niigata"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "16"], ["name", "Toyama"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "17"], ["name", "Ishikawa"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "18"], ["name", "Fukui"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "19"], ["name", "Yamanashi"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "20"], ["name", "Nagano"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "21"], ["name", "Gifu"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "22"], ["name", "Shizuoka"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "23"], ["name", "Aichi"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "24"], ["name", "Mie"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "25"], ["name", "Shiga"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["region_id", 2343], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "26"], ["name", "Kyoto"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (9.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "27"], ["name", "Osaka"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (5.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "28"], ["name", "Hyogo"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "29"], ["name", "Nara"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "30"], ["name", "Wakayama"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "31"], ["name", "Tottori"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "32"], ["name", "Shimane"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "33"], ["name", "Okayama"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "34"], ["name", "Hiroshima"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "35"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "35"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "35"], ["name", "Yamaguchi"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "36"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "36"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "36"], ["name", "Tokushima"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "37"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "37"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "37"], ["name", "Kagawa"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "38"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "38"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "38"], ["name", "Ehime"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "39"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "39"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "39"], ["name", "Kochi"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "40"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "40"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "40"], ["name", "Fukuoka"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "41"], ["name", "Saga"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "42"], ["name", "Nagasaki"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "43"], ["name", "Kumamoto"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "44"], ["name", "Oita"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "45"], ["name", "Miyazaki"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "46"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "46"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "46"], ["name", "Kagoshima"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "47"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "47"], ["region_id", 2343], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2343], ["category", "prefecture"], ["code", "47"], ["name", "Okinawa"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "KE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "KE"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "KE"], ["name", "Kenya"], ["alpha_3_code", "KEN"], ["numeric_code", 404], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2391 AND "regions"."code" = ? LIMIT ? [["code", "110"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "110"], ["region_id", 2391], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2391], ["category", "province"], ["code", "110"], ["name", "Nairobi Municipality"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2391 AND "regions"."code" = ? LIMIT ? [["code", "200"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "200"], ["region_id", 2391], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2391], ["category", "province"], ["code", "200"], ["name", "Central"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2391 AND "regions"."code" = ? LIMIT ? [["code", "300"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "300"], ["region_id", 2391], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2391], ["category", "province"], ["code", "300"], ["name", "Coast"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2391 AND "regions"."code" = ? LIMIT ? [["code", "400"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "400"], ["region_id", 2391], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2391], ["category", "province"], ["code", "400"], ["name", "Eastern"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2391 AND "regions"."code" = ? LIMIT ? [["code", "500"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "500"], ["region_id", 2391], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2391], ["category", "province"], ["code", "500"], ["name", "North-Eastern Kaskazini Mashariki"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2391 AND "regions"."code" = ? LIMIT ? [["code", "700"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "700"], ["region_id", 2391], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2391], ["category", "province"], ["code", "700"], ["name", "Rift Valley"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2391 AND "regions"."code" = ? LIMIT ? [["code", "800"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "800"], ["region_id", 2391], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2391], ["category", "province"], ["code", "800"], ["name", "Western Magharibi"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "KG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "KG"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "KG"], ["name", "Kyrgyzstan"], ["alpha_3_code", "KGZ"], ["numeric_code", 417], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2399 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["region_id", 2399], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2399], ["category", "region"], ["code", "B"], ["name", "Batken"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2399 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["region_id", 2399], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2399], ["category", "region"], ["code", "C"], ["name", "Chü"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2399 AND "regions"."code" = ? LIMIT ? [["code", "GB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GB"], ["region_id", 2399], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2399], ["category", "city"], ["code", "GB"], ["name", "Bishkek"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2399 AND "regions"."code" = ? LIMIT ? [["code", "J"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "J"], ["region_id", 2399], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2399], ["category", "region"], ["code", "J"], ["name", "Jalal-Abad"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2399 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["region_id", 2399], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2399], ["category", "region"], ["code", "N"], ["name", "Naryn"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2399 AND "regions"."code" = ? LIMIT ? [["code", "O"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "O"], ["region_id", 2399], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2399], ["category", "region"], ["code", "O"], ["name", "Osh"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2399 AND "regions"."code" = ? LIMIT ? [["code", "T"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "T"], ["region_id", 2399], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2399], ["category", "region"], ["code", "T"], ["name", "Talas"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2399 AND "regions"."code" = ? LIMIT ? [["code", "Y"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "Y"], ["region_id", 2399], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2399], ["category", "region"], ["code", "Y"], ["name", "Ysyk-Köl"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "KH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "KH"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "KH"], ["name", "Cambodia"], ["alpha_3_code", "KHM"], ["numeric_code", 116], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "1"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "1"], ["region_id", 2408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2408], ["category", "province"], ["code", "1"], ["name", "Banteay Mean Chey"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 2408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2408], ["category", "province"], ["code", "10"], ["name", "Krachoh"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 2408], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2408], ["category", "province"], ["code", "11"], ["name", "Mondol Kiri"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 2408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2408], ["category", "autonomous municipality"], ["code", "12"], ["name", "Phnom Penh"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 2408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2408], ["category", "province"], ["code", "13"], ["name", "Preah Vihear"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 2408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2408], ["category", "province"], ["code", "14"], ["name", "Prey Veaeng"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 2408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2408], ["category", "province"], ["code", "15"], ["name", "Pousaat"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 2408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2408], ["category", "province"], ["code", "16"], ["name", "Rotanak Kiri"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 2408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2408], ["category", "province"], ["code", "17"], ["name", "Siem Reab"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["region_id", 2408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2408], ["category", "autonomous municipality"], ["code", "18"], ["name", "Krong Preah Sihanouk"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["region_id", 2408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2408], ["category", "province"], ["code", "19"], ["name", "Stueng Traeng"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "2"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "2"], ["region_id", 2408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2408], ["category", "province"], ["code", "2"], ["name", "Battambang"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["region_id", 2408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2408], ["category", "province"], ["code", "20"], ["name", "Svaay Rieng"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 2408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2408], ["category", "province"], ["code", "21"], ["name", "Taakaev"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["region_id", 2408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2408], ["category", "province"], ["code", "22"], ["name", "Otdar Mean Chey"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["region_id", 2408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2408], ["category", "autonomous municipality"], ["code", "23"], ["name", "Krong Kaeb"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["region_id", 2408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2408], ["category", "autonomous municipality"], ["code", "24"], ["name", "Krong Pailin"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "3"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "3"], ["region_id", 2408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2408], ["category", "province"], ["code", "3"], ["name", "Kampong Cham"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "4"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "4"], ["region_id", 2408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2408], ["category", "province"], ["code", "4"], ["name", "Kampong Chhnang"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "5"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "5"], ["region_id", 2408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2408], ["category", "province"], ["code", "5"], ["name", "Kampong Speu"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "6"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "6"], ["region_id", 2408], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2408], ["category", "province"], ["code", "6"], ["name", "Kampong Thom"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "7"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "7"], ["region_id", 2408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2408], ["category", "province"], ["code", "7"], ["name", "Kampot"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.8ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "8"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "8"], ["region_id", 2408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2408], ["category", "province"], ["code", "8"], ["name", "Kandal"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "9"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "9"], ["region_id", 2408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2408], ["category", "province"], ["code", "9"], ["name", "Kach Kong"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "KI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "KI"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "KI"], ["name", "Kiribati"], ["alpha_3_code", "KIR"], ["numeric_code", 296], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2433 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["region_id", 2433], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2433], ["category", "island group"], ["code", "G"], ["name", "Gilbert Islands"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2433 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["region_id", 2433], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2433], ["category", "island group"], ["code", "L"], ["name", "Line Islands"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2433 AND "regions"."code" = ? LIMIT ? [["code", "P"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "P"], ["region_id", 2433], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2433], ["category", "island group"], ["code", "P"], ["name", "Phoenix Islands"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "KM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "KM"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "KM"], ["name", "Comoros"], ["alpha_3_code", "COM"], ["numeric_code", 174], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2437 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["region_id", 2437], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2437], ["category", "island"], ["code", "A"], ["name", "Andjouân (Anjwān)"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2437 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["region_id", 2437], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2437], ["category", "island"], ["code", "G"], ["name", "Andjazîdja (Anjazījah)"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2437 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["region_id", 2437], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2437], ["category", "island"], ["code", "M"], ["name", "Moûhîlî (Mūhīlī)"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "KN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "KN"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "KN"], ["name", "Saint Kitts and Nevis"], ["alpha_3_code", "KNA"], ["numeric_code", 659], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2441 AND "regions"."code" = ? LIMIT ? [["code", "K"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "K"], ["region_id", 2441], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2441], ["category", "state"], ["code", "K"], ["name", "Saint Kitts"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2442 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 2442], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2442], ["category", "parish"], ["code", "01"], ["name", "Christ Church Nichola Town"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2442 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 2442], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2442], ["category", "parish"], ["code", "02"], ["name", "Saint Anne Sandy Point"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2442 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 2442], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2442], ["category", "parish"], ["code", "03"], ["name", "Saint George Basseterre"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2442 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 2442], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2442], ["category", "parish"], ["code", "06"], ["name", "Saint John Capisterre"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2442 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 2442], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2442], ["category", "parish"], ["code", "08"], ["name", "Saint Mary Cayon"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2442 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 2442], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2442], ["category", "parish"], ["code", "09"], ["name", "Saint Paul Capisterre"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2442 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 2442], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2442], ["category", "parish"], ["code", "11"], ["name", "Saint Peter Basseterre"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2442 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 2442], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2442], ["category", "parish"], ["code", "13"], ["name", "Saint Thomas Middle Island"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2442 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 2442], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2442], ["category", "parish"], ["code", "15"], ["name", "Trinity Palmetto Point"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2441 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["region_id", 2441], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2441], ["category", "state"], ["code", "N"], ["name", "Nevis"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2452 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 2452], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2452], ["category", "parish"], ["code", "04"], ["name", "Saint George Gingerland"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2452 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 2452], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2452], ["category", "parish"], ["code", "05"], ["name", "Saint James Windward"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2452 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 2452], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2452], ["category", "parish"], ["code", "07"], ["name", "Saint John Figtree"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2452 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 2452], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2452], ["category", "parish"], ["code", "10"], ["name", "Saint Paul Charlestown"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2452 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 2452], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2452], ["category", "parish"], ["code", "12"], ["name", "Saint Thomas Lowland"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "KP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "KP"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "KP"], ["name", "Korea, Democratic People's Republic of"], ["alpha_3_code", "PRK"], ["numeric_code", 408], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2458 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 2458], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2458], ["category", "capital city"], ["code", "01"], ["name", "P’yŏngyang"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2458 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 2458], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2458], ["category", "province"], ["code", "02"], ["name", "P’yŏngan-namdo"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2458 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 2458], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2458], ["category", "province"], ["code", "03"], ["name", "P’yŏngan-bukto"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2458 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 2458], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2458], ["category", "province"], ["code", "04"], ["name", "Chagang-do"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2458 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 2458], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2458], ["category", "province"], ["code", "05"], ["name", "Hwanghae-namdo"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2458 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 2458], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2458], ["category", "province"], ["code", "06"], ["name", "Hwanghae-bukto"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2458 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 2458], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2458], ["category", "province"], ["code", "07"], ["name", "Kangwŏn-do"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2458 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 2458], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2458], ["category", "province"], ["code", "08"], ["name", "Hamgyŏng-namdo"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2458 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 2458], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2458], ["category", "province"], ["code", "09"], ["name", "Hamgyŏng-bukto"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2458 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 2458], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2458], ["category", "province"], ["code", "10"], ["name", "Yanggang-do"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2458 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 2458], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2458], ["category", "special city"], ["code", "13"], ["name", "Nasŏn (Najin-Sŏnbong)"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "KR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "KR"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "KR"], ["name", "Korea, Republic of"], ["alpha_3_code", "KOR"], ["numeric_code", 410], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 2470], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2470], ["category", "capital metropolitan city"], ["code", "11"], ["name", "Seoul Teugbyeolsi"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["region_id", 2470], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2470], ["category", "metropolitan cities"], ["code", "26"], ["name", "Busan Gwang'yeogsi"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["region_id", 2470], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2470], ["category", "metropolitan cities"], ["code", "27"], ["name", "Daegu Gwang'yeogsi"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["region_id", 2470], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2470], ["category", "metropolitan cities"], ["code", "28"], ["name", "Incheon Gwang'yeogsi"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["region_id", 2470], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2470], ["category", "metropolitan cities"], ["code", "29"], ["name", "Gwangju Gwang'yeogsi"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["region_id", 2470], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2470], ["category", "metropolitan cities"], ["code", "30"], ["name", "Daejeon Gwang'yeogsi"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["region_id", 2470], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2470], ["category", "metropolitan cities"], ["code", "31"], ["name", "Ulsan Gwang'yeogsi"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["region_id", 2470], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2470], ["category", "province"], ["code", "41"], ["name", "Gyeonggido"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["region_id", 2470], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2470], ["category", "province"], ["code", "42"], ["name", "Gang'weondo"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["region_id", 2470], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2470], ["category", "province"], ["code", "43"], ["name", "Chungcheongbukdo"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["region_id", 2470], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2470], ["category", "province"], ["code", "44"], ["name", "Chungcheongnamdo"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["region_id", 2470], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2470], ["category", "province"], ["code", "45"], ["name", "Jeonrabukdo"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "46"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "46"], ["region_id", 2470], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2470], ["category", "province"], ["code", "46"], ["name", "Jeonranamdo"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "47"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "47"], ["region_id", 2470], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2470], ["category", "province"], ["code", "47"], ["name", "Gyeongsangbukdo"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "48"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "48"], ["region_id", 2470], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2470], ["category", "province"], ["code", "48"], ["name", "Gyeongsangnamdo"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "49"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "49"], ["region_id", 2470], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2470], ["category", "province"], ["code", "49"], ["name", "Jejudo"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "KW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "KW"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "KW"], ["name", "Kuwait"], ["alpha_3_code", "KWT"], ["numeric_code", 414], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2487 AND "regions"."code" = ? LIMIT ? [["code", "AH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AH"], ["region_id", 2487], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2487], ["category", "governorate"], ["code", "AH"], ["name", "Al Ahmadi"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2487 AND "regions"."code" = ? LIMIT ? [["code", "FA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FA"], ["region_id", 2487], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2487], ["category", "governorate"], ["code", "FA"], ["name", "Al Farwānīyah"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2487 AND "regions"."code" = ? LIMIT ? [["code", "HA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HA"], ["region_id", 2487], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2487], ["category", "governorate"], ["code", "HA"], ["name", "Hawallī"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2487 AND "regions"."code" = ? LIMIT ? [["code", "JA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JA"], ["region_id", 2487], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2487], ["category", "governorate"], ["code", "JA"], ["name", "Al Jahrrā’"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2487 AND "regions"."code" = ? LIMIT ? [["code", "KU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KU"], ["region_id", 2487], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2487], ["category", "governorate"], ["code", "KU"], ["name", "Al Kuwayt (Al ‘Āşimah)"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2487 AND "regions"."code" = ? LIMIT ? [["code", "MU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MU"], ["region_id", 2487], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2487], ["category", "governorate"], ["code", "MU"], ["name", "Mubārak al Kabīr"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "KY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "KY"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "KY"], ["name", "Cayman Islands"], ["alpha_3_code", "CYM"], ["numeric_code", 136], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "KZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "KZ"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "KZ"], ["name", "Kazakhstan"], ["alpha_3_code", "KAZ"], ["numeric_code", 398], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "AKM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AKM"], ["region_id", 2495], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2495], ["category", "region"], ["code", "AKM"], ["name", "Aqmola oblysy"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "AKT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AKT"], ["region_id", 2495], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2495], ["category", "region"], ["code", "AKT"], ["name", "Aqtöbe oblysy"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "ALA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ALA"], ["region_id", 2495], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2495], ["category", "city"], ["code", "ALA"], ["name", "Almaty"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "ALM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ALM"], ["region_id", 2495], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2495], ["category", "region"], ["code", "ALM"], ["name", "Almaty oblysy"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.6ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "AST"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AST"], ["region_id", 2495], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2495], ["category", "city"], ["code", "AST"], ["name", "Astana"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "ATY"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ATY"], ["region_id", 2495], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2495], ["category", "region"], ["code", "ATY"], ["name", "Atyraū oblysy"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "KAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KAR"], ["region_id", 2495], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2495], ["category", "region"], ["code", "KAR"], ["name", "Qaraghandy oblysy"], ["created_at", 2016-11-21 00:08:53 UTC], ["updated_at", 2016-11-21 00:08:53 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "KUS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KUS"], ["region_id", 2495], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2495], ["category", "region"], ["code", "KUS"], ["name", "Qostanay oblysy"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "KZY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KZY"], ["region_id", 2495], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2495], ["category", "region"], ["code", "KZY"], ["name", "Qyzylorda oblysy"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "MAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MAN"], ["region_id", 2495], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2495], ["category", "region"], ["code", "MAN"], ["name", "Mangghystaū oblysy"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "PAV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PAV"], ["region_id", 2495], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2495], ["category", "region"], ["code", "PAV"], ["name", "Pavlodar oblysy"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "SEV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SEV"], ["region_id", 2495], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2495], ["category", "region"], ["code", "SEV"], ["name", "Soltüstik Quzaqstan oblysy"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "VOS"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VOS"], ["region_id", 2495], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2495], ["category", "region"], ["code", "VOS"], ["name", "Shyghys Qazaqstan oblysy"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "YUZ"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "YUZ"], ["region_id", 2495], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2495], ["category", "region"], ["code", "YUZ"], ["name", "Ongtüstik Qazaqstan oblysy"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "ZAP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZAP"], ["region_id", 2495], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2495], ["category", "region"], ["code", "ZAP"], ["name", "Batys Quzaqstan oblysy"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "ZHA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZHA"], ["region_id", 2495], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2495], ["category", "region"], ["code", "ZHA"], ["name", "Zhambyl oblysy"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "LA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "LA"], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "LA"], ["name", "Lao People's Democratic Republic"], ["alpha_3_code", "LAO"], ["numeric_code", 418], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "AT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AT"], ["region_id", 2512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2512], ["category", "province"], ["code", "AT"], ["name", "Attapu"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "BK"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BK"], ["region_id", 2512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2512], ["category", "province"], ["code", "BK"], ["name", "Bokèo"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "BL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BL"], ["region_id", 2512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2512], ["category", "province"], ["code", "BL"], ["name", "Bolikhamxai"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "CH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CH"], ["region_id", 2512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2512], ["category", "province"], ["code", "CH"], ["name", "Champasak"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "HO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HO"], ["region_id", 2512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2512], ["category", "province"], ["code", "HO"], ["name", "Houaphan"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "KH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KH"], ["region_id", 2512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2512], ["category", "province"], ["code", "KH"], ["name", "Khammouan"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "LM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LM"], ["region_id", 2512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2512], ["category", "province"], ["code", "LM"], ["name", "Louang Namtha"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "LP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LP"], ["region_id", 2512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2512], ["category", "province"], ["code", "LP"], ["name", "Louangphabang"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "OU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OU"], ["region_id", 2512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2512], ["category", "province"], ["code", "OU"], ["name", "Oudômxai"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "PH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PH"], ["region_id", 2512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2512], ["category", "province"], ["code", "PH"], ["name", "Phôngsali"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "SL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SL"], ["region_id", 2512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2512], ["category", "province"], ["code", "SL"], ["name", "Salavan"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "SV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SV"], ["region_id", 2512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2512], ["category", "province"], ["code", "SV"], ["name", "Savannakhét"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "VI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VI"], ["region_id", 2512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2512], ["category", "province"], ["code", "VI"], ["name", "Vientiane"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "VT"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VT"], ["region_id", 2512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2512], ["category", "prefecture"], ["code", "VT"], ["name", "Vientiane"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "XA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "XA"], ["region_id", 2512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2512], ["category", "province"], ["code", "XA"], ["name", "Xaignabouli"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "XE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "XE"], ["region_id", 2512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2512], ["category", "province"], ["code", "XE"], ["name", "Xékong"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "XI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "XI"], ["region_id", 2512], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2512], ["category", "province"], ["code", "XI"], ["name", "Xiangkhoang"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "XN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "XN"], ["region_id", 2512], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2512], ["category", "special zone"], ["code", "XN"], ["name", "Xiasômboun"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "LB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "LB"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "LB"], ["name", "Lebanon"], ["alpha_3_code", "LBN"], ["numeric_code", 422], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2531 AND "regions"."code" = ? LIMIT ? [["code", "AK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AK"], ["region_id", 2531], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2531], ["category", "governorate"], ["code", "AK"], ["name", "Aakkâr"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2531 AND "regions"."code" = ? LIMIT ? [["code", "AS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AS"], ["region_id", 2531], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2531], ["category", "governorate"], ["code", "AS"], ["name", "Liban-Nord"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2531 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["region_id", 2531], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2531], ["category", "governorate"], ["code", "BA"], ["name", "Beyrouth"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2531 AND "regions"."code" = ? LIMIT ? [["code", "BH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BH"], ["region_id", 2531], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2531], ["category", "governorate"], ["code", "BH"], ["name", "Baalbek-Hermel"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2531 AND "regions"."code" = ? LIMIT ? [["code", "BI"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BI"], ["region_id", 2531], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2531], ["category", "governorate"], ["code", "BI"], ["name", "Béqaa"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2531 AND "regions"."code" = ? LIMIT ? [["code", "JA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JA"], ["region_id", 2531], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2531], ["category", "governorate"], ["code", "JA"], ["name", "Liban-Sud"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2531 AND "regions"."code" = ? LIMIT ? [["code", "JL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JL"], ["region_id", 2531], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2531], ["category", "governorate"], ["code", "JL"], ["name", "Mont-Liban"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2531 AND "regions"."code" = ? LIMIT ? [["code", "NA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NA"], ["region_id", 2531], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2531], ["category", "governorate"], ["code", "NA"], ["name", "Nabatîyé"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "LC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "LC"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "LC"], ["name", "Saint Lucia"], ["alpha_3_code", "LCA"], ["numeric_code", 662], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "LI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "LI"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "LI"], ["name", "Liechtenstein"], ["alpha_3_code", "LIE"], ["numeric_code", 438], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2541 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 2541], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2541], ["category", "commune"], ["code", "01"], ["name", "Balzers"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2541 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 2541], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2541], ["category", "commune"], ["code", "02"], ["name", "Eschen"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2541 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 2541], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2541], ["category", "commune"], ["code", "03"], ["name", "Gamprin"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2541 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 2541], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2541], ["category", "commune"], ["code", "04"], ["name", "Mauren"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2541 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 2541], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2541], ["category", "commune"], ["code", "05"], ["name", "Planken"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2541 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 2541], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2541], ["category", "commune"], ["code", "06"], ["name", "Ruggell"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2541 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 2541], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2541], ["category", "commune"], ["code", "07"], ["name", "Schaan"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2541 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 2541], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2541], ["category", "commune"], ["code", "08"], ["name", "Schellenberg"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2541 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 2541], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2541], ["category", "commune"], ["code", "09"], ["name", "Triesen"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2541 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 2541], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2541], ["category", "commune"], ["code", "10"], ["name", "Triesenberg"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2541 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 2541], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2541], ["category", "commune"], ["code", "11"], ["name", "Vaduz"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "LK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "LK"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "LK"], ["name", "Sri Lanka"], ["alpha_3_code", "LKA"], ["numeric_code", 144], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2553 AND "regions"."code" = ? LIMIT ? [["code", "1"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "1"], ["region_id", 2553], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2553], ["category", "province"], ["code", "1"], ["name", "Basnāhira paḷāta"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2554 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 2554], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2554], ["category", "district"], ["code", "11"], ["name", "Kŏḷamba"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2554 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 2554], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2554], ["category", "district"], ["code", "12"], ["name", "Gampaha"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2554 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 2554], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2554], ["category", "district"], ["code", "13"], ["name", "Kaḷutara"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2553 AND "regions"."code" = ? LIMIT ? [["code", "2"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "2"], ["region_id", 2553], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2553], ["category", "province"], ["code", "2"], ["name", "Madhyama paḷāta"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2558 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 2558], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2558], ["category", "district"], ["code", "21"], ["name", "Mahanuvara"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2558 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["region_id", 2558], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2558], ["category", "district"], ["code", "22"], ["name", "Mātale"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2558 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["region_id", 2558], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2558], ["category", "district"], ["code", "23"], ["name", "Nuvara Ĕliya"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2553 AND "regions"."code" = ? LIMIT ? [["code", "3"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "3"], ["region_id", 2553], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2553], ["category", "province"], ["code", "3"], ["name", "Dakuṇu paḷāta"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2562 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["region_id", 2562], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2562], ["category", "district"], ["code", "31"], ["name", "Gālla"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2562 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["region_id", 2562], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2562], ["category", "district"], ["code", "33"], ["name", "Hambantŏṭa"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2562 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["region_id", 2562], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2562], ["category", "district"], ["code", "32"], ["name", "Mātara"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2553 AND "regions"."code" = ? LIMIT ? [["code", "4"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "4"], ["region_id", 2553], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2553], ["category", "province"], ["code", "4"], ["name", "Uturu paḷāta"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2566 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["region_id", 2566], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2566], ["category", "district"], ["code", "41"], ["name", "Yāpanaya"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2566 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["region_id", 2566], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2566], ["category", "district"], ["code", "42"], ["name", "Kilinŏchchi"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2566 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["region_id", 2566], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2566], ["category", "district"], ["code", "43"], ["name", "Mannārama"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2566 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["region_id", 2566], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2566], ["category", "district"], ["code", "45"], ["name", "Mulativ"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2566 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["region_id", 2566], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2566], ["category", "district"], ["code", "44"], ["name", "Vavuniyāva"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2553 AND "regions"."code" = ? LIMIT ? [["code", "5"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "5"], ["region_id", 2553], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2553], ["category", "province"], ["code", "5"], ["name", "Næ̆gĕnahira paḷāta"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2572 AND "regions"."code" = ? LIMIT ? [["code", "52"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "52"], ["region_id", 2572], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2572], ["category", "district"], ["code", "52"], ["name", "Ampāara"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2572 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["region_id", 2572], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2572], ["category", "district"], ["code", "51"], ["name", "Maḍakalapuva"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2572 AND "regions"."code" = ? LIMIT ? [["code", "53"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "53"], ["region_id", 2572], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2572], ["category", "district"], ["code", "53"], ["name", "Trikuṇāmalaya"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2553 AND "regions"."code" = ? LIMIT ? [["code", "6"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "6"], ["region_id", 2553], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2553], ["category", "province"], ["code", "6"], ["name", "Vayamba paḷāta"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2576 AND "regions"."code" = ? LIMIT ? [["code", "61"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "61"], ["region_id", 2576], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2576], ["category", "district"], ["code", "61"], ["name", "Kuruṇægala"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2576 AND "regions"."code" = ? LIMIT ? [["code", "62"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "62"], ["region_id", 2576], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2576], ["category", "district"], ["code", "62"], ["name", "Puttalama"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (1.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2553 AND "regions"."code" = ? LIMIT ? [["code", "7"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "7"], ["region_id", 2553], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2553], ["category", "province"], ["code", "7"], ["name", "Uturumæ̆da paḷāta"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2579 AND "regions"."code" = ? LIMIT ? [["code", "71"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "71"], ["region_id", 2579], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2579], ["category", "district"], ["code", "71"], ["name", "Anurādhapura"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2579 AND "regions"."code" = ? LIMIT ? [["code", "72"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "72"], ["region_id", 2579], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2579], ["category", "district"], ["code", "72"], ["name", "Pŏḷŏnnaruva"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2553 AND "regions"."code" = ? LIMIT ? [["code", "8"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "8"], ["region_id", 2553], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2553], ["category", "province"], ["code", "8"], ["name", "Ūva paḷāta"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2582 AND "regions"."code" = ? LIMIT ? [["code", "81"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "81"], ["region_id", 2582], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2582], ["category", "district"], ["code", "81"], ["name", "Badulla"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2582 AND "regions"."code" = ? LIMIT ? [["code", "82"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "82"], ["region_id", 2582], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2582], ["category", "district"], ["code", "82"], ["name", "Mŏṇarāgala"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2553 AND "regions"."code" = ? LIMIT ? [["code", "9"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "9"], ["region_id", 2553], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2553], ["category", "province"], ["code", "9"], ["name", "Sabaragamuva paḷāta"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2585 AND "regions"."code" = ? LIMIT ? [["code", "92"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "92"], ["region_id", 2585], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2585], ["category", "district"], ["code", "92"], ["name", "Kægalla"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2585 AND "regions"."code" = ? LIMIT ? [["code", "91"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "91"], ["region_id", 2585], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2585], ["category", "district"], ["code", "91"], ["name", "Ratnapura"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "LR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "LR"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "LR"], ["name", "Liberia"], ["alpha_3_code", "LBR"], ["numeric_code", 430], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "BG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BG"], ["region_id", 2588], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2588], ["category", "county"], ["code", "BG"], ["name", "Bong"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "BM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BM"], ["region_id", 2588], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2588], ["category", "county"], ["code", "BM"], ["name", "Bomi"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "CM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CM"], ["region_id", 2588], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2588], ["category", "county"], ["code", "CM"], ["name", "Grand Cape Mount"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "GB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GB"], ["region_id", 2588], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2588], ["category", "county"], ["code", "GB"], ["name", "Grand Bassa"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "GG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GG"], ["region_id", 2588], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2588], ["category", "county"], ["code", "GG"], ["name", "Grand Gedeh"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "GK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GK"], ["region_id", 2588], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2588], ["category", "county"], ["code", "GK"], ["name", "Grand Kru"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "LO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LO"], ["region_id", 2588], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2588], ["category", "county"], ["code", "LO"], ["name", "Lofa"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "MG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MG"], ["region_id", 2588], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2588], ["category", "county"], ["code", "MG"], ["name", "Margibi"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["region_id", 2588], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2588], ["category", "county"], ["code", "MO"], ["name", "Montserrado"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "MY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MY"], ["region_id", 2588], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2588], ["category", "county"], ["code", "MY"], ["name", "Maryland"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "NI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NI"], ["region_id", 2588], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2588], ["category", "county"], ["code", "NI"], ["name", "Nimba"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "RI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RI"], ["region_id", 2588], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2588], ["category", "county"], ["code", "RI"], ["name", "Rivercess"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "SI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SI"], ["region_id", 2588], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2588], ["category", "county"], ["code", "SI"], ["name", "Sinoe"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "LS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "LS"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "LS"], ["name", "Lesotho"], ["alpha_3_code", "LSO"], ["numeric_code", 426], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2602 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["region_id", 2602], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2602], ["category", "district"], ["code", "A"], ["name", "Maseru"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2602 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["region_id", 2602], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2602], ["category", "district"], ["code", "B"], ["name", "Butha-Buthe"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2602 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["region_id", 2602], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2602], ["category", "district"], ["code", "C"], ["name", "Leribe"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2602 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["region_id", 2602], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2602], ["category", "district"], ["code", "D"], ["name", "Berea"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2602 AND "regions"."code" = ? LIMIT ? [["code", "E"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "E"], ["region_id", 2602], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2602], ["category", "district"], ["code", "E"], ["name", "Mafeteng"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2602 AND "regions"."code" = ? LIMIT ? [["code", "F"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "F"], ["region_id", 2602], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2602], ["category", "district"], ["code", "F"], ["name", "Mohale's Hoek"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2602 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["region_id", 2602], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2602], ["category", "district"], ["code", "G"], ["name", "Quthing"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (3.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2602 AND "regions"."code" = ? LIMIT ? [["code", "H"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "H"], ["region_id", 2602], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2602], ["category", "district"], ["code", "H"], ["name", "Qacha's Nek"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (2.2ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2602 AND "regions"."code" = ? LIMIT ? [["code", "J"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "J"], ["region_id", 2602], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2602], ["category", "district"], ["code", "J"], ["name", "Mokhotlong"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (5.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2602 AND "regions"."code" = ? LIMIT ? [["code", "K"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "K"], ["region_id", 2602], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2602], ["category", "district"], ["code", "K"], ["name", "Thaba-Tseka"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "LT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "LT"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "LT"], ["name", "Lithuania"], ["alpha_3_code", "LTU"], ["numeric_code", 440], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2613 AND "regions"."code" = ? LIMIT ? [["code", "AL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AL"], ["region_id", 2613], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2613], ["category", "county"], ["code", "AL"], ["name", "Alytaus Apskritis"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2613 AND "regions"."code" = ? LIMIT ? [["code", "KL"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KL"], ["region_id", 2613], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2613], ["category", "county"], ["code", "KL"], ["name", "Klaipėdos Apskritis"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2613 AND "regions"."code" = ? LIMIT ? [["code", "KU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KU"], ["region_id", 2613], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2613], ["category", "county"], ["code", "KU"], ["name", "Kauno Apskritis"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2613 AND "regions"."code" = ? LIMIT ? [["code", "MR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MR"], ["region_id", 2613], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2613], ["category", "county"], ["code", "MR"], ["name", "Marijampolės Apskritis"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2613 AND "regions"."code" = ? LIMIT ? [["code", "PN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PN"], ["region_id", 2613], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2613], ["category", "county"], ["code", "PN"], ["name", "Panevėžio Apskritis"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2613 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["region_id", 2613], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2613], ["category", "county"], ["code", "SA"], ["name", "Šiaulių Apskritis"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2613 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["region_id", 2613], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2613], ["category", "county"], ["code", "TA"], ["name", "Tauragés Apskritis"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2613 AND "regions"."code" = ? LIMIT ? [["code", "TE"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TE"], ["region_id", 2613], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2613], ["category", "county"], ["code", "TE"], ["name", "Telšių Apskritis"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2613 AND "regions"."code" = ? LIMIT ? [["code", "UT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UT"], ["region_id", 2613], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2613], ["category", "county"], ["code", "UT"], ["name", "Utenos Apskritis"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2613 AND "regions"."code" = ? LIMIT ? [["code", "VL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VL"], ["region_id", 2613], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2613], ["category", "county"], ["code", "VL"], ["name", "Vilniaus Apskritis"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "LU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "LU"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "LU"], ["name", "Luxembourg"], ["alpha_3_code", "LUX"], ["numeric_code", 442], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2624 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["region_id", 2624], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2624], ["category", "district"], ["code", "D"], ["name", "Diekirch"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2624 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["region_id", 2624], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2624], ["category", "district"], ["code", "G"], ["name", "Grevenmacher"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2624 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["region_id", 2624], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2624], ["category", "district"], ["code", "L"], ["name", "Luxembourg"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "LV"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "LV"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "LV"], ["name", "Latvia"], ["alpha_3_code", "LVA"], ["numeric_code", 428], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "001"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "001"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "001"], ["name", "Aglonas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "002"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "002"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "002"], ["name", "Aizkraukles novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "003"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "003"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "003"], ["name", "Aizputes novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "004"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "004"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "004"], ["name", "Aknīstes novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "005"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "005"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "005"], ["name", "Alojas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "006"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "006"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "006"], ["name", "Alsungas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "007"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "007"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "007"], ["name", "Alūksnes novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "008"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "008"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "008"], ["name", "Amatas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "009"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "009"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "009"], ["name", "Apes novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "010"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "010"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "010"], ["name", "Auces novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "011"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "011"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "011"], ["name", "Ādažu novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "012"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "012"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "012"], ["name", "Babītes novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "013"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "013"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "013"], ["name", "Baldones novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "014"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "014"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "014"], ["name", "Baltinavas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "015"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "015"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "015"], ["name", "Balvu novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "016"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "016"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "016"], ["name", "Bauskas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "017"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "017"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "017"], ["name", "Beverīnas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "018"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "018"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "018"], ["name", "Brocēnu novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "019"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "019"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "019"], ["name", "Burtnieku novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "020"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "020"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "020"], ["name", "Carnikavas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "021"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "021"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "021"], ["name", "Cesvaines novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "022"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "022"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "022"], ["name", "Cēsu novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "023"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "023"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "023"], ["name", "Ciblas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "024"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "024"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "024"], ["name", "Dagdas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "025"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "025"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "025"], ["name", "Daugavpils novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "026"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "026"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "026"], ["name", "Dobeles novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "027"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "027"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "027"], ["name", "Dundagas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "028"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "028"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "028"], ["name", "Durbes novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "029"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "029"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "029"], ["name", "Engures novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "030"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "030"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "030"], ["name", "Ērgļu novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "031"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "031"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "031"], ["name", "Garkalnes novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "032"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "032"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "032"], ["name", "Grobiņas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "033"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "033"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "033"], ["name", "Gulbenes novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "034"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "034"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "034"], ["name", "Iecavas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "035"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "035"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "035"], ["name", "Ikšķiles novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "036"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "036"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "036"], ["name", "Ilūkstes novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "037"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "037"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "037"], ["name", "Inčukalna novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "038"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "038"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "038"], ["name", "Jaunjelgavas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "039"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "039"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "039"], ["name", "Jaunpiebalgas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "040"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "040"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "040"], ["name", "Jaunpils novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "041"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "041"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "041"], ["name", "Jelgavas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "042"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "042"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "042"], ["name", "Jēkabpils novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "043"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "043"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "043"], ["name", "Kandavas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "044"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "044"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "044"], ["name", "Kārsavas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "045"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "045"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "045"], ["name", "Kocēnu novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "046"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "046"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "046"], ["name", "Kokneses novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "047"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "047"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "047"], ["name", "Krāslavas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "048"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "048"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "048"], ["name", "Krimuldas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "049"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "049"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "049"], ["name", "Krustpils novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "050"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "050"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "050"], ["name", "Kuldīgas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "051"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "051"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "051"], ["name", "Ķeguma novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "052"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "052"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "052"], ["name", "Ķekavas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "053"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "053"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "053"], ["name", "Lielvārdes novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "054"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "054"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "054"], ["name", "Limbažu novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "055"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "055"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "055"], ["name", "Līgatnes novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "056"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "056"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "056"], ["name", "Līvānu novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "057"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "057"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "057"], ["name", "Lubānas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "058"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "058"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "058"], ["name", "Ludzas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "059"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "059"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "059"], ["name", "Madonas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "060"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "060"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "060"], ["name", "Mazsalacas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "061"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "061"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "061"], ["name", "Mālpils novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "062"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "062"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "062"], ["name", "Mārupes novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "063"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "063"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "063"], ["name", "Mērsraga novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "064"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "064"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "064"], ["name", "Naukšēnu novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "065"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "065"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "065"], ["name", "Neretas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "066"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "066"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "066"], ["name", "Nīcas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "067"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "067"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "067"], ["name", "Ogres novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "068"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "068"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "068"], ["name", "Olaines novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "069"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "069"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "069"], ["name", "Ozolnieku novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "070"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "070"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "070"], ["name", "Pārgaujas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "071"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "071"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "071"], ["name", "Pāvilostas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "072"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "072"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "072"], ["name", "Pļaviņu novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "073"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "073"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "073"], ["name", "Preiļu novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "074"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "074"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "074"], ["name", "Priekules novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "075"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "075"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "075"], ["name", "Priekuļu novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "076"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "076"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "076"], ["name", "Raunas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "077"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "077"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "077"], ["name", "Rēzeknes novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "078"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "078"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "078"], ["name", "Riebiņu novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "079"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "079"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "079"], ["name", "Rojas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "080"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "080"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "080"], ["name", "Ropažu novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "081"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "081"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "081"], ["name", "Rucavas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "082"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "082"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "082"], ["name", "Rugāju novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "083"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "083"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "083"], ["name", "Rundāles novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "084"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "084"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "084"], ["name", "Rūjienas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "085"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "085"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "085"], ["name", "Salas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "086"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "086"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "086"], ["name", "Salacgrīvas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "087"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "087"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "087"], ["name", "Salaspils novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "088"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "088"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "088"], ["name", "Saldus novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "089"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "089"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "089"], ["name", "Saulkrastu novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "090"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "090"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "090"], ["name", "Sējas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "091"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "091"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "091"], ["name", "Siguldas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "092"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "092"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "092"], ["name", "Skrīveru novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "093"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "093"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "093"], ["name", "Skrundas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "094"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "094"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "094"], ["name", "Smiltenes novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "095"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "095"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "095"], ["name", "Stopiņu novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "096"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "096"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "096"], ["name", "Strenču novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "097"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "097"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "097"], ["name", "Talsu novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "098"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "098"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "098"], ["name", "Tērvetes novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "099"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "099"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "099"], ["name", "Tukuma novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "100"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "100"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "100"], ["name", "Vaiņodes novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "101"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "101"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "101"], ["name", "Valkas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "102"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "102"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "102"], ["name", "Varakļānu novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "103"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "103"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "103"], ["name", "Vārkavas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "104"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "104"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "104"], ["name", "Vecpiebalgas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "105"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "105"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "105"], ["name", "Vecumnieku novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "106"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "106"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "106"], ["name", "Ventspils novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "107"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "107"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "107"], ["name", "Viesītes novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "108"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "108"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "108"], ["name", "Viļakas novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "109"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "109"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "109"], ["name", "Viļānu novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "110"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "110"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "municipality"], ["code", "110"], ["name", "Zilupes novads"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "DGV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DGV"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "republican city"], ["code", "DGV"], ["name", "Daugavpils"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "JEL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JEL"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "republican city"], ["code", "JEL"], ["name", "Jelgava"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "JKB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JKB"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "republican city"], ["code", "JKB"], ["name", "Jēkabpils"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "JUR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JUR"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "republican city"], ["code", "JUR"], ["name", "Jūrmala"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "LPX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LPX"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "republican city"], ["code", "LPX"], ["name", "Liepāja"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "REZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "REZ"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "republican city"], ["code", "REZ"], ["name", "Rēzekne"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "RIX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RIX"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "republican city"], ["code", "RIX"], ["name", "Rīga"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "VEN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VEN"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "republican city"], ["code", "VEN"], ["name", "Ventspils"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "VMR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VMR"], ["region_id", 2628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2628], ["category", "republican city"], ["code", "VMR"], ["name", "Valmiera"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "LY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "LY"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "LY"], ["name", "Libya"], ["alpha_3_code", "LBY"], ["numeric_code", 434], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["region_id", 2748], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2748], ["category", "popularates"], ["code", "BA"], ["name", "Banghāzī"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "BU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BU"], ["region_id", 2748], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2748], ["category", "popularates"], ["code", "BU"], ["name", "Al Buţnān"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "DR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DR"], ["region_id", 2748], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2748], ["category", "popularates"], ["code", "DR"], ["name", "Darnah"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "GT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GT"], ["region_id", 2748], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2748], ["category", "popularates"], ["code", "GT"], ["name", "Ghāt"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "JA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JA"], ["region_id", 2748], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2748], ["category", "popularates"], ["code", "JA"], ["name", "Al Jabal al Akhḑar"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "JB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JB"], ["region_id", 2748], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2748], ["category", "popularates"], ["code", "JB"], ["name", "Jaghbūb"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "JG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JG"], ["region_id", 2748], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2748], ["category", "popularates"], ["code", "JG"], ["name", "Al Jabal al Gharbī"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "JI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JI"], ["region_id", 2748], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2748], ["category", "popularates"], ["code", "JI"], ["name", "Al Jifārah"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "JU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JU"], ["region_id", 2748], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2748], ["category", "popularates"], ["code", "JU"], ["name", "Al Jufrah"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "KF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KF"], ["region_id", 2748], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2748], ["category", "popularates"], ["code", "KF"], ["name", "Al Kufrah"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "MB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MB"], ["region_id", 2748], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2748], ["category", "popularates"], ["code", "MB"], ["name", "Al Marqab"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "MI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MI"], ["region_id", 2748], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2748], ["category", "popularates"], ["code", "MI"], ["name", "Mişrātah"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "MJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MJ"], ["region_id", 2748], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2748], ["category", "popularates"], ["code", "MJ"], ["name", "Al Marj"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "MQ"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MQ"], ["region_id", 2748], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2748], ["category", "popularates"], ["code", "MQ"], ["name", "Murzuq"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "NL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NL"], ["region_id", 2748], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2748], ["category", "popularates"], ["code", "NL"], ["name", "Nālūt"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "NQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NQ"], ["region_id", 2748], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2748], ["category", "popularates"], ["code", "NQ"], ["name", "An Nuqaţ al Khams"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "SB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SB"], ["region_id", 2748], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2748], ["category", "popularates"], ["code", "SB"], ["name", "Sabhā"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "SR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SR"], ["region_id", 2748], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2748], ["category", "popularates"], ["code", "SR"], ["name", "Surt"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "TB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TB"], ["region_id", 2748], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2748], ["category", "popularates"], ["code", "TB"], ["name", "Ţarābulus"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "WA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WA"], ["region_id", 2748], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2748], ["category", "popularates"], ["code", "WA"], ["name", "Al Wāḩāt"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "WD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WD"], ["region_id", 2748], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2748], ["category", "popularates"], ["code", "WD"], ["name", "Wādī al Ḩayāt"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "WS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WS"], ["region_id", 2748], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2748], ["category", "popularates"], ["code", "WS"], ["name", "Wādī ash Shāţiʾ"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "ZA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZA"], ["region_id", 2748], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2748], ["category", "popularates"], ["code", "ZA"], ["name", "Az Zāwiyah"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "MA"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "MA"], ["name", "Morocco"], ["alpha_3_code", "MAR"], ["numeric_code", 504], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 2772], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2772], ["category", "economic region"], ["code", "01"], ["name", "Tanger-Tétouan"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2773 AND "regions"."code" = ? LIMIT ? [["code", "CHE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CHE"], ["region_id", 2773], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2773], ["category", "province"], ["code", "CHE"], ["name", "Chefchaouen"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2773 AND "regions"."code" = ? LIMIT ? [["code", "LAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LAR"], ["region_id", 2773], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2773], ["category", "province"], ["code", "LAR"], ["name", "Larache"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2773 AND "regions"."code" = ? LIMIT ? [["code", "FAH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FAH"], ["region_id", 2773], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2773], ["category", "prefecture"], ["code", "FAH"], ["name", "Fahs-Beni Makada"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2773 AND "regions"."code" = ? LIMIT ? [["code", "TNG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TNG"], ["region_id", 2773], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2773], ["category", "prefecture"], ["code", "TNG"], ["name", "Tanger-Assilah"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2773 AND "regions"."code" = ? LIMIT ? [["code", "TET"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TET"], ["region_id", 2773], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2773], ["category", "prefecture"], ["code", "TET"], ["name", "Tétouan"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 2772], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2772], ["category", "economic region"], ["code", "02"], ["name", "Gharb-Chrarda-Beni Hssen"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2779 AND "regions"."code" = ? LIMIT ? [["code", "KEN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KEN"], ["region_id", 2779], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2779], ["category", "province"], ["code", "KEN"], ["name", "Kénitra"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2779 AND "regions"."code" = ? LIMIT ? [["code", "SIK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SIK"], ["region_id", 2779], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2779], ["category", "province"], ["code", "SIK"], ["name", "Sidl Kacem"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 2772], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2772], ["category", "economic region"], ["code", "03"], ["name", "Taza-Al Hoceima-Taounate"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2782 AND "regions"."code" = ? LIMIT ? [["code", "HOC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HOC"], ["region_id", 2782], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2782], ["category", "province"], ["code", "HOC"], ["name", "Al Hoceïma"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2782 AND "regions"."code" = ? LIMIT ? [["code", "TAO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TAO"], ["region_id", 2782], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2782], ["category", "province"], ["code", "TAO"], ["name", "Taounate"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2782 AND "regions"."code" = ? LIMIT ? [["code", "TAZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TAZ"], ["region_id", 2782], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2782], ["category", "province"], ["code", "TAZ"], ["name", "Taza"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 2772], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2772], ["category", "economic region"], ["code", "04"], ["name", "L'Oriental"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2786 AND "regions"."code" = ? LIMIT ? [["code", "BER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BER"], ["region_id", 2786], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2786], ["category", "province"], ["code", "BER"], ["name", "Berkane"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2786 AND "regions"."code" = ? LIMIT ? [["code", "FIG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FIG"], ["region_id", 2786], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2786], ["category", "province"], ["code", "FIG"], ["name", "Figuig"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2786 AND "regions"."code" = ? LIMIT ? [["code", "JRA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JRA"], ["region_id", 2786], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2786], ["category", "province"], ["code", "JRA"], ["name", "Jrada"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2786 AND "regions"."code" = ? LIMIT ? [["code", "NAD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NAD"], ["region_id", 2786], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2786], ["category", "province"], ["code", "NAD"], ["name", "Nador"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2786 AND "regions"."code" = ? LIMIT ? [["code", "TAI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TAI"], ["region_id", 2786], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2786], ["category", "province"], ["code", "TAI"], ["name", "Taourirt"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2786 AND "regions"."code" = ? LIMIT ? [["code", "OUJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OUJ"], ["region_id", 2786], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2786], ["category", "prefecture"], ["code", "OUJ"], ["name", "Oujda-Angad"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 2772], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2772], ["category", "economic region"], ["code", "05"], ["name", "Fès-Boulemane"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2793 AND "regions"."code" = ? LIMIT ? [["code", "BOM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BOM"], ["region_id", 2793], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2793], ["category", "province"], ["code", "BOM"], ["name", "Boulemane"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2793 AND "regions"."code" = ? LIMIT ? [["code", "MOU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MOU"], ["region_id", 2793], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2793], ["category", "province"], ["code", "MOU"], ["name", "Moulay Yacoub"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2793 AND "regions"."code" = ? LIMIT ? [["code", "SEF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SEF"], ["region_id", 2793], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2793], ["category", "province"], ["code", "SEF"], ["name", "Sefrou"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2793 AND "regions"."code" = ? LIMIT ? [["code", "FES"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FES"], ["region_id", 2793], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2793], ["category", "prefecture"], ["code", "FES"], ["name", "Fès-Dar-Dbibegh"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 2772], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2772], ["category", "economic region"], ["code", "06"], ["name", "Meknès-Tafilalet"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2798 AND "regions"."code" = ? LIMIT ? [["code", "HAJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HAJ"], ["region_id", 2798], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2798], ["category", "province"], ["code", "HAJ"], ["name", "El Hajeb"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2798 AND "regions"."code" = ? LIMIT ? [["code", "ERR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ERR"], ["region_id", 2798], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2798], ["category", "province"], ["code", "ERR"], ["name", "Errachidia"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2798 AND "regions"."code" = ? LIMIT ? [["code", "IFR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IFR"], ["region_id", 2798], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2798], ["category", "province"], ["code", "IFR"], ["name", "Ifrane"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2798 AND "regions"."code" = ? LIMIT ? [["code", "KHN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KHN"], ["region_id", 2798], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2798], ["category", "province"], ["code", "KHN"], ["name", "Khenifra"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2798 AND "regions"."code" = ? LIMIT ? [["code", "MEK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MEK"], ["region_id", 2798], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2798], ["category", "prefecture"], ["code", "MEK"], ["name", "Meknès"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 2772], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2772], ["category", "economic region"], ["code", "07"], ["name", "Rabat-Salé-Zemmour-Zaer"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2804 AND "regions"."code" = ? LIMIT ? [["code", "KHE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KHE"], ["region_id", 2804], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2804], ["category", "province"], ["code", "KHE"], ["name", "Khemisaet"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2804 AND "regions"."code" = ? LIMIT ? [["code", "RAB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RAB"], ["region_id", 2804], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2804], ["category", "prefecture"], ["code", "RAB"], ["name", "Rabat"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2804 AND "regions"."code" = ? LIMIT ? [["code", "SAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SAL"], ["region_id", 2804], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2804], ["category", "prefecture"], ["code", "SAL"], ["name", "Salé"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2804 AND "regions"."code" = ? LIMIT ? [["code", "SKH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SKH"], ["region_id", 2804], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2804], ["category", "prefecture"], ["code", "SKH"], ["name", "Skhirate-Témara"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 2772], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2772], ["category", "economic region"], ["code", "08"], ["name", "Grand Casablanca"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2809 AND "regions"."code" = ? LIMIT ? [["code", "MED"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MED"], ["region_id", 2809], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2809], ["category", "province"], ["code", "MED"], ["name", "Médiouna"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2809 AND "regions"."code" = ? LIMIT ? [["code", "NOU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NOU"], ["region_id", 2809], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2809], ["category", "province"], ["code", "NOU"], ["name", "Nouaceur"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2809 AND "regions"."code" = ? LIMIT ? [["code", "CAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CAS"], ["region_id", 2809], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2809], ["category", "prefecture"], ["code", "CAS"], ["name", "Casablanca [Dar el Beïda]"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2809 AND "regions"."code" = ? LIMIT ? [["code", "MOH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MOH"], ["region_id", 2809], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2809], ["category", "prefecture"], ["code", "MOH"], ["name", "Mohammadia"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 2772], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2772], ["category", "economic region"], ["code", "09"], ["name", "Chaouia-Ouardigha"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2814 AND "regions"."code" = ? LIMIT ? [["code", "BES"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BES"], ["region_id", 2814], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2814], ["category", "province"], ["code", "BES"], ["name", "Ben Slimane"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2814 AND "regions"."code" = ? LIMIT ? [["code", "KHO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KHO"], ["region_id", 2814], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2814], ["category", "province"], ["code", "KHO"], ["name", "Khouribga"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2814 AND "regions"."code" = ? LIMIT ? [["code", "SET"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SET"], ["region_id", 2814], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2814], ["category", "province"], ["code", "SET"], ["name", "Settat"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 2772], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2772], ["category", "economic region"], ["code", "10"], ["name", "Doukhala-Abda"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2818 AND "regions"."code" = ? LIMIT ? [["code", "JDI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JDI"], ["region_id", 2818], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2818], ["category", "province"], ["code", "JDI"], ["name", "El Jadida"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2818 AND "regions"."code" = ? LIMIT ? [["code", "SAF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SAF"], ["region_id", 2818], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2818], ["category", "province"], ["code", "SAF"], ["name", "Safi"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 2772], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2772], ["category", "economic region"], ["code", "11"], ["name", "Marrakech-Tensift-Al Haouz"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2821 AND "regions"."code" = ? LIMIT ? [["code", "HAO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HAO"], ["region_id", 2821], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2821], ["category", "province"], ["code", "HAO"], ["name", "Al Haouz"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2821 AND "regions"."code" = ? LIMIT ? [["code", "CHI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CHI"], ["region_id", 2821], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2821], ["category", "province"], ["code", "CHI"], ["name", "Chichaoua"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2821 AND "regions"."code" = ? LIMIT ? [["code", "ESI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ESI"], ["region_id", 2821], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2821], ["category", "province"], ["code", "ESI"], ["name", "Essaouira"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2821 AND "regions"."code" = ? LIMIT ? [["code", "KES"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KES"], ["region_id", 2821], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2821], ["category", "province"], ["code", "KES"], ["name", "Kelaat es Sraghna"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2821 AND "regions"."code" = ? LIMIT ? [["code", "MMD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MMD"], ["region_id", 2821], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2821], ["category", "prefecture"], ["code", "MMD"], ["name", "Marrakech-Medina"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2821 AND "regions"."code" = ? LIMIT ? [["code", "MMN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MMN"], ["region_id", 2821], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2821], ["category", "prefecture"], ["code", "MMN"], ["name", "Marrakech-Menara"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2821 AND "regions"."code" = ? LIMIT ? [["code", "SYB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SYB"], ["region_id", 2821], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2821], ["category", "prefecture"], ["code", "SYB"], ["name", "Sidi Youssef Ben Ali"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 2772], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2772], ["category", "economic region"], ["code", "12"], ["name", "Tadla-Azilal"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2829 AND "regions"."code" = ? LIMIT ? [["code", "AZI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AZI"], ["region_id", 2829], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2829], ["category", "province"], ["code", "AZI"], ["name", "Azilal"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2829 AND "regions"."code" = ? LIMIT ? [["code", "BEM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BEM"], ["region_id", 2829], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2829], ["category", "province"], ["code", "BEM"], ["name", "Beni Mellal"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 2772], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2772], ["category", "economic region"], ["code", "13"], ["name", "Sous-Massa-Draa"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2832 AND "regions"."code" = ? LIMIT ? [["code", "CHT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CHT"], ["region_id", 2832], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2832], ["category", "province"], ["code", "CHT"], ["name", "Chtouka-Ait Baha"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2832 AND "regions"."code" = ? LIMIT ? [["code", "OUA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OUA"], ["region_id", 2832], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2832], ["category", "province"], ["code", "OUA"], ["name", "Ouarzazate"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2832 AND "regions"."code" = ? LIMIT ? [["code", "TAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TAR"], ["region_id", 2832], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2832], ["category", "province"], ["code", "TAR"], ["name", "Taroudant"], ["created_at", 2016-11-21 00:08:54 UTC], ["updated_at", 2016-11-21 00:08:54 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2832 AND "regions"."code" = ? LIMIT ? [["code", "TIZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TIZ"], ["region_id", 2832], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2832], ["category", "province"], ["code", "TIZ"], ["name", "Tiznit"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2832 AND "regions"."code" = ? LIMIT ? [["code", "ZAG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZAG"], ["region_id", 2832], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2832], ["category", "province"], ["code", "ZAG"], ["name", "Zagora"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2832 AND "regions"."code" = ? LIMIT ? [["code", "AGD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AGD"], ["region_id", 2832], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2832], ["category", "prefecture"], ["code", "AGD"], ["name", "Agadir-Ida-Outanane"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2832 AND "regions"."code" = ? LIMIT ? [["code", "INE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "INE"], ["region_id", 2832], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2832], ["category", "prefecture"], ["code", "INE"], ["name", "Inezgane-Ait Melloul"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 2772], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2772], ["category", "economic region"], ["code", "14"], ["name", "Guelmim-Es Smara"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2840 AND "regions"."code" = ? LIMIT ? [["code", "ASZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ASZ"], ["region_id", 2840], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2840], ["category", "province"], ["code", "ASZ"], ["name", "Assa-Zag"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2840 AND "regions"."code" = ? LIMIT ? [["code", "ESM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ESM"], ["region_id", 2840], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2840], ["category", "province"], ["code", "ESM"], ["name", "Es Smara (EH)"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2840 AND "regions"."code" = ? LIMIT ? [["code", "GUE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GUE"], ["region_id", 2840], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2840], ["category", "province"], ["code", "GUE"], ["name", "Guelmim"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2840 AND "regions"."code" = ? LIMIT ? [["code", "TNT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TNT"], ["region_id", 2840], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2840], ["category", "province"], ["code", "TNT"], ["name", "Tan-Tan"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2840 AND "regions"."code" = ? LIMIT ? [["code", "TAT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TAT"], ["region_id", 2840], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2840], ["category", "province"], ["code", "TAT"], ["name", "Tata"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 2772], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2772], ["category", "economic region"], ["code", "15"], ["name", "Laâyoune-Boujdour-Sakia el Hamra"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2846 AND "regions"."code" = ? LIMIT ? [["code", "BOD"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BOD"], ["region_id", 2846], ["LIMIT", 1]] SQL (1.8ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2846], ["category", "province"], ["code", "BOD"], ["name", "Boujdour (EH)"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (6.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2846 AND "regions"."code" = ? LIMIT ? [["code", "LAA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LAA"], ["region_id", 2846], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2846], ["category", "province"], ["code", "LAA"], ["name", "Laâyoune (EH)"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 2772], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2772], ["category", "economic region"], ["code", "16"], ["name", "Oued ed Dahab-Lagouira"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2849 AND "regions"."code" = ? LIMIT ? [["code", "OUD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OUD"], ["region_id", 2849], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2849], ["category", "province"], ["code", "OUD"], ["name", "Oued ed Dahab (EH)"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2849 AND "regions"."code" = ? LIMIT ? [["code", "AOU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AOU"], ["region_id", 2849], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2849], ["category", "prefecture"], ["code", "AOU"], ["name", "Aousserd"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "MC"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "MC"], ["name", "Monaco"], ["alpha_3_code", "MCO"], ["numeric_code", 492], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "CL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CL"], ["region_id", 2852], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2852], ["category", "quarter"], ["code", "CL"], ["name", "La Colle"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CO"], ["region_id", 2852], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2852], ["category", "quarter"], ["code", "CO"], ["name", "La Condamine"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "FO"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FO"], ["region_id", 2852], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2852], ["category", "quarter"], ["code", "FO"], ["name", "Fontvieille"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["region_id", 2852], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2852], ["category", "quarter"], ["code", "GA"], ["name", "La Gare"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "JE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JE"], ["region_id", 2852], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2852], ["category", "quarter"], ["code", "JE"], ["name", "Jardin Exotique"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "LA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LA"], ["region_id", 2852], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2852], ["category", "quarter"], ["code", "LA"], ["name", "Larvotto"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["region_id", 2852], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2852], ["category", "quarter"], ["code", "MA"], ["name", "Malbousquet"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "MC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MC"], ["region_id", 2852], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2852], ["category", "quarter"], ["code", "MC"], ["name", "Monte-Carlo"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "MG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MG"], ["region_id", 2852], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2852], ["category", "quarter"], ["code", "MG"], ["name", "Moneghetti"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["region_id", 2852], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2852], ["category", "quarter"], ["code", "MO"], ["name", "Monaco-Ville"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "MU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MU"], ["region_id", 2852], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2852], ["category", "quarter"], ["code", "MU"], ["name", "Moulins"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "PH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PH"], ["region_id", 2852], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2852], ["category", "quarter"], ["code", "PH"], ["name", "Port-Hercule"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "SD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SD"], ["region_id", 2852], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2852], ["category", "quarter"], ["code", "SD"], ["name", "Sainte-Dévote"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["region_id", 2852], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2852], ["category", "quarter"], ["code", "SO"], ["name", "La Source"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "SP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SP"], ["region_id", 2852], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2852], ["category", "quarter"], ["code", "SP"], ["name", "Spélugues"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "SR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SR"], ["region_id", 2852], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2852], ["category", "quarter"], ["code", "SR"], ["name", "Saint-Roman"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "VR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VR"], ["region_id", 2852], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2852], ["category", "quarter"], ["code", "VR"], ["name", "Vallon de la Rousse"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "MD"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "MD"], ["name", "Moldova, Republic of"], ["alpha_3_code", "MDA"], ["numeric_code", 498], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "AN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AN"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "AN"], ["name", "Anenii Noi"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "city"], ["code", "BA"], ["name", "Bălți"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.8ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "BD"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BD"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "city"], ["code", "BD"], ["name", "Tighina"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "BR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BR"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "BR"], ["name", "Briceni"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "BS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BS"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "BS"], ["name", "Basarabeasca"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "CA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CA"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "CA"], ["name", "Cahul"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "CL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CL"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "CL"], ["name", "Călărași"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "CM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CM"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "CM"], ["name", "Cimișlia"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "CR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CR"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "CR"], ["name", "Criuleni"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "CS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CS"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "CS"], ["name", "Căușeni"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "CT"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CT"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "CT"], ["name", "Cantemir"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "CU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CU"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "city"], ["code", "CU"], ["name", "Chișinău"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "DO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DO"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "DO"], ["name", "Dondușeni"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "DR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DR"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "DR"], ["name", "Drochia"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "DU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DU"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "DU"], ["name", "Dubăsari"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "ED"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ED"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "ED"], ["name", "Edineț"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "FA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FA"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "FA"], ["name", "Fălești"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "FL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FL"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "FL"], ["name", "Florești"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "autonomous territorial unit"], ["code", "GA"], ["name", "Găgăuzia, Unitatea teritorială autonomă"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "GL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GL"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "GL"], ["name", "Glodeni"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "HI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HI"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "HI"], ["name", "Hîncești"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "IA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IA"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "IA"], ["name", "Ialoveni"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "LE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LE"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "LE"], ["name", "Leova"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "NI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NI"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "NI"], ["name", "Nisporeni"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "OC"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OC"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "OC"], ["name", "Ocnița"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "OR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OR"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "OR"], ["name", "Orhei"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "RE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RE"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "RE"], ["name", "Rezina"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "RI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RI"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "RI"], ["name", "Rîșcani"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "SD"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SD"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "SD"], ["name", "Șoldănești"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "SI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SI"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "SI"], ["name", "Sîngerei"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "SN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SN"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "territorial unit"], ["code", "SN"], ["name", "Stînga Nistrului, unitatea teritorială din"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "SO"], ["name", "Soroca"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "ST"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ST"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "ST"], ["name", "Strășeni"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "SV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SV"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "SV"], ["name", "Ștefan Vodă"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "TA"], ["name", "Taraclia"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "TE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TE"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "TE"], ["name", "Telenești"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "UN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UN"], ["region_id", 2870], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2870], ["category", "district"], ["code", "UN"], ["name", "Ungheni"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "ME"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "ME"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "ME"], ["name", "Montenegro"], ["alpha_3_code", "MNE"], ["numeric_code", 499], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 2908], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2908], ["category", "municipality"], ["code", "01"], ["name", "Andrijevica"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 2908], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2908], ["category", "municipality"], ["code", "02"], ["name", "Bar"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 2908], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2908], ["category", "municipality"], ["code", "03"], ["name", "Berane"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 2908], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2908], ["category", "municipality"], ["code", "04"], ["name", "Bijelo Polje"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 2908], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2908], ["category", "municipality"], ["code", "05"], ["name", "Budva"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 2908], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2908], ["category", "municipality"], ["code", "06"], ["name", "Cetinje"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 2908], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2908], ["category", "municipality"], ["code", "07"], ["name", "Danilovgrad"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 2908], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2908], ["category", "municipality"], ["code", "08"], ["name", "Herceg-Novi"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 2908], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2908], ["category", "municipality"], ["code", "09"], ["name", "Kolašin"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 2908], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2908], ["category", "municipality"], ["code", "10"], ["name", "Kotor"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 2908], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2908], ["category", "municipality"], ["code", "11"], ["name", "Mojkovac"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 2908], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2908], ["category", "municipality"], ["code", "12"], ["name", "Nikšić"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 2908], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2908], ["category", "municipality"], ["code", "13"], ["name", "Plav"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 2908], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2908], ["category", "municipality"], ["code", "14"], ["name", "Pljevlja"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 2908], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2908], ["category", "municipality"], ["code", "15"], ["name", "Plužine"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 2908], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2908], ["category", "municipality"], ["code", "16"], ["name", "Podgorica"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 2908], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2908], ["category", "municipality"], ["code", "17"], ["name", "Rožaje"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["region_id", 2908], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2908], ["category", "municipality"], ["code", "18"], ["name", "Šavnik"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["region_id", 2908], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2908], ["category", "municipality"], ["code", "19"], ["name", "Tivat"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["region_id", 2908], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2908], ["category", "municipality"], ["code", "20"], ["name", "Ulcinj"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 2908], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2908], ["category", "municipality"], ["code", "21"], ["name", "Žabljak"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "MF"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "MF"], ["name", "Saint Martin (French part)"], ["alpha_3_code", "MAF"], ["numeric_code", 663], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "MG"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "MG"], ["name", "Madagascar"], ["alpha_3_code", "MDG"], ["numeric_code", 450], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2931 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["region_id", 2931], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2931], ["category", "autonomous province"], ["code", "A"], ["name", "Toamasina"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2931 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["region_id", 2931], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2931], ["category", "autonomous province"], ["code", "D"], ["name", "Antsiranana"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2931 AND "regions"."code" = ? LIMIT ? [["code", "F"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "F"], ["region_id", 2931], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2931], ["category", "autonomous province"], ["code", "F"], ["name", "Fianarantsoa"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2931 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["region_id", 2931], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2931], ["category", "autonomous province"], ["code", "M"], ["name", "Mahajanga"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2931 AND "regions"."code" = ? LIMIT ? [["code", "T"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "T"], ["region_id", 2931], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2931], ["category", "autonomous province"], ["code", "T"], ["name", "Antananarivo"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2931 AND "regions"."code" = ? LIMIT ? [["code", "U"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "U"], ["region_id", 2931], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2931], ["category", "autonomous province"], ["code", "U"], ["name", "Toliara"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "MH"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "MH"], ["name", "Marshall Islands"], ["alpha_3_code", "MHL"], ["numeric_code", 584], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2938 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["region_id", 2938], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2938], ["category", "chains (of islands)"], ["code", "L"], ["name", "Ralik chain"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "ALL"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ALL"], ["region_id", 2939], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2939], ["category", "municipality"], ["code", "ALL"], ["name", "Ailinglaplap"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "EBO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EBO"], ["region_id", 2939], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2939], ["category", "municipality"], ["code", "EBO"], ["name", "Ebon"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "ENI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ENI"], ["region_id", 2939], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2939], ["category", "municipality"], ["code", "ENI"], ["name", "Enewetak"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "JAB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JAB"], ["region_id", 2939], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2939], ["category", "municipality"], ["code", "JAB"], ["name", "Jabat"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "JAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JAL"], ["region_id", 2939], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2939], ["category", "municipality"], ["code", "JAL"], ["name", "Jaluit"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "KIL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KIL"], ["region_id", 2939], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2939], ["category", "municipality"], ["code", "KIL"], ["name", "Kili"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "KWA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KWA"], ["region_id", 2939], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2939], ["category", "municipality"], ["code", "KWA"], ["name", "Kwajalein"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "LAE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LAE"], ["region_id", 2939], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2939], ["category", "municipality"], ["code", "LAE"], ["name", "Lae"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "LIB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LIB"], ["region_id", 2939], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2939], ["category", "municipality"], ["code", "LIB"], ["name", "Lib"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "NMK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NMK"], ["region_id", 2939], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2939], ["category", "municipality"], ["code", "NMK"], ["name", "Namdrik"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "NMU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NMU"], ["region_id", 2939], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2939], ["category", "municipality"], ["code", "NMU"], ["name", "Namu"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "RON"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RON"], ["region_id", 2939], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2939], ["category", "municipality"], ["code", "RON"], ["name", "Rongelap"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "UJA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UJA"], ["region_id", 2939], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2939], ["category", "municipality"], ["code", "UJA"], ["name", "Ujae"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "WTN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WTN"], ["region_id", 2939], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2939], ["category", "municipality"], ["code", "WTN"], ["name", "Wotho"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2938 AND "regions"."code" = ? LIMIT ? [["code", "T"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "T"], ["region_id", 2938], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2938], ["category", "chains (of islands)"], ["code", "T"], ["name", "Ratak chain"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2954 AND "regions"."code" = ? LIMIT ? [["code", "ALK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ALK"], ["region_id", 2954], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2954], ["category", "municipality"], ["code", "ALK"], ["name", "Ailuk"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2954 AND "regions"."code" = ? LIMIT ? [["code", "ARN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ARN"], ["region_id", 2954], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2954], ["category", "municipality"], ["code", "ARN"], ["name", "Arno"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2954 AND "regions"."code" = ? LIMIT ? [["code", "AUR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AUR"], ["region_id", 2954], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2954], ["category", "municipality"], ["code", "AUR"], ["name", "Aur"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2954 AND "regions"."code" = ? LIMIT ? [["code", "LIK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LIK"], ["region_id", 2954], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2954], ["category", "municipality"], ["code", "LIK"], ["name", "Likiep"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2954 AND "regions"."code" = ? LIMIT ? [["code", "MAJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MAJ"], ["region_id", 2954], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2954], ["category", "municipality"], ["code", "MAJ"], ["name", "Majuro"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2954 AND "regions"."code" = ? LIMIT ? [["code", "MAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MAL"], ["region_id", 2954], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2954], ["category", "municipality"], ["code", "MAL"], ["name", "Maloelap"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2954 AND "regions"."code" = ? LIMIT ? [["code", "MEJ"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MEJ"], ["region_id", 2954], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2954], ["category", "municipality"], ["code", "MEJ"], ["name", "Mejit"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2954 AND "regions"."code" = ? LIMIT ? [["code", "MIL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MIL"], ["region_id", 2954], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2954], ["category", "municipality"], ["code", "MIL"], ["name", "Mili"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2954 AND "regions"."code" = ? LIMIT ? [["code", "UTI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UTI"], ["region_id", 2954], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2954], ["category", "municipality"], ["code", "UTI"], ["name", "Utirik"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2954 AND "regions"."code" = ? LIMIT ? [["code", "WTJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WTJ"], ["region_id", 2954], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2954], ["category", "municipality"], ["code", "WTJ"], ["name", "Wotje"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "MK"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "MK"], ["name", "Macedonia, Republic of"], ["alpha_3_code", "MKD"], ["numeric_code", 807], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "01"], ["name", "Aerodrom"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "02"], ["name", "Aračinovo"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "03"], ["name", "Berovo"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "04"], ["name", "Bitola"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "05"], ["name", "Bogdanci"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "06"], ["name", "Bogovinje"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "07"], ["name", "Bosilovo"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "08"], ["name", "Brvenica"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "09"], ["name", "Butel"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "10"], ["name", "Valandovo"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "11"], ["name", "Vasilevo"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "12"], ["name", "Vevčani"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "13"], ["name", "Veles"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "14"], ["name", "Vinica"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "15"], ["name", "Vraneštica"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "16"], ["name", "Vrapčište"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "17"], ["name", "Gazi Baba"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "18"], ["name", "Gevgelija"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "19"], ["name", "Gostivar"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "20"], ["name", "Gradsko"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "21"], ["name", "Debar"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "22"], ["name", "Debarca"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "23"], ["name", "Delčevo"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "24"], ["name", "Demir Kapija"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "25"], ["name", "Demir Hisar"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "26"], ["name", "Dojran"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "27"], ["name", "Dolneni"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "28"], ["name", "Drugovo"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "29"], ["name", "Gjorče Petrov"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "30"], ["name", "Želino"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "31"], ["name", "Zajas"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "32"], ["name", "Zelenikovo"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "33"], ["name", "Zrnovci"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "34"], ["name", "Ilinden"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "35"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "35"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "35"], ["name", "Jegunovce"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "36"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "36"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "36"], ["name", "Kavadarci"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "37"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "37"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "37"], ["name", "Karbinci"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "38"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "38"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "38"], ["name", "Karpoš"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "39"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "39"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "39"], ["name", "Kisela Voda"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "40"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "40"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "40"], ["name", "Kičevo"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "41"], ["name", "Konče"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "42"], ["name", "Kočani"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "43"], ["name", "Kratovo"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "44"], ["name", "Kriva Palanka"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "45"], ["name", "Krivogaštani"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "46"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "46"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "46"], ["name", "Kruševo"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "47"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "47"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "47"], ["name", "Kumanovo"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "48"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "48"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "48"], ["name", "Lipkovo"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "49"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "49"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "49"], ["name", "Lozovo"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "50"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "50"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "50"], ["name", "Mavrovo-i-Rostuša"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "51"], ["name", "Makedonska Kamenica"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "52"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "52"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "52"], ["name", "Makedonski Brod"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "53"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "53"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "53"], ["name", "Mogila"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "54"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "54"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "54"], ["name", "Negotino"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "55"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "55"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "55"], ["name", "Novaci"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "56"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "56"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "56"], ["name", "Novo Selo"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "57"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "57"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "57"], ["name", "Oslomej"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "58"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "58"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "58"], ["name", "Ohrid"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "59"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "59"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "59"], ["name", "Petrovec"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "60"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "60"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "60"], ["name", "Pehčevo"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "61"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "61"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "61"], ["name", "Plasnica"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "62"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "62"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "62"], ["name", "Prilep"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "63"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "63"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "63"], ["name", "Probištip"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "64"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "64"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "64"], ["name", "Radoviš"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "65"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "65"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "65"], ["name", "Rankovce"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "66"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "66"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "66"], ["name", "Resen"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "67"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "67"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "67"], ["name", "Rosoman"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "68"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "68"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "68"], ["name", "Saraj"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "69"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "69"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "69"], ["name", "Sveti Nikole"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "70"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "70"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "70"], ["name", "Sopište"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "71"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "71"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "71"], ["name", "Staro Nagoričane"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "72"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "72"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "72"], ["name", "Struga"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "73"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "73"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "73"], ["name", "Strumica"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "74"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "74"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "74"], ["name", "Studeničani"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "75"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "75"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "75"], ["name", "Tearce"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "76"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "76"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "76"], ["name", "Tetovo"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "77"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "77"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "77"], ["name", "Centar"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "78"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "78"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "78"], ["name", "Centar Župa"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "79"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "79"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "79"], ["name", "Čair"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "80"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "80"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "80"], ["name", "Čaška"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "81"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "81"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "81"], ["name", "Češinovo-Obleševo"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "82"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "82"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "82"], ["name", "Čučer Sandevo"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "83"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "83"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "83"], ["name", "Štip"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "84"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "84"], ["region_id", 2965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 2965], ["category", "municipality"], ["code", "84"], ["name", "Šuto Orizari"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "ML"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "ML"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "ML"], ["name", "Mali"], ["alpha_3_code", "MLI"], ["numeric_code", 466], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3050 AND "regions"."code" = ? LIMIT ? [["code", "1"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "1"], ["region_id", 3050], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3050], ["category", "region"], ["code", "1"], ["name", "Kayes"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3050 AND "regions"."code" = ? LIMIT ? [["code", "2"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "2"], ["region_id", 3050], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3050], ["category", "region"], ["code", "2"], ["name", "Koulikoro"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3050 AND "regions"."code" = ? LIMIT ? [["code", "3"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "3"], ["region_id", 3050], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3050], ["category", "region"], ["code", "3"], ["name", "Sikasso"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3050 AND "regions"."code" = ? LIMIT ? [["code", "4"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "4"], ["region_id", 3050], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3050], ["category", "region"], ["code", "4"], ["name", "Ségou"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3050 AND "regions"."code" = ? LIMIT ? [["code", "5"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "5"], ["region_id", 3050], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3050], ["category", "region"], ["code", "5"], ["name", "Mopti"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3050 AND "regions"."code" = ? LIMIT ? [["code", "6"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "6"], ["region_id", 3050], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3050], ["category", "region"], ["code", "6"], ["name", "Tombouctou"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3050 AND "regions"."code" = ? LIMIT ? [["code", "7"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "7"], ["region_id", 3050], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3050], ["category", "region"], ["code", "7"], ["name", "Gao"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3050 AND "regions"."code" = ? LIMIT ? [["code", "8"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "8"], ["region_id", 3050], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3050], ["category", "region"], ["code", "8"], ["name", "Kidal"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3050 AND "regions"."code" = ? LIMIT ? [["code", "BK0"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BK0"], ["region_id", 3050], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3050], ["category", "district"], ["code", "BK0"], ["name", "Bamako"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "MM"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "MM"], ["name", "Myanmar"], ["alpha_3_code", "MMR"], ["numeric_code", 104], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 3060], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3060], ["category", "division"], ["code", "01"], ["name", "Sagaing"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 3060], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3060], ["category", "division"], ["code", "02"], ["name", "Bago"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 3060], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3060], ["category", "division"], ["code", "03"], ["name", "Magway"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 3060], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3060], ["category", "division"], ["code", "04"], ["name", "Mandalay"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 3060], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3060], ["category", "division"], ["code", "05"], ["name", "Tanintharyi"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 3060], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3060], ["category", "division"], ["code", "06"], ["name", "Yangon"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 3060], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3060], ["category", "division"], ["code", "07"], ["name", "Ayeyarwady"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 3060], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3060], ["category", "state"], ["code", "11"], ["name", "Kachin"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 3060], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3060], ["category", "state"], ["code", "12"], ["name", "Kayah"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 3060], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3060], ["category", "state"], ["code", "13"], ["name", "Kayin"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 3060], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3060], ["category", "state"], ["code", "14"], ["name", "Chin"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 3060], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3060], ["category", "state"], ["code", "15"], ["name", "Mon"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 3060], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3060], ["category", "state"], ["code", "16"], ["name", "Rakhine"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 3060], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3060], ["category", "state"], ["code", "17"], ["name", "Shan"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "MN"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "MN"], ["name", "Mongolia"], ["alpha_3_code", "MNG"], ["numeric_code", 496], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "035"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "035"], ["region_id", 3075], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3075], ["category", "municipality"], ["code", "035"], ["name", "Orhon"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "037"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "037"], ["region_id", 3075], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3075], ["category", "municipality"], ["code", "037"], ["name", "Darhan uul"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "039"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "039"], ["region_id", 3075], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3075], ["category", "province"], ["code", "039"], ["name", "Hentiy"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "041"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "041"], ["region_id", 3075], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3075], ["category", "province"], ["code", "041"], ["name", "Hövsgöl"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "043"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "043"], ["region_id", 3075], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3075], ["category", "province"], ["code", "043"], ["name", "Hovd"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "046"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "046"], ["region_id", 3075], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3075], ["category", "province"], ["code", "046"], ["name", "Uvs"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "047"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "047"], ["region_id", 3075], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3075], ["category", "province"], ["code", "047"], ["name", "Töv"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "049"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "049"], ["region_id", 3075], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3075], ["category", "province"], ["code", "049"], ["name", "Selenge"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "051"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "051"], ["region_id", 3075], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3075], ["category", "province"], ["code", "051"], ["name", "Sühbaatar"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "053"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "053"], ["region_id", 3075], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3075], ["category", "province"], ["code", "053"], ["name", "Ömnögovi"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "055"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "055"], ["region_id", 3075], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3075], ["category", "province"], ["code", "055"], ["name", "Övörhangay"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (1.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "057"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "057"], ["region_id", 3075], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3075], ["category", "province"], ["code", "057"], ["name", "Dzavhan"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (2.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "059"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "059"], ["region_id", 3075], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3075], ["category", "province"], ["code", "059"], ["name", "Dundgovi"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (5.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "061"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "061"], ["region_id", 3075], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3075], ["category", "province"], ["code", "061"], ["name", "Dornod"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "063"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "063"], ["region_id", 3075], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3075], ["category", "province"], ["code", "063"], ["name", "Dornogovi"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "064"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "064"], ["region_id", 3075], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3075], ["category", "municipality"], ["code", "064"], ["name", "Govi-Sumber"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "065"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "065"], ["region_id", 3075], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3075], ["category", "province"], ["code", "065"], ["name", "Govi-Altay"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "067"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "067"], ["region_id", 3075], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3075], ["category", "province"], ["code", "067"], ["name", "Bulgan"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "069"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "069"], ["region_id", 3075], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3075], ["category", "province"], ["code", "069"], ["name", "Bayanhongor"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "071"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "071"], ["region_id", 3075], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3075], ["category", "province"], ["code", "071"], ["name", "Bayan-Ölgiy"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "073"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "073"], ["region_id", 3075], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3075], ["category", "province"], ["code", "073"], ["name", "Arhangay"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "1"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "1"], ["region_id", 3075], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3075], ["category", "municipality"], ["code", "1"], ["name", "Ulanbaatar"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "MO"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "MO"], ["name", "Macao"], ["alpha_3_code", "MAC"], ["numeric_code", 446], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "MP"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "MP"], ["name", "Northern Mariana Islands"], ["alpha_3_code", "MNP"], ["numeric_code", 580], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "MQ"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "MQ"], ["name", "Martinique"], ["alpha_3_code", "MTQ"], ["numeric_code", 474], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "MR"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "MR"], ["name", "Mauritania"], ["alpha_3_code", "MRT"], ["numeric_code", 478], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 3101], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3101], ["category", "region"], ["code", "01"], ["name", "Hodh ech Chargui"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 3101], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3101], ["category", "region"], ["code", "02"], ["name", "Hodh el Charbi"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 3101], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3101], ["category", "region"], ["code", "03"], ["name", "Assaba"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 3101], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3101], ["category", "region"], ["code", "04"], ["name", "Gorgol"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 3101], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3101], ["category", "region"], ["code", "05"], ["name", "Brakna"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 3101], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3101], ["category", "region"], ["code", "06"], ["name", "Trarza"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 3101], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3101], ["category", "region"], ["code", "07"], ["name", "Adrar"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 3101], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3101], ["category", "region"], ["code", "08"], ["name", "Dakhlet Nouadhibou"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 3101], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3101], ["category", "region"], ["code", "09"], ["name", "Tagant"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 3101], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3101], ["category", "region"], ["code", "10"], ["name", "Guidimaka"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 3101], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3101], ["category", "region"], ["code", "11"], ["name", "Tiris Zemmour"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 3101], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3101], ["category", "region"], ["code", "12"], ["name", "Inchiri"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "NKC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NKC"], ["region_id", 3101], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3101], ["category", "district"], ["code", "NKC"], ["name", "Nouakchott"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "MS"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "MS"], ["name", "Montserrat"], ["alpha_3_code", "MSR"], ["numeric_code", 500], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MT"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "MT"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "MT"], ["name", "Malta"], ["alpha_3_code", "MLT"], ["numeric_code", 470], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "01"], ["name", "Attard"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "02"], ["name", "Balzan"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "03"], ["name", "Birgu"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "04"], ["name", "Birkirkara"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "05"], ["name", "Birżebbuġa"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "06"], ["name", "Bormla"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "07"], ["name", "Dingli"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "08"], ["name", "Fgura"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "09"], ["name", "Floriana"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "10"], ["name", "Fontana"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "11"], ["name", "Gudja"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "12"], ["name", "Gżira"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "13"], ["name", "Għajnsielem"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "14"], ["name", "Għarb"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "15"], ["name", "Għargħur"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "16"], ["name", "Għasri"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "17"], ["name", "Għaxaq"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "18"], ["name", "Ħamrun"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "19"], ["name", "Iklin"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "20"], ["name", "Isla"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "21"], ["name", "Kalkara"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "22"], ["name", "Kerċem"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "23"], ["name", "Kirkop"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "24"], ["name", "Lija"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "25"], ["name", "Luqa"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "26"], ["name", "Marsa"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "27"], ["name", "Marsaskala"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "28"], ["name", "Marsaxlokk"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "29"], ["name", "Mdina"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "30"], ["name", "Mellieħa"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "31"], ["name", "Mġarr"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "32"], ["name", "Mosta"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "33"], ["name", "Mqabba"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "34"], ["name", "Msida"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "35"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "35"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "35"], ["name", "Mtarfa"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "36"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "36"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "36"], ["name", "Munxar"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "37"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "37"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "37"], ["name", "Nadur"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "38"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "38"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "38"], ["name", "Naxxar"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "39"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "39"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "39"], ["name", "Paola"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "40"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "40"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "40"], ["name", "Pembroke"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "41"], ["name", "Pietà"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "42"], ["name", "Qala"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "43"], ["name", "Qormi"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "44"], ["name", "Qrendi"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "45"], ["name", "Rabat Għawdex"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "46"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "46"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "46"], ["name", "Rabat Malta"], ["created_at", 2016-11-21 00:08:55 UTC], ["updated_at", 2016-11-21 00:08:55 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "47"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "47"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "47"], ["name", "Safi"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "48"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "48"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "48"], ["name", "San Ġiljan"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "49"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "49"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "49"], ["name", "San Ġwann"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "50"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "50"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "50"], ["name", "San Lawrenz"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "51"], ["name", "San Pawl il-Baħar"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "52"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "52"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "52"], ["name", "Sannat"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "53"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "53"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "53"], ["name", "Santa Luċija"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "54"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "54"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "54"], ["name", "Santa Venera"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "55"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "55"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "55"], ["name", "Siġġiewi"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "56"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "56"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "56"], ["name", "Sliema"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "57"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "57"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "57"], ["name", "Swieqi"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "58"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "58"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "58"], ["name", "Ta’ Xbiex"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "59"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "59"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "59"], ["name", "Tarxien"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "60"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "60"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "60"], ["name", "Valletta"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "61"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "61"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "61"], ["name", "Xagħra"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "62"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "62"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "62"], ["name", "Xewkija"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "63"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "63"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "63"], ["name", "Xgħajra"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "64"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "64"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "64"], ["name", "Żabbar"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "65"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "65"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "65"], ["name", "Żebbuġ Għawdex"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "66"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "66"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "66"], ["name", "Żebbuġ Malta"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "67"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "67"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "67"], ["name", "Żejtun"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "68"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "68"], ["region_id", 3116], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3116], ["category", "local council"], ["code", "68"], ["name", "Żurrieq"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "MU"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "MU"], ["name", "Mauritius"], ["alpha_3_code", "MUS"], ["numeric_code", 480], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "AG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AG"], ["region_id", 3185], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3185], ["category", "dependency"], ["code", "AG"], ["name", "Agalega Islands"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "BL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BL"], ["region_id", 3185], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3185], ["category", "district"], ["code", "BL"], ["name", "Black River"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "BR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BR"], ["region_id", 3185], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3185], ["category", "city"], ["code", "BR"], ["name", "Beau Bassin-Rose Hill"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "CC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CC"], ["region_id", 3185], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3185], ["category", "dependency"], ["code", "CC"], ["name", "Cargados Carajos Shoals"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "CU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CU"], ["region_id", 3185], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3185], ["category", "city"], ["code", "CU"], ["name", "Curepipe"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "FL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FL"], ["region_id", 3185], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3185], ["category", "district"], ["code", "FL"], ["name", "Flacq"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "GP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GP"], ["region_id", 3185], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3185], ["category", "district"], ["code", "GP"], ["name", "Grand Port"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["region_id", 3185], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3185], ["category", "district"], ["code", "MO"], ["name", "Moka"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "PA"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PA"], ["region_id", 3185], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3185], ["category", "district"], ["code", "PA"], ["name", "Pamplemousses"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "PL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PL"], ["region_id", 3185], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3185], ["category", "district"], ["code", "PL"], ["name", "Port Louis"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "PU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PU"], ["region_id", 3185], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3185], ["category", "city"], ["code", "PU"], ["name", "Port Louis"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (1.9ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "PW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PW"], ["region_id", 3185], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3185], ["category", "district"], ["code", "PW"], ["name", "Plaines Wilhems"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "QB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "QB"], ["region_id", 3185], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3185], ["category", "city"], ["code", "QB"], ["name", "Quatre Bornes"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "RO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RO"], ["region_id", 3185], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3185], ["category", "dependency"], ["code", "RO"], ["name", "Rodrigues Island"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "RP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RP"], ["region_id", 3185], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3185], ["category", "district"], ["code", "RP"], ["name", "Rivière du Rempart"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["region_id", 3185], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3185], ["category", "district"], ["code", "SA"], ["name", "Savanne"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "VP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VP"], ["region_id", 3185], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3185], ["category", "city"], ["code", "VP"], ["name", "Vacoas-Phoenix"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "MV"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "MV"], ["name", "Maldives"], ["alpha_3_code", "MDV"], ["numeric_code", 462], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3203 AND "regions"."code" = ? LIMIT ? [["code", "CE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CE"], ["region_id", 3203], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3203], ["category", "province"], ["code", "CE"], ["name", "Central"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3204 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 3204], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3204], ["category", "administrative atoll"], ["code", "17"], ["name", "Dhaalu"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3204 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 3204], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3204], ["category", "administrative atoll"], ["code", "14"], ["name", "Faafu"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3204 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 3204], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3204], ["category", "administrative atoll"], ["code", "12"], ["name", "Meemu"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3203 AND "regions"."code" = ? LIMIT ? [["code", "MLE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MLE"], ["region_id", 3203], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3203], ["category", "city"], ["code", "MLE"], ["name", "Male"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3203 AND "regions"."code" = ? LIMIT ? [["code", "NC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NC"], ["region_id", 3203], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3203], ["category", "province"], ["code", "NC"], ["name", "North Central"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3209 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 3209], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3209], ["category", "administrative atoll"], ["code", "02"], ["name", "Alifu Alifu"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3209 AND "regions"."code" = ? LIMIT ? [["code", "00"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "00"], ["region_id", 3209], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3209], ["category", "administrative atoll"], ["code", "00"], ["name", "Alifu Dhaalu"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3209 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["region_id", 3209], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3209], ["category", "administrative atoll"], ["code", "26"], ["name", "Kaafu"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3209 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 3209], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3209], ["category", "administrative atoll"], ["code", "04"], ["name", "Vaavu"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3203 AND "regions"."code" = ? LIMIT ? [["code", "NO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NO"], ["region_id", 3203], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3203], ["category", "province"], ["code", "NO"], ["name", "North"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3214 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["region_id", 3214], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3214], ["category", "administrative atoll"], ["code", "20"], ["name", "Baa"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3214 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 3214], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3214], ["category", "administrative atoll"], ["code", "03"], ["name", "Lhaviyani"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3214 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["region_id", 3214], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3214], ["category", "administrative atoll"], ["code", "25"], ["name", "Noonu"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3214 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 3214], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3214], ["category", "administrative atoll"], ["code", "13"], ["name", "Raa"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3203 AND "regions"."code" = ? LIMIT ? [["code", "SC"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SC"], ["region_id", 3203], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3203], ["category", "province"], ["code", "SC"], ["name", "South Central"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3219 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["region_id", 3219], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3219], ["category", "administrative atoll"], ["code", "27"], ["name", "Gaafu Alifu"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3219 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["region_id", 3219], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3219], ["category", "administrative atoll"], ["code", "28"], ["name", "Gaafu Dhaalu"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3203 AND "regions"."code" = ? LIMIT ? [["code", "SU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SU"], ["region_id", 3203], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3203], ["category", "province"], ["code", "SU"], ["name", "South"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3222 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["region_id", 3222], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3222], ["category", "administrative atoll"], ["code", "29"], ["name", "Gnaviyani"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3222 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 3222], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3222], ["category", "administrative atoll"], ["code", "01"], ["name", "Seenu"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3203 AND "regions"."code" = ? LIMIT ? [["code", "UN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UN"], ["region_id", 3203], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3203], ["category", "province"], ["code", "UN"], ["name", "Upper North"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3225 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 3225], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3225], ["category", "administrative atoll"], ["code", "07"], ["name", "Haa Alifu"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3225 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["region_id", 3225], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3225], ["category", "administrative atoll"], ["code", "23"], ["name", "Haa Dhaalu"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3225 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["region_id", 3225], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3225], ["category", "administrative atoll"], ["code", "24"], ["name", "Shaviyani"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3203 AND "regions"."code" = ? LIMIT ? [["code", "US"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "US"], ["region_id", 3203], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3203], ["category", "province"], ["code", "US"], ["name", "Upper South"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3229 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 3229], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3229], ["category", "administrative atoll"], ["code", "05"], ["name", "Laamu"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3229 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 3229], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3229], ["category", "administrative atoll"], ["code", "08"], ["name", "Thaa"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MW"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "MW"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "MW"], ["name", "Malawi"], ["alpha_3_code", "MWI"], ["numeric_code", 454], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3232 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["region_id", 3232], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3232], ["category", "region"], ["code", "C"], ["name", "Central Region"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3233 AND "regions"."code" = ? LIMIT ? [["code", "DE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DE"], ["region_id", 3233], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3233], ["category", "district"], ["code", "DE"], ["name", "Dedza"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3233 AND "regions"."code" = ? LIMIT ? [["code", "DO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DO"], ["region_id", 3233], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3233], ["category", "district"], ["code", "DO"], ["name", "Dowa"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3233 AND "regions"."code" = ? LIMIT ? [["code", "KS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KS"], ["region_id", 3233], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3233], ["category", "district"], ["code", "KS"], ["name", "Kasungu"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3233 AND "regions"."code" = ? LIMIT ? [["code", "LI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LI"], ["region_id", 3233], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3233], ["category", "district"], ["code", "LI"], ["name", "Lilongwe"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3233 AND "regions"."code" = ? LIMIT ? [["code", "MC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MC"], ["region_id", 3233], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3233], ["category", "district"], ["code", "MC"], ["name", "Mchinji"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3233 AND "regions"."code" = ? LIMIT ? [["code", "NK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NK"], ["region_id", 3233], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3233], ["category", "district"], ["code", "NK"], ["name", "Nkhotakota"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3233 AND "regions"."code" = ? LIMIT ? [["code", "NU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NU"], ["region_id", 3233], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3233], ["category", "district"], ["code", "NU"], ["name", "Ntcheu"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3233 AND "regions"."code" = ? LIMIT ? [["code", "NI"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NI"], ["region_id", 3233], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3233], ["category", "district"], ["code", "NI"], ["name", "Ntchisi"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3233 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["region_id", 3233], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3233], ["category", "district"], ["code", "SA"], ["name", "Salima"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3232 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["region_id", 3232], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3232], ["category", "region"], ["code", "N"], ["name", "Northern Region"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3243 AND "regions"."code" = ? LIMIT ? [["code", "CT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CT"], ["region_id", 3243], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3243], ["category", "district"], ["code", "CT"], ["name", "Chitipa"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3243 AND "regions"."code" = ? LIMIT ? [["code", "KR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KR"], ["region_id", 3243], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3243], ["category", "district"], ["code", "KR"], ["name", "Karonga"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3243 AND "regions"."code" = ? LIMIT ? [["code", "LK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LK"], ["region_id", 3243], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3243], ["category", "district"], ["code", "LK"], ["name", "Likoma"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3243 AND "regions"."code" = ? LIMIT ? [["code", "MZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MZ"], ["region_id", 3243], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3243], ["category", "district"], ["code", "MZ"], ["name", "Mzimba"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3243 AND "regions"."code" = ? LIMIT ? [["code", "NE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NE"], ["region_id", 3243], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3243], ["category", "district"], ["code", "NE"], ["name", "Neno"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3243 AND "regions"."code" = ? LIMIT ? [["code", "NB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NB"], ["region_id", 3243], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3243], ["category", "district"], ["code", "NB"], ["name", "Nkhata Bay"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3243 AND "regions"."code" = ? LIMIT ? [["code", "RU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RU"], ["region_id", 3243], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3243], ["category", "district"], ["code", "RU"], ["name", "Rumphi"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3232 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["region_id", 3232], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3232], ["category", "region"], ["code", "S"], ["name", "Southern Region"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3251 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["region_id", 3251], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3251], ["category", "district"], ["code", "BA"], ["name", "Balaka"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3251 AND "regions"."code" = ? LIMIT ? [["code", "BL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BL"], ["region_id", 3251], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3251], ["category", "district"], ["code", "BL"], ["name", "Blantyre"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3251 AND "regions"."code" = ? LIMIT ? [["code", "CK"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CK"], ["region_id", 3251], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3251], ["category", "district"], ["code", "CK"], ["name", "Chikwawa"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3251 AND "regions"."code" = ? LIMIT ? [["code", "CR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CR"], ["region_id", 3251], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3251], ["category", "district"], ["code", "CR"], ["name", "Chiradzulu"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3251 AND "regions"."code" = ? LIMIT ? [["code", "MH"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MH"], ["region_id", 3251], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3251], ["category", "district"], ["code", "MH"], ["name", "Machinga"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3251 AND "regions"."code" = ? LIMIT ? [["code", "MG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MG"], ["region_id", 3251], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3251], ["category", "district"], ["code", "MG"], ["name", "Mangochi"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3251 AND "regions"."code" = ? LIMIT ? [["code", "MU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MU"], ["region_id", 3251], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3251], ["category", "district"], ["code", "MU"], ["name", "Mulanje"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3251 AND "regions"."code" = ? LIMIT ? [["code", "MW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MW"], ["region_id", 3251], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3251], ["category", "district"], ["code", "MW"], ["name", "Mwanza"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3251 AND "regions"."code" = ? LIMIT ? [["code", "NS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NS"], ["region_id", 3251], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3251], ["category", "district"], ["code", "NS"], ["name", "Nsanje"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3251 AND "regions"."code" = ? LIMIT ? [["code", "PH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PH"], ["region_id", 3251], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3251], ["category", "district"], ["code", "PH"], ["name", "Phalombe"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3251 AND "regions"."code" = ? LIMIT ? [["code", "TH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TH"], ["region_id", 3251], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3251], ["category", "district"], ["code", "TH"], ["name", "Thyolo"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3251 AND "regions"."code" = ? LIMIT ? [["code", "ZO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZO"], ["region_id", 3251], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3251], ["category", "district"], ["code", "ZO"], ["name", "Zomba"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "MX"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "MX"], ["name", "Mexico"], ["alpha_3_code", "MEX"], ["numeric_code", 484], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "AGU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AGU"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "AGU"], ["name", "Aguascalientes"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "BCN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BCN"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "BCN"], ["name", "Baja California"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "BCS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BCS"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "BCS"], ["name", "Baja California Sur"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "CAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CAM"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "CAM"], ["name", "Campeche"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "CHH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CHH"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "CHH"], ["name", "Chihuahua"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "CHP"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CHP"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "CHP"], ["name", "Chiapas"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "COA"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "COA"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "COA"], ["name", "Coahuila"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "COL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "COL"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "COL"], ["name", "Colima"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "DIF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DIF"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "federal district"], ["code", "DIF"], ["name", "Distrito Federal"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "DUR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DUR"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "DUR"], ["name", "Durango"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "GRO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GRO"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "GRO"], ["name", "Guerrero"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "GUA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GUA"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "GUA"], ["name", "Guanajuato"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "HID"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HID"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "HID"], ["name", "Hidalgo"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "JAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JAL"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "JAL"], ["name", "Jalisco"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "MEX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MEX"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "MEX"], ["name", "México"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "MIC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MIC"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "MIC"], ["name", "Michoacán"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "MOR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MOR"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "MOR"], ["name", "Morelos"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "NAY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NAY"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "NAY"], ["name", "Nayarit"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "NLE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NLE"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "NLE"], ["name", "Nuevo León"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "OAX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OAX"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "OAX"], ["name", "Oaxaca"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "PUE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PUE"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "PUE"], ["name", "Puebla"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "QUE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "QUE"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "QUE"], ["name", "Querétaro"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "ROO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ROO"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "ROO"], ["name", "Quintana Roo"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "SIN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SIN"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "SIN"], ["name", "Sinaloa"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "SLP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SLP"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "SLP"], ["name", "San Luis Potosí"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "SON"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SON"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "SON"], ["name", "Sonora"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "TAB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TAB"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "TAB"], ["name", "Tabasco"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "TAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TAM"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "TAM"], ["name", "Tamaulipas"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "TLA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TLA"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "TLA"], ["name", "Tlaxcala"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "VER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VER"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "VER"], ["name", "Veracruz"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "YUC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "YUC"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "YUC"], ["name", "Yucatán"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "ZAC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZAC"], ["region_id", 3264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3264], ["category", "state"], ["code", "ZAC"], ["name", "Zacatecas"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "MY"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "MY"], ["name", "Malaysia"], ["alpha_3_code", "MYS"], ["numeric_code", 458], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 3297], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3297], ["category", "state"], ["code", "01"], ["name", "Johor"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 3297], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3297], ["category", "state"], ["code", "02"], ["name", "Kedah"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 3297], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3297], ["category", "state"], ["code", "03"], ["name", "Kelantan"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 3297], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3297], ["category", "state"], ["code", "04"], ["name", "Melaka"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 3297], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3297], ["category", "state"], ["code", "05"], ["name", "Negeri Sembilan"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 3297], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3297], ["category", "state"], ["code", "06"], ["name", "Pahang"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 3297], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3297], ["category", "state"], ["code", "07"], ["name", "Pulau Pinang"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 3297], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3297], ["category", "state"], ["code", "08"], ["name", "Perak"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 3297], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3297], ["category", "state"], ["code", "09"], ["name", "Perlis"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 3297], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3297], ["category", "state"], ["code", "10"], ["name", "Selangor"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 3297], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3297], ["category", "state"], ["code", "11"], ["name", "Terengganu"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 3297], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3297], ["category", "state"], ["code", "12"], ["name", "Sabah"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 3297], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3297], ["category", "state"], ["code", "13"], ["name", "Sarawak"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 3297], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3297], ["category", "federal territories"], ["code", "14"], ["name", "Wilayah Persekutuan Kuala Lumpur"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 3297], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3297], ["category", "federal territories"], ["code", "15"], ["name", "Wilayah Persekutuan Labuan"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 3297], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3297], ["category", "federal territories"], ["code", "16"], ["name", "Wilayah Persekutuan Putrajaya"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "MZ"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "MZ"], ["name", "Mozambique"], ["alpha_3_code", "MOZ"], ["numeric_code", 508], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3314 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["region_id", 3314], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3314], ["category", "province"], ["code", "A"], ["name", "Niassa"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3314 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["region_id", 3314], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3314], ["category", "province"], ["code", "B"], ["name", "Manica"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3314 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["region_id", 3314], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3314], ["category", "province"], ["code", "G"], ["name", "Gaza"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3314 AND "regions"."code" = ? LIMIT ? [["code", "I"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "I"], ["region_id", 3314], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3314], ["category", "province"], ["code", "I"], ["name", "Inhambane"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3314 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["region_id", 3314], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3314], ["category", "province"], ["code", "L"], ["name", "Maputo"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3314 AND "regions"."code" = ? LIMIT ? [["code", "MPM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MPM"], ["region_id", 3314], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3314], ["category", "city"], ["code", "MPM"], ["name", "Maputo (city)"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3314 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["region_id", 3314], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3314], ["category", "province"], ["code", "N"], ["name", "Numpula"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3314 AND "regions"."code" = ? LIMIT ? [["code", "P"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "P"], ["region_id", 3314], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3314], ["category", "province"], ["code", "P"], ["name", "Cabo Delgado"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3314 AND "regions"."code" = ? LIMIT ? [["code", "Q"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "Q"], ["region_id", 3314], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3314], ["category", "province"], ["code", "Q"], ["name", "Zambezia"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3314 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["region_id", 3314], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3314], ["category", "province"], ["code", "S"], ["name", "Sofala"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3314 AND "regions"."code" = ? LIMIT ? [["code", "T"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "T"], ["region_id", 3314], ["LIMIT", 1]] SQL (1.6ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3314], ["category", "province"], ["code", "T"], ["name", "Tete"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (6.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "NA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "NA"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "NA"], ["name", "Namibia"], ["alpha_3_code", "NAM"], ["numeric_code", 516], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (5.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "CA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CA"], ["region_id", 3326], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3326], ["category", "region"], ["code", "CA"], ["name", "Caprivi"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "ER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ER"], ["region_id", 3326], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3326], ["category", "region"], ["code", "ER"], ["name", "Erongo"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "HA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HA"], ["region_id", 3326], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3326], ["category", "region"], ["code", "HA"], ["name", "Hardap"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["region_id", 3326], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3326], ["category", "region"], ["code", "KA"], ["name", "Karas"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "KH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KH"], ["region_id", 3326], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3326], ["category", "region"], ["code", "KH"], ["name", "Khomas"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "KU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KU"], ["region_id", 3326], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3326], ["category", "region"], ["code", "KU"], ["name", "Kunene"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "OD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OD"], ["region_id", 3326], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3326], ["category", "region"], ["code", "OD"], ["name", "Otjozondjupa"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "OH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OH"], ["region_id", 3326], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3326], ["category", "region"], ["code", "OH"], ["name", "Omaheke"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "OK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OK"], ["region_id", 3326], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3326], ["category", "region"], ["code", "OK"], ["name", "Okavango"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "ON"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ON"], ["region_id", 3326], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3326], ["category", "region"], ["code", "ON"], ["name", "Oshana"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "OS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OS"], ["region_id", 3326], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3326], ["category", "region"], ["code", "OS"], ["name", "Omusati"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "OT"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OT"], ["region_id", 3326], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3326], ["category", "region"], ["code", "OT"], ["name", "Oshikoto"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "OW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OW"], ["region_id", 3326], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3326], ["category", "region"], ["code", "OW"], ["name", "Ohangwena"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "NC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "NC"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "NC"], ["name", "New Caledonia"], ["alpha_3_code", "NCL"], ["numeric_code", 540], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "NE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "NE"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "NE"], ["name", "Niger"], ["alpha_3_code", "NER"], ["numeric_code", 562], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3341 AND "regions"."code" = ? LIMIT ? [["code", "1"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "1"], ["region_id", 3341], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3341], ["category", "department"], ["code", "1"], ["name", "Agadez"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3341 AND "regions"."code" = ? LIMIT ? [["code", "2"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "2"], ["region_id", 3341], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3341], ["category", "department"], ["code", "2"], ["name", "Diffa"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3341 AND "regions"."code" = ? LIMIT ? [["code", "3"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "3"], ["region_id", 3341], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3341], ["category", "department"], ["code", "3"], ["name", "Dosso"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3341 AND "regions"."code" = ? LIMIT ? [["code", "4"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "4"], ["region_id", 3341], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3341], ["category", "department"], ["code", "4"], ["name", "Maradi"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3341 AND "regions"."code" = ? LIMIT ? [["code", "5"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "5"], ["region_id", 3341], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3341], ["category", "department"], ["code", "5"], ["name", "Tahoua"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3341 AND "regions"."code" = ? LIMIT ? [["code", "6"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "6"], ["region_id", 3341], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3341], ["category", "department"], ["code", "6"], ["name", "Tillabéri"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3341 AND "regions"."code" = ? LIMIT ? [["code", "7"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "7"], ["region_id", 3341], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3341], ["category", "department"], ["code", "7"], ["name", "Zinder"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3341 AND "regions"."code" = ? LIMIT ? [["code", "8"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "8"], ["region_id", 3341], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3341], ["category", "capital district"], ["code", "8"], ["name", "Niamey"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "NF"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "NF"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "NF"], ["name", "Norfolk Island"], ["alpha_3_code", "NFK"], ["numeric_code", 574], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "NG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "NG"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "NG"], ["name", "Nigeria"], ["alpha_3_code", "NGA"], ["numeric_code", 566], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "AB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AB"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "AB"], ["name", "Abia"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "AD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AD"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "AD"], ["name", "Adamawa"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "AK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AK"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "AK"], ["name", "Akwa Ibom"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "AN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AN"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "AN"], ["name", "Anambra"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "BA"], ["name", "Bauchi"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "BE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BE"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "BE"], ["name", "Benue"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "BO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BO"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "BO"], ["name", "Borno"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "BY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BY"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "BY"], ["name", "Bayelsa"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "CR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CR"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "CR"], ["name", "Cross River"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "DE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DE"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "DE"], ["name", "Delta"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "EB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EB"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "EB"], ["name", "Ebonyi"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "ED"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ED"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "ED"], ["name", "Edo"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "EK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EK"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "EK"], ["name", "Ekiti"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "EN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EN"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "EN"], ["name", "Enugu"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "FC"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FC"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "capital territory"], ["code", "FC"], ["name", "Abuja Capital Territory"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "GO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GO"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "GO"], ["name", "Gombe"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "IM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IM"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "IM"], ["name", "Imo"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "JI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JI"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "JI"], ["name", "Jigawa"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "KD"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KD"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "KD"], ["name", "Kaduna"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "KE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KE"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "KE"], ["name", "Kebbi"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "KN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KN"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "KN"], ["name", "Kano"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "KO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KO"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "KO"], ["name", "Kogi"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "KT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KT"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "KT"], ["name", "Katsina"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "KW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KW"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "KW"], ["name", "Kwara"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "LA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LA"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "LA"], ["name", "Lagos"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "NA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NA"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "NA"], ["name", "Nassarawa"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "NI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NI"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "NI"], ["name", "Niger"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "OG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OG"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "OG"], ["name", "Ogun"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "ON"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ON"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "ON"], ["name", "Ondo"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "OS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OS"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "OS"], ["name", "Osun"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "OY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OY"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "OY"], ["name", "Oyo"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "PL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PL"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "PL"], ["name", "Plateau"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "RI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RI"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "RI"], ["name", "Rivers"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "SO"], ["name", "Sokoto"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "TA"], ["name", "Taraba"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "YO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "YO"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "YO"], ["name", "Yobe"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "ZA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZA"], ["region_id", 3351], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3351], ["category", "state"], ["code", "ZA"], ["name", "Zamfara"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "NI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "NI"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "NI"], ["name", "Nicaragua"], ["alpha_3_code", "NIC"], ["numeric_code", 558], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "AN"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AN"], ["region_id", 3389], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3389], ["category", "autonomous region"], ["code", "AN"], ["name", "Atlántico Norte"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "AS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AS"], ["region_id", 3389], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3389], ["category", "autonomous region"], ["code", "AS"], ["name", "Atlántico Sur"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "BO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BO"], ["region_id", 3389], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3389], ["category", "department"], ["code", "BO"], ["name", "Boaco"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "CA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CA"], ["region_id", 3389], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3389], ["category", "department"], ["code", "CA"], ["name", "Carazo"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "CI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CI"], ["region_id", 3389], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3389], ["category", "department"], ["code", "CI"], ["name", "Chinandega"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CO"], ["region_id", 3389], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3389], ["category", "department"], ["code", "CO"], ["name", "Chontales"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "ES"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ES"], ["region_id", 3389], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3389], ["category", "department"], ["code", "ES"], ["name", "Estelí"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "GR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GR"], ["region_id", 3389], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3389], ["category", "department"], ["code", "GR"], ["name", "Granada"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "JI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JI"], ["region_id", 3389], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3389], ["category", "department"], ["code", "JI"], ["name", "Jinotega"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "LE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LE"], ["region_id", 3389], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3389], ["category", "department"], ["code", "LE"], ["name", "León"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "MD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MD"], ["region_id", 3389], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3389], ["category", "department"], ["code", "MD"], ["name", "Madriz"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "MN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MN"], ["region_id", 3389], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3389], ["category", "department"], ["code", "MN"], ["name", "Managua"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "MS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MS"], ["region_id", 3389], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3389], ["category", "department"], ["code", "MS"], ["name", "Masaya"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "MT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MT"], ["region_id", 3389], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3389], ["category", "department"], ["code", "MT"], ["name", "Matagalpa"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "NS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NS"], ["region_id", 3389], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3389], ["category", "department"], ["code", "NS"], ["name", "Nueva Segovia"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "RI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RI"], ["region_id", 3389], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3389], ["category", "department"], ["code", "RI"], ["name", "Rivas"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "SJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SJ"], ["region_id", 3389], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3389], ["category", "department"], ["code", "SJ"], ["name", "Río San Juan"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "NL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "NL"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "NL"], ["name", "Netherlands"], ["alpha_3_code", "NLD"], ["numeric_code", 528], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "AW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AW"], ["region_id", 3407], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3407], ["category", "country"], ["code", "AW"], ["name", "Aruba"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "BQ1"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BQ1"], ["region_id", 3407], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3407], ["category", "special municipality"], ["code", "BQ1"], ["name", "Bonaire"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "BQ2"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BQ2"], ["region_id", 3407], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3407], ["category", "special municipality"], ["code", "BQ2"], ["name", "Saba"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "BQ3"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BQ3"], ["region_id", 3407], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3407], ["category", "special municipality"], ["code", "BQ3"], ["name", "Sint Eustatius"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "CW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CW"], ["region_id", 3407], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3407], ["category", "country"], ["code", "CW"], ["name", "Curaçao"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "DR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DR"], ["region_id", 3407], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3407], ["category", "province"], ["code", "DR"], ["name", "Drenthe"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "FL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FL"], ["region_id", 3407], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3407], ["category", "province"], ["code", "FL"], ["name", "Flevoland"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "FR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FR"], ["region_id", 3407], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3407], ["category", "province"], ["code", "FR"], ["name", "Friesland"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "GE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GE"], ["region_id", 3407], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3407], ["category", "province"], ["code", "GE"], ["name", "Gelderland"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "GR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GR"], ["region_id", 3407], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3407], ["category", "province"], ["code", "GR"], ["name", "Groningen"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "LI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LI"], ["region_id", 3407], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3407], ["category", "province"], ["code", "LI"], ["name", "Limburg"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "NB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NB"], ["region_id", 3407], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3407], ["category", "province"], ["code", "NB"], ["name", "Noord-Brabant"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "NH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NH"], ["region_id", 3407], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3407], ["category", "province"], ["code", "NH"], ["name", "Noord-Holland"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "OV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OV"], ["region_id", 3407], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3407], ["category", "province"], ["code", "OV"], ["name", "Overijssel"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "SX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SX"], ["region_id", 3407], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3407], ["category", "country"], ["code", "SX"], ["name", "Sint Maarten"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "UT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UT"], ["region_id", 3407], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3407], ["category", "province"], ["code", "UT"], ["name", "Utrecht"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "ZE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZE"], ["region_id", 3407], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3407], ["category", "province"], ["code", "ZE"], ["name", "Zeeland"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "ZH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZH"], ["region_id", 3407], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3407], ["category", "province"], ["code", "ZH"], ["name", "Zuid-Holland"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "NO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "NO"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "NO"], ["name", "Norway"], ["alpha_3_code", "NOR"], ["numeric_code", 578], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 3426], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3426], ["category", "county"], ["code", "01"], ["name", "Østfold"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 3426], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3426], ["category", "county"], ["code", "02"], ["name", "Akershus"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 3426], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3426], ["category", "county"], ["code", "03"], ["name", "Oslo"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 3426], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3426], ["category", "county"], ["code", "04"], ["name", "Hedmark"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 3426], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3426], ["category", "county"], ["code", "05"], ["name", "Oppland"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 3426], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3426], ["category", "county"], ["code", "06"], ["name", "Buskerud"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 3426], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3426], ["category", "county"], ["code", "07"], ["name", "Vestfold"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 3426], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3426], ["category", "county"], ["code", "08"], ["name", "Telemark"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 3426], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3426], ["category", "county"], ["code", "09"], ["name", "Aust-Agder"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 3426], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3426], ["category", "county"], ["code", "10"], ["name", "Vest-Agder"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 3426], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3426], ["category", "county"], ["code", "11"], ["name", "Rogaland"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 3426], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3426], ["category", "county"], ["code", "12"], ["name", "Hordaland"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 3426], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3426], ["category", "county"], ["code", "14"], ["name", "Sogn og Fjordane"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 3426], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3426], ["category", "county"], ["code", "15"], ["name", "Møre og Romsdal"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 3426], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3426], ["category", "county"], ["code", "16"], ["name", "Sør-Trøndelag"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 3426], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3426], ["category", "county"], ["code", "17"], ["name", "Nord-Trøndelag"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["region_id", 3426], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3426], ["category", "county"], ["code", "18"], ["name", "Nordland"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["region_id", 3426], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3426], ["category", "county"], ["code", "19"], ["name", "Troms"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["region_id", 3426], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3426], ["category", "county"], ["code", "20"], ["name", "Finnmark"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 3426], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3426], ["category", "arctic region"], ["code", "21"], ["name", "Svalbard (Arctic Region)"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["region_id", 3426], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3426], ["category", "arctic region"], ["code", "22"], ["name", "Jan Mayen (Arctic Region)"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "NP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "NP"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "NP"], ["name", "Nepal"], ["alpha_3_code", "NPL"], ["numeric_code", 524], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3448 AND "regions"."code" = ? LIMIT ? [["code", "1"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "1"], ["region_id", 3448], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3448], ["category", "development region"], ["code", "1"], ["name", "Madhyamanchal"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3449 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["region_id", 3449], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3449], ["category", "zone"], ["code", "BA"], ["name", "Bagmati"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3449 AND "regions"."code" = ? LIMIT ? [["code", "JA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JA"], ["region_id", 3449], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3449], ["category", "zone"], ["code", "JA"], ["name", "Janakpur"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3449 AND "regions"."code" = ? LIMIT ? [["code", "NA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NA"], ["region_id", 3449], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3449], ["category", "zone"], ["code", "NA"], ["name", "Narayani"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3448 AND "regions"."code" = ? LIMIT ? [["code", "2"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "2"], ["region_id", 3448], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3448], ["category", "development region"], ["code", "2"], ["name", "Madhya Pashchimanchal"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3453 AND "regions"."code" = ? LIMIT ? [["code", "BH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BH"], ["region_id", 3453], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3453], ["category", "zone"], ["code", "BH"], ["name", "Bheri"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3453 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["region_id", 3453], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3453], ["category", "zone"], ["code", "KA"], ["name", "Karnali"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3453 AND "regions"."code" = ? LIMIT ? [["code", "RA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RA"], ["region_id", 3453], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3453], ["category", "zone"], ["code", "RA"], ["name", "Rapti"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3448 AND "regions"."code" = ? LIMIT ? [["code", "3"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "3"], ["region_id", 3448], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3448], ["category", "development region"], ["code", "3"], ["name", "Pashchimanchal"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3457 AND "regions"."code" = ? LIMIT ? [["code", "DH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DH"], ["region_id", 3457], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3457], ["category", "zone"], ["code", "DH"], ["name", "Dhawalagiri"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3457 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["region_id", 3457], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3457], ["category", "zone"], ["code", "GA"], ["name", "Gandaki"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3457 AND "regions"."code" = ? LIMIT ? [["code", "LU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LU"], ["region_id", 3457], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3457], ["category", "zone"], ["code", "LU"], ["name", "Lumbini"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3448 AND "regions"."code" = ? LIMIT ? [["code", "4"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "4"], ["region_id", 3448], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3448], ["category", "development region"], ["code", "4"], ["name", "Purwanchal"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3461 AND "regions"."code" = ? LIMIT ? [["code", "KO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KO"], ["region_id", 3461], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3461], ["category", "zone"], ["code", "KO"], ["name", "Kosi"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3461 AND "regions"."code" = ? LIMIT ? [["code", "ME"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ME"], ["region_id", 3461], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3461], ["category", "zone"], ["code", "ME"], ["name", "Mechi"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3461 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["region_id", 3461], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3461], ["category", "zone"], ["code", "SA"], ["name", "Sagarmatha"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3448 AND "regions"."code" = ? LIMIT ? [["code", "5"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "5"], ["region_id", 3448], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3448], ["category", "development region"], ["code", "5"], ["name", "Sudur Pashchimanchal"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3465 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["region_id", 3465], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3465], ["category", "zone"], ["code", "MA"], ["name", "Mahakali"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3465 AND "regions"."code" = ? LIMIT ? [["code", "SE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SE"], ["region_id", 3465], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3465], ["category", "zone"], ["code", "SE"], ["name", "Seti"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "NR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "NR"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "NR"], ["name", "Nauru"], ["alpha_3_code", "NRU"], ["numeric_code", 520], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 3468], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3468], ["category", "district"], ["code", "01"], ["name", "Aiwo"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 3468], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3468], ["category", "district"], ["code", "02"], ["name", "Anabar"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 3468], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3468], ["category", "district"], ["code", "03"], ["name", "Anetan"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 3468], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3468], ["category", "district"], ["code", "04"], ["name", "Anibare"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 3468], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3468], ["category", "district"], ["code", "05"], ["name", "Baiti"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 3468], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3468], ["category", "district"], ["code", "06"], ["name", "Boe"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 3468], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3468], ["category", "district"], ["code", "07"], ["name", "Buada"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 3468], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3468], ["category", "district"], ["code", "08"], ["name", "Denigomodu"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 3468], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3468], ["category", "district"], ["code", "09"], ["name", "Ewa"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 3468], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3468], ["category", "district"], ["code", "10"], ["name", "Ijuw"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 3468], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3468], ["category", "district"], ["code", "11"], ["name", "Meneng"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 3468], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3468], ["category", "district"], ["code", "12"], ["name", "Nibok"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 3468], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3468], ["category", "district"], ["code", "13"], ["name", "Uaboe"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 3468], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3468], ["category", "district"], ["code", "14"], ["name", "Yaren"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "NU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "NU"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "NU"], ["name", "Niue"], ["alpha_3_code", "NIU"], ["numeric_code", 570], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "NZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "NZ"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "NZ"], ["name", "New Zealand"], ["alpha_3_code", "NZL"], ["numeric_code", 554], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3484 AND "regions"."code" = ? LIMIT ? [["code", "CIT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CIT"], ["region_id", 3484], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3484], ["category", "special island authority"], ["code", "CIT"], ["name", "Chatham Islands Territory"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3484 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["region_id", 3484], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3484], ["category", "island"], ["code", "N"], ["name", "North Island"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3486 AND "regions"."code" = ? LIMIT ? [["code", "AUK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AUK"], ["region_id", 3486], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3486], ["category", "regional council"], ["code", "AUK"], ["name", "Auckland"], ["created_at", 2016-11-21 00:08:56 UTC], ["updated_at", 2016-11-21 00:08:56 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3486 AND "regions"."code" = ? LIMIT ? [["code", "BOP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BOP"], ["region_id", 3486], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3486], ["category", "regional council"], ["code", "BOP"], ["name", "Bay of Plenty"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3486 AND "regions"."code" = ? LIMIT ? [["code", "HKB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HKB"], ["region_id", 3486], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3486], ["category", "regional council"], ["code", "HKB"], ["name", "Hawke's Bay"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3486 AND "regions"."code" = ? LIMIT ? [["code", "MWT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MWT"], ["region_id", 3486], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3486], ["category", "regional council"], ["code", "MWT"], ["name", "Manawatu-Wanganui"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3486 AND "regions"."code" = ? LIMIT ? [["code", "NTL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NTL"], ["region_id", 3486], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3486], ["category", "regional council"], ["code", "NTL"], ["name", "Northland"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3486 AND "regions"."code" = ? LIMIT ? [["code", "TKI"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TKI"], ["region_id", 3486], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3486], ["category", "regional council"], ["code", "TKI"], ["name", "Taranaki"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3486 AND "regions"."code" = ? LIMIT ? [["code", "WKO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WKO"], ["region_id", 3486], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3486], ["category", "regional council"], ["code", "WKO"], ["name", "Waikato"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3486 AND "regions"."code" = ? LIMIT ? [["code", "WGN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WGN"], ["region_id", 3486], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3486], ["category", "regional council"], ["code", "WGN"], ["name", "Wellington"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3486 AND "regions"."code" = ? LIMIT ? [["code", "GIS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GIS"], ["region_id", 3486], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3486], ["category", "unitary authority"], ["code", "GIS"], ["name", "Gisborne District"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3484 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["region_id", 3484], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3484], ["category", "island"], ["code", "S"], ["name", "South Island"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3496 AND "regions"."code" = ? LIMIT ? [["code", "CAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CAN"], ["region_id", 3496], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3496], ["category", "regional council"], ["code", "CAN"], ["name", "Canterbury"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3496 AND "regions"."code" = ? LIMIT ? [["code", "OTA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OTA"], ["region_id", 3496], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3496], ["category", "regional council"], ["code", "OTA"], ["name", "Otago"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3496 AND "regions"."code" = ? LIMIT ? [["code", "STL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "STL"], ["region_id", 3496], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3496], ["category", "regional council"], ["code", "STL"], ["name", "Southland"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3496 AND "regions"."code" = ? LIMIT ? [["code", "WTC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WTC"], ["region_id", 3496], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3496], ["category", "regional council"], ["code", "WTC"], ["name", "West Coast"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3496 AND "regions"."code" = ? LIMIT ? [["code", "MBH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MBH"], ["region_id", 3496], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3496], ["category", "unitary authority"], ["code", "MBH"], ["name", "Marlborough District"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3496 AND "regions"."code" = ? LIMIT ? [["code", "NSN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NSN"], ["region_id", 3496], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3496], ["category", "unitary authority"], ["code", "NSN"], ["name", "Nelson City"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3496 AND "regions"."code" = ? LIMIT ? [["code", "TAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TAS"], ["region_id", 3496], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3496], ["category", "unitary authority"], ["code", "TAS"], ["name", "Tasman District"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "OM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "OM"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "OM"], ["name", "Oman"], ["alpha_3_code", "OMN"], ["numeric_code", 512], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3504 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["region_id", 3504], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3504], ["category", "region"], ["code", "BA"], ["name", "Al Bāţinah"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3504 AND "regions"."code" = ? LIMIT ? [["code", "BU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BU"], ["region_id", 3504], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3504], ["category", "governorate"], ["code", "BU"], ["name", "Al Buraymī"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3504 AND "regions"."code" = ? LIMIT ? [["code", "DA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DA"], ["region_id", 3504], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3504], ["category", "region"], ["code", "DA"], ["name", "Ad Dākhilīya"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3504 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["region_id", 3504], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3504], ["category", "governorate"], ["code", "MA"], ["name", "Masqaţ"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3504 AND "regions"."code" = ? LIMIT ? [["code", "MU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MU"], ["region_id", 3504], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3504], ["category", "governorate"], ["code", "MU"], ["name", "Musandam"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3504 AND "regions"."code" = ? LIMIT ? [["code", "SH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SH"], ["region_id", 3504], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3504], ["category", "region"], ["code", "SH"], ["name", "Ash Sharqīyah"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3504 AND "regions"."code" = ? LIMIT ? [["code", "WU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WU"], ["region_id", 3504], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3504], ["category", "region"], ["code", "WU"], ["name", "Al Wusţá"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3504 AND "regions"."code" = ? LIMIT ? [["code", "ZA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZA"], ["region_id", 3504], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3504], ["category", "region"], ["code", "ZA"], ["name", "Az̧ Z̧āhirah"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3504 AND "regions"."code" = ? LIMIT ? [["code", "ZU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZU"], ["region_id", 3504], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3504], ["category", "governorate"], ["code", "ZU"], ["name", "Z̧ufār"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "PA"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "PA"], ["name", "Panama"], ["alpha_3_code", "PAN"], ["numeric_code", 591], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3514 AND "regions"."code" = ? LIMIT ? [["code", "1"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "1"], ["region_id", 3514], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3514], ["category", "province"], ["code", "1"], ["name", "Bocas del Toro"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3514 AND "regions"."code" = ? LIMIT ? [["code", "2"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "2"], ["region_id", 3514], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3514], ["category", "province"], ["code", "2"], ["name", "Coclé"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3514 AND "regions"."code" = ? LIMIT ? [["code", "3"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "3"], ["region_id", 3514], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3514], ["category", "province"], ["code", "3"], ["name", "Colón"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3514 AND "regions"."code" = ? LIMIT ? [["code", "4"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "4"], ["region_id", 3514], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3514], ["category", "province"], ["code", "4"], ["name", "Chiriquí"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3514 AND "regions"."code" = ? LIMIT ? [["code", "5"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "5"], ["region_id", 3514], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3514], ["category", "province"], ["code", "5"], ["name", "Darién"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3514 AND "regions"."code" = ? LIMIT ? [["code", "6"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "6"], ["region_id", 3514], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3514], ["category", "province"], ["code", "6"], ["name", "Herrera"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3514 AND "regions"."code" = ? LIMIT ? [["code", "7"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "7"], ["region_id", 3514], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3514], ["category", "province"], ["code", "7"], ["name", "Los Santos"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3514 AND "regions"."code" = ? LIMIT ? [["code", "8"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "8"], ["region_id", 3514], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3514], ["category", "province"], ["code", "8"], ["name", "Panamá"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3514 AND "regions"."code" = ? LIMIT ? [["code", "9"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "9"], ["region_id", 3514], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3514], ["category", "province"], ["code", "9"], ["name", "Veraguas"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3514 AND "regions"."code" = ? LIMIT ? [["code", "EM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EM"], ["region_id", 3514], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3514], ["category", "indigenous region"], ["code", "EM"], ["name", "Emberá"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3514 AND "regions"."code" = ? LIMIT ? [["code", "KY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KY"], ["region_id", 3514], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3514], ["category", "indigenous region"], ["code", "KY"], ["name", "Kuna Yala"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3514 AND "regions"."code" = ? LIMIT ? [["code", "NB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NB"], ["region_id", 3514], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3514], ["category", "indigenous region"], ["code", "NB"], ["name", "Ngöbe-Buglé"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "PE"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "PE"], ["name", "Peru"], ["alpha_3_code", "PER"], ["numeric_code", 604], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "AMA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AMA"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "region"], ["code", "AMA"], ["name", "Amazonas"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "ANC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ANC"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "region"], ["code", "ANC"], ["name", "Ancash"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "APU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "APU"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "region"], ["code", "APU"], ["name", "Apurímac"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "ARE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ARE"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "region"], ["code", "ARE"], ["name", "Arequipa"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "AYA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AYA"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "region"], ["code", "AYA"], ["name", "Ayacucho"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "CAJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CAJ"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "region"], ["code", "CAJ"], ["name", "Cajamarca"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "CAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CAL"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "constitutional province"], ["code", "CAL"], ["name", "El Callao"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "CUS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CUS"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "region"], ["code", "CUS"], ["name", "Cusco [Cuzco]"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "HUC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HUC"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "region"], ["code", "HUC"], ["name", "Huánuco"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "HUV"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HUV"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "region"], ["code", "HUV"], ["name", "Huancavelica"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.8ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "ICA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ICA"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "region"], ["code", "ICA"], ["name", "Ica"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "JUN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JUN"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "region"], ["code", "JUN"], ["name", "Junín"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "LAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LAL"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "region"], ["code", "LAL"], ["name", "La Libertad"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "LAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LAM"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "region"], ["code", "LAM"], ["name", "Lambayeque"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "LIM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LIM"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "region"], ["code", "LIM"], ["name", "Lima"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "LMA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LMA"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "municipality"], ["code", "LMA"], ["name", "Municipalidad Metropolitana de Lima"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "LOR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LOR"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "region"], ["code", "LOR"], ["name", "Loreto"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "MDD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MDD"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "region"], ["code", "MDD"], ["name", "Madre de Dios"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "MOQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MOQ"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "region"], ["code", "MOQ"], ["name", "Moquegua"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "PAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PAS"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "region"], ["code", "PAS"], ["name", "Pasco"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "PIU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PIU"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "region"], ["code", "PIU"], ["name", "Piura"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "PUN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PUN"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "region"], ["code", "PUN"], ["name", "Puno"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "SAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SAM"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "region"], ["code", "SAM"], ["name", "San Martín"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "TAC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TAC"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "region"], ["code", "TAC"], ["name", "Tacna"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "TUM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TUM"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "region"], ["code", "TUM"], ["name", "Tumbes"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "UCA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UCA"], ["region_id", 3527], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3527], ["category", "region"], ["code", "UCA"], ["name", "Ucayali"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "PF"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "PF"], ["name", "French Polynesia"], ["alpha_3_code", "PYF"], ["numeric_code", 258], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "PG"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "PG"], ["name", "Papua New Guinea"], ["alpha_3_code", "PNG"], ["numeric_code", 598], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "CPK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CPK"], ["region_id", 3555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3555], ["category", "province"], ["code", "CPK"], ["name", "Chimbu"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "CPM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CPM"], ["region_id", 3555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3555], ["category", "province"], ["code", "CPM"], ["name", "Central"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "EBR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EBR"], ["region_id", 3555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3555], ["category", "province"], ["code", "EBR"], ["name", "East New Britain"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "EHG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EHG"], ["region_id", 3555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3555], ["category", "province"], ["code", "EHG"], ["name", "Eastern Highlands"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (2.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "EPW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EPW"], ["region_id", 3555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3555], ["category", "province"], ["code", "EPW"], ["name", "Enga"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "ESW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ESW"], ["region_id", 3555], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3555], ["category", "province"], ["code", "ESW"], ["name", "East Sepik"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "GPK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GPK"], ["region_id", 3555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3555], ["category", "province"], ["code", "GPK"], ["name", "Gulf"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "MBA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MBA"], ["region_id", 3555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3555], ["category", "province"], ["code", "MBA"], ["name", "Milne Bay"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "MPL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MPL"], ["region_id", 3555], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3555], ["category", "province"], ["code", "MPL"], ["name", "Morobe"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (3.2ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "MPM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MPM"], ["region_id", 3555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3555], ["category", "province"], ["code", "MPM"], ["name", "Madang"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (2.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "MRL"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MRL"], ["region_id", 3555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3555], ["category", "province"], ["code", "MRL"], ["name", "Manus"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (4.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "NCD"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NCD"], ["region_id", 3555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3555], ["category", "district"], ["code", "NCD"], ["name", "National Capital District (Port Moresby)"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "NIK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NIK"], ["region_id", 3555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3555], ["category", "province"], ["code", "NIK"], ["name", "New Ireland"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "NPP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NPP"], ["region_id", 3555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3555], ["category", "province"], ["code", "NPP"], ["name", "Northern"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "NSB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NSB"], ["region_id", 3555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3555], ["category", "autonomous region"], ["code", "NSB"], ["name", "Bougainville"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "SAN"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SAN"], ["region_id", 3555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3555], ["category", "province"], ["code", "SAN"], ["name", "Sandaun"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "SHM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SHM"], ["region_id", 3555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3555], ["category", "province"], ["code", "SHM"], ["name", "Southern Highlands"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "WBK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WBK"], ["region_id", 3555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3555], ["category", "province"], ["code", "WBK"], ["name", "West New Britain"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "WHM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WHM"], ["region_id", 3555], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3555], ["category", "province"], ["code", "WHM"], ["name", "Western Highlands"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "WPD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WPD"], ["region_id", 3555], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3555], ["category", "province"], ["code", "WPD"], ["name", "Western"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "PH"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "PH"], ["name", "Philippines"], ["alpha_3_code", "PHL"], ["numeric_code", 608], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "00"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "00"], ["region_id", 3576], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3576], ["category", "region"], ["code", "00"], ["name", "National Capital Region"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 3576], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3576], ["category", "region"], ["code", "01"], ["name", "Ilocos (Region I)"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3578 AND "regions"."code" = ? LIMIT ? [["code", "ILN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ILN"], ["region_id", 3578], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3578], ["category", "province"], ["code", "ILN"], ["name", "Ilocos Norte"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3578 AND "regions"."code" = ? LIMIT ? [["code", "ILS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ILS"], ["region_id", 3578], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3578], ["category", "province"], ["code", "ILS"], ["name", "Ilocos Sur"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3578 AND "regions"."code" = ? LIMIT ? [["code", "LUN"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LUN"], ["region_id", 3578], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3578], ["category", "province"], ["code", "LUN"], ["name", "La Union"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3578 AND "regions"."code" = ? LIMIT ? [["code", "PAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PAN"], ["region_id", 3578], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3578], ["category", "province"], ["code", "PAN"], ["name", "Pangasinan"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 3576], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3576], ["category", "region"], ["code", "02"], ["name", "Cagayan Valley (Region II)"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3583 AND "regions"."code" = ? LIMIT ? [["code", "BTN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BTN"], ["region_id", 3583], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3583], ["category", "province"], ["code", "BTN"], ["name", "Batanes"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3583 AND "regions"."code" = ? LIMIT ? [["code", "CAG"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CAG"], ["region_id", 3583], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3583], ["category", "province"], ["code", "CAG"], ["name", "Cagayan"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3583 AND "regions"."code" = ? LIMIT ? [["code", "ISA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ISA"], ["region_id", 3583], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3583], ["category", "province"], ["code", "ISA"], ["name", "Isabela"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3583 AND "regions"."code" = ? LIMIT ? [["code", "NUV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NUV"], ["region_id", 3583], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3583], ["category", "province"], ["code", "NUV"], ["name", "Nueva Vizcaya"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3583 AND "regions"."code" = ? LIMIT ? [["code", "QUI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "QUI"], ["region_id", 3583], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3583], ["category", "province"], ["code", "QUI"], ["name", "Quirino"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 3576], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3576], ["category", "region"], ["code", "03"], ["name", "Central Luzon (Region III)"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3589 AND "regions"."code" = ? LIMIT ? [["code", "AUR"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AUR"], ["region_id", 3589], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3589], ["category", "province"], ["code", "AUR"], ["name", "Aurora"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3589 AND "regions"."code" = ? LIMIT ? [["code", "BAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BAN"], ["region_id", 3589], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3589], ["category", "province"], ["code", "BAN"], ["name", "Batasn"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3589 AND "regions"."code" = ? LIMIT ? [["code", "BUL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BUL"], ["region_id", 3589], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3589], ["category", "province"], ["code", "BUL"], ["name", "Bulacan"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3589 AND "regions"."code" = ? LIMIT ? [["code", "NUE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NUE"], ["region_id", 3589], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3589], ["category", "province"], ["code", "NUE"], ["name", "Nueva Ecija"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3589 AND "regions"."code" = ? LIMIT ? [["code", "PAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PAM"], ["region_id", 3589], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3589], ["category", "province"], ["code", "PAM"], ["name", "Pampanga"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3589 AND "regions"."code" = ? LIMIT ? [["code", "TAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TAR"], ["region_id", 3589], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3589], ["category", "province"], ["code", "TAR"], ["name", "Tarlac"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3589 AND "regions"."code" = ? LIMIT ? [["code", "ZMB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZMB"], ["region_id", 3589], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3589], ["category", "province"], ["code", "ZMB"], ["name", "Zambales"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 3576], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3576], ["category", "region"], ["code", "05"], ["name", "Bicol (Region V)"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.7ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3597 AND "regions"."code" = ? LIMIT ? [["code", "ALB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ALB"], ["region_id", 3597], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3597], ["category", "province"], ["code", "ALB"], ["name", "Albay"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3597 AND "regions"."code" = ? LIMIT ? [["code", "CAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CAN"], ["region_id", 3597], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3597], ["category", "province"], ["code", "CAN"], ["name", "Camarines Norte"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3597 AND "regions"."code" = ? LIMIT ? [["code", "CAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CAS"], ["region_id", 3597], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3597], ["category", "province"], ["code", "CAS"], ["name", "Camarines Sur"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3597 AND "regions"."code" = ? LIMIT ? [["code", "CAT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CAT"], ["region_id", 3597], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3597], ["category", "province"], ["code", "CAT"], ["name", "Catanduanes"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3597 AND "regions"."code" = ? LIMIT ? [["code", "MAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MAS"], ["region_id", 3597], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3597], ["category", "province"], ["code", "MAS"], ["name", "Masbate"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3597 AND "regions"."code" = ? LIMIT ? [["code", "SOR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SOR"], ["region_id", 3597], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3597], ["category", "province"], ["code", "SOR"], ["name", "Sorsogon"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 3576], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3576], ["category", "region"], ["code", "06"], ["name", "Western Visayas (Region VI)"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3604 AND "regions"."code" = ? LIMIT ? [["code", "AKL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AKL"], ["region_id", 3604], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3604], ["category", "province"], ["code", "AKL"], ["name", "Aklan"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3604 AND "regions"."code" = ? LIMIT ? [["code", "ANT"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ANT"], ["region_id", 3604], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3604], ["category", "province"], ["code", "ANT"], ["name", "Antique"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3604 AND "regions"."code" = ? LIMIT ? [["code", "CAP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CAP"], ["region_id", 3604], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3604], ["category", "province"], ["code", "CAP"], ["name", "Capiz"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.8ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3604 AND "regions"."code" = ? LIMIT ? [["code", "GUI"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GUI"], ["region_id", 3604], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3604], ["category", "province"], ["code", "GUI"], ["name", "Guimaras"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3604 AND "regions"."code" = ? LIMIT ? [["code", "ILI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ILI"], ["region_id", 3604], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3604], ["category", "province"], ["code", "ILI"], ["name", "Iloilo"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3604 AND "regions"."code" = ? LIMIT ? [["code", "NEC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NEC"], ["region_id", 3604], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3604], ["category", "province"], ["code", "NEC"], ["name", "Negroe Occidental"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 3576], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3576], ["category", "region"], ["code", "07"], ["name", "Central Visayas (Region VII)"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3611 AND "regions"."code" = ? LIMIT ? [["code", "BOH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BOH"], ["region_id", 3611], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3611], ["category", "province"], ["code", "BOH"], ["name", "Bohol"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3611 AND "regions"."code" = ? LIMIT ? [["code", "CEB"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CEB"], ["region_id", 3611], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3611], ["category", "province"], ["code", "CEB"], ["name", "Cebu"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3611 AND "regions"."code" = ? LIMIT ? [["code", "NER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NER"], ["region_id", 3611], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3611], ["category", "province"], ["code", "NER"], ["name", "Negros Oriental"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3611 AND "regions"."code" = ? LIMIT ? [["code", "SIG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SIG"], ["region_id", 3611], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3611], ["category", "province"], ["code", "SIG"], ["name", "Siquijor"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 3576], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3576], ["category", "region"], ["code", "08"], ["name", "Eastern Visayas (Region VIII)"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3616 AND "regions"."code" = ? LIMIT ? [["code", "BIL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BIL"], ["region_id", 3616], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3616], ["category", "province"], ["code", "BIL"], ["name", "Biliran"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3616 AND "regions"."code" = ? LIMIT ? [["code", "EAS"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EAS"], ["region_id", 3616], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3616], ["category", "province"], ["code", "EAS"], ["name", "Eastern Samar"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3616 AND "regions"."code" = ? LIMIT ? [["code", "LEY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LEY"], ["region_id", 3616], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3616], ["category", "province"], ["code", "LEY"], ["name", "Leyte"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3616 AND "regions"."code" = ? LIMIT ? [["code", "NSA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NSA"], ["region_id", 3616], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3616], ["category", "province"], ["code", "NSA"], ["name", "Northern Samar"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3616 AND "regions"."code" = ? LIMIT ? [["code", "SLE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SLE"], ["region_id", 3616], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3616], ["category", "province"], ["code", "SLE"], ["name", "Southern Leyte"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3616 AND "regions"."code" = ? LIMIT ? [["code", "WSA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WSA"], ["region_id", 3616], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3616], ["category", "province"], ["code", "WSA"], ["name", "Western Samar"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 3576], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3576], ["category", "region"], ["code", "09"], ["name", "Zamboanga Peninsula (Region IX)"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3623 AND "regions"."code" = ? LIMIT ? [["code", "BAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BAS"], ["region_id", 3623], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3623], ["category", "province"], ["code", "BAS"], ["name", "Basilan"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3623 AND "regions"."code" = ? LIMIT ? [["code", "ZAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZAN"], ["region_id", 3623], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3623], ["category", "province"], ["code", "ZAN"], ["name", "Zamboanga del Norte"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3623 AND "regions"."code" = ? LIMIT ? [["code", "ZAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZAS"], ["region_id", 3623], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3623], ["category", "province"], ["code", "ZAS"], ["name", "Zamboanga del Sur"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3623 AND "regions"."code" = ? LIMIT ? [["code", "ZSI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZSI"], ["region_id", 3623], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3623], ["category", "province"], ["code", "ZSI"], ["name", "Zamboanga Sibugay"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 3576], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3576], ["category", "region"], ["code", "10"], ["name", "Northern Mindanao (Region X)"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3628 AND "regions"."code" = ? LIMIT ? [["code", "BUK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BUK"], ["region_id", 3628], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3628], ["category", "province"], ["code", "BUK"], ["name", "Bukidnon"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3628 AND "regions"."code" = ? LIMIT ? [["code", "CAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CAM"], ["region_id", 3628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3628], ["category", "province"], ["code", "CAM"], ["name", "Camiguin"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3628 AND "regions"."code" = ? LIMIT ? [["code", "MSC"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MSC"], ["region_id", 3628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3628], ["category", "province"], ["code", "MSC"], ["name", "Misamis Occidental"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3628 AND "regions"."code" = ? LIMIT ? [["code", "MSR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MSR"], ["region_id", 3628], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3628], ["category", "province"], ["code", "MSR"], ["name", "Misamis Oriental"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 3576], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3576], ["category", "region"], ["code", "11"], ["name", "Davao (Region XI)"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3633 AND "regions"."code" = ? LIMIT ? [["code", "COM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "COM"], ["region_id", 3633], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3633], ["category", "province"], ["code", "COM"], ["name", "Compostela Valley"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3633 AND "regions"."code" = ? LIMIT ? [["code", "DAV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DAV"], ["region_id", 3633], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3633], ["category", "province"], ["code", "DAV"], ["name", "Davao del Norte"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3633 AND "regions"."code" = ? LIMIT ? [["code", "DAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DAS"], ["region_id", 3633], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3633], ["category", "province"], ["code", "DAS"], ["name", "Davao del Sur"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3633 AND "regions"."code" = ? LIMIT ? [["code", "DAO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DAO"], ["region_id", 3633], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3633], ["category", "province"], ["code", "DAO"], ["name", "Davao Oriental"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3633 AND "regions"."code" = ? LIMIT ? [["code", "SAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SAR"], ["region_id", 3633], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3633], ["category", "province"], ["code", "SAR"], ["name", "Sarangani"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3633 AND "regions"."code" = ? LIMIT ? [["code", "SCO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SCO"], ["region_id", 3633], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3633], ["category", "province"], ["code", "SCO"], ["name", "South Cotabato"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 3576], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3576], ["category", "region"], ["code", "12"], ["name", "Soccsksargen (Region XII)"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3640 AND "regions"."code" = ? LIMIT ? [["code", "LAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LAN"], ["region_id", 3640], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3640], ["category", "province"], ["code", "LAN"], ["name", "Lanao del Norte"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3640 AND "regions"."code" = ? LIMIT ? [["code", "NCO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NCO"], ["region_id", 3640], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3640], ["category", "province"], ["code", "NCO"], ["name", "North Cotabato"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3640 AND "regions"."code" = ? LIMIT ? [["code", "SUK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SUK"], ["region_id", 3640], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3640], ["category", "province"], ["code", "SUK"], ["name", "Sultan Kudarat"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 3576], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3576], ["category", "region"], ["code", "13"], ["name", "Caraga (Region XIII)"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3644 AND "regions"."code" = ? LIMIT ? [["code", "AGN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AGN"], ["region_id", 3644], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3644], ["category", "province"], ["code", "AGN"], ["name", "Agusan del Norte"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3644 AND "regions"."code" = ? LIMIT ? [["code", "AGS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AGS"], ["region_id", 3644], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3644], ["category", "province"], ["code", "AGS"], ["name", "Agusan del Sur"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3644 AND "regions"."code" = ? LIMIT ? [["code", "DIN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DIN"], ["region_id", 3644], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3644], ["category", "province"], ["code", "DIN"], ["name", "Dinagat Islands"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3644 AND "regions"."code" = ? LIMIT ? [["code", "SUN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SUN"], ["region_id", 3644], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3644], ["category", "province"], ["code", "SUN"], ["name", "Surigao del Norte"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3644 AND "regions"."code" = ? LIMIT ? [["code", "SUR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SUR"], ["region_id", 3644], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3644], ["category", "province"], ["code", "SUR"], ["name", "Surigao del Sur"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 3576], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3576], ["category", "region"], ["code", "14"], ["name", "Autonomous Region in Muslim Mindanao (ARMM)"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3650 AND "regions"."code" = ? LIMIT ? [["code", "LAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LAS"], ["region_id", 3650], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3650], ["category", "province"], ["code", "LAS"], ["name", "Lanao del Sur"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3650 AND "regions"."code" = ? LIMIT ? [["code", "MAG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MAG"], ["region_id", 3650], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3650], ["category", "province"], ["code", "MAG"], ["name", "Maguindanao"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3650 AND "regions"."code" = ? LIMIT ? [["code", "SLU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SLU"], ["region_id", 3650], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3650], ["category", "province"], ["code", "SLU"], ["name", "Sulu"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3650 AND "regions"."code" = ? LIMIT ? [["code", "TAW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TAW"], ["region_id", 3650], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3650], ["category", "province"], ["code", "TAW"], ["name", "Tawi-Tawi"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 3576], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3576], ["category", "region"], ["code", "15"], ["name", "Cordillera Administrative Region (CAR)"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3655 AND "regions"."code" = ? LIMIT ? [["code", "ABR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ABR"], ["region_id", 3655], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3655], ["category", "province"], ["code", "ABR"], ["name", "Abra"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3655 AND "regions"."code" = ? LIMIT ? [["code", "APA"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "APA"], ["region_id", 3655], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3655], ["category", "province"], ["code", "APA"], ["name", "Apayao"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3655 AND "regions"."code" = ? LIMIT ? [["code", "BEN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BEN"], ["region_id", 3655], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3655], ["category", "province"], ["code", "BEN"], ["name", "Benguet"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3655 AND "regions"."code" = ? LIMIT ? [["code", "IFU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IFU"], ["region_id", 3655], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3655], ["category", "province"], ["code", "IFU"], ["name", "Ifugao"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3655 AND "regions"."code" = ? LIMIT ? [["code", "KAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KAL"], ["region_id", 3655], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3655], ["category", "province"], ["code", "KAL"], ["name", "Kalinga-Apayso"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3655 AND "regions"."code" = ? LIMIT ? [["code", "MOU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MOU"], ["region_id", 3655], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3655], ["category", "province"], ["code", "MOU"], ["name", "Mountain Province"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "40"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "40"], ["region_id", 3576], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3576], ["category", "region"], ["code", "40"], ["name", "CALABARZON (Region IV-A)"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3662 AND "regions"."code" = ? LIMIT ? [["code", "BTG"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BTG"], ["region_id", 3662], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3662], ["category", "province"], ["code", "BTG"], ["name", "Batangas"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3662 AND "regions"."code" = ? LIMIT ? [["code", "CAV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CAV"], ["region_id", 3662], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3662], ["category", "province"], ["code", "CAV"], ["name", "Cavite"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3662 AND "regions"."code" = ? LIMIT ? [["code", "LAG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LAG"], ["region_id", 3662], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3662], ["category", "province"], ["code", "LAG"], ["name", "Laguna"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3662 AND "regions"."code" = ? LIMIT ? [["code", "QUE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "QUE"], ["region_id", 3662], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3662], ["category", "province"], ["code", "QUE"], ["name", "Quezon"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3662 AND "regions"."code" = ? LIMIT ? [["code", "RIZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RIZ"], ["region_id", 3662], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3662], ["category", "province"], ["code", "RIZ"], ["name", "Rizal"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["region_id", 3576], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3576], ["category", "region"], ["code", "41"], ["name", "MIMAROPA (Region IV-B)"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3668 AND "regions"."code" = ? LIMIT ? [["code", "MAD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MAD"], ["region_id", 3668], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3668], ["category", "province"], ["code", "MAD"], ["name", "Marinduque"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3668 AND "regions"."code" = ? LIMIT ? [["code", "MDC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MDC"], ["region_id", 3668], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3668], ["category", "province"], ["code", "MDC"], ["name", "Mindoro Occidental"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3668 AND "regions"."code" = ? LIMIT ? [["code", "MDR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MDR"], ["region_id", 3668], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3668], ["category", "province"], ["code", "MDR"], ["name", "Mindoro Oriental"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3668 AND "regions"."code" = ? LIMIT ? [["code", "PLW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PLW"], ["region_id", 3668], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3668], ["category", "province"], ["code", "PLW"], ["name", "Palawan"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3668 AND "regions"."code" = ? LIMIT ? [["code", "ROM"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ROM"], ["region_id", 3668], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3668], ["category", "province"], ["code", "ROM"], ["name", "Romblon"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "PK"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "PK"], ["name", "Pakistan"], ["alpha_3_code", "PAK"], ["numeric_code", 586], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3674 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["region_id", 3674], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3674], ["category", "province"], ["code", "BA"], ["name", "Balochistan"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3674 AND "regions"."code" = ? LIMIT ? [["code", "GB"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GB"], ["region_id", 3674], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3674], ["category", "area"], ["code", "GB"], ["name", "Gilgit-Baltistan"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3674 AND "regions"."code" = ? LIMIT ? [["code", "IS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IS"], ["region_id", 3674], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3674], ["category", "capital territory"], ["code", "IS"], ["name", "Islamabad"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3674 AND "regions"."code" = ? LIMIT ? [["code", "JK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JK"], ["region_id", 3674], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3674], ["category", "area"], ["code", "JK"], ["name", "Azad Kashmir"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3674 AND "regions"."code" = ? LIMIT ? [["code", "KP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KP"], ["region_id", 3674], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3674], ["category", "province"], ["code", "KP"], ["name", "Khyber Pakhtunkhwa"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3674 AND "regions"."code" = ? LIMIT ? [["code", "PB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PB"], ["region_id", 3674], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3674], ["category", "province"], ["code", "PB"], ["name", "Punjab"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3674 AND "regions"."code" = ? LIMIT ? [["code", "SD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SD"], ["region_id", 3674], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3674], ["category", "province"], ["code", "SD"], ["name", "Sindh"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3674 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["region_id", 3674], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3674], ["category", "territory"], ["code", "TA"], ["name", "Federally Administered Tribal Areas"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "PL"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "PL"], ["name", "Poland"], ["alpha_3_code", "POL"], ["numeric_code", 616], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "DS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DS"], ["region_id", 3683], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3683], ["category", "province"], ["code", "DS"], ["name", "Dolnośląskie"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "KP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KP"], ["region_id", 3683], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3683], ["category", "province"], ["code", "KP"], ["name", "Kujawsko-pomorskie"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "LB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LB"], ["region_id", 3683], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3683], ["category", "province"], ["code", "LB"], ["name", "Lubuskie"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "LD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LD"], ["region_id", 3683], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3683], ["category", "province"], ["code", "LD"], ["name", "Łódzkie"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "LU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LU"], ["region_id", 3683], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3683], ["category", "province"], ["code", "LU"], ["name", "Lubelskie"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["region_id", 3683], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3683], ["category", "province"], ["code", "MA"], ["name", "Małopolskie"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "MZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MZ"], ["region_id", 3683], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3683], ["category", "province"], ["code", "MZ"], ["name", "Mazowieckie"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "OP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OP"], ["region_id", 3683], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3683], ["category", "province"], ["code", "OP"], ["name", "Opolskie"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "PD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PD"], ["region_id", 3683], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3683], ["category", "province"], ["code", "PD"], ["name", "Podlaskie"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "PK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PK"], ["region_id", 3683], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3683], ["category", "province"], ["code", "PK"], ["name", "Podkarpackie"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "PM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PM"], ["region_id", 3683], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3683], ["category", "province"], ["code", "PM"], ["name", "Pomorskie"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "SK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SK"], ["region_id", 3683], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3683], ["category", "province"], ["code", "SK"], ["name", "Świętokrzyskie"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "SL"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SL"], ["region_id", 3683], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3683], ["category", "province"], ["code", "SL"], ["name", "Śląskie"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "WN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WN"], ["region_id", 3683], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3683], ["category", "province"], ["code", "WN"], ["name", "Warmińsko-mazurskie"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "WP"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WP"], ["region_id", 3683], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3683], ["category", "province"], ["code", "WP"], ["name", "Wielkopolskie"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "ZP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZP"], ["region_id", 3683], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3683], ["category", "province"], ["code", "ZP"], ["name", "Zachodniopomorskie"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "PM"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "PM"], ["name", "Saint Pierre and Miquelon"], ["alpha_3_code", "SPM"], ["numeric_code", 666], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "PN"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "PN"], ["name", "Pitcairn"], ["alpha_3_code", "PCN"], ["numeric_code", 612], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "PS"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "PS"], ["name", "Palestine, State of"], ["alpha_3_code", "PSE"], ["numeric_code", 275], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "BTH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BTH"], ["region_id", 3702], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3702], ["category", "governorate"], ["code", "BTH"], ["name", "Bethlehem"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "DEB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DEB"], ["region_id", 3702], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3702], ["category", "governorate"], ["code", "DEB"], ["name", "Deir El Balah"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "GZA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GZA"], ["region_id", 3702], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3702], ["category", "governorate"], ["code", "GZA"], ["name", "Gaza"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "HBN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HBN"], ["region_id", 3702], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3702], ["category", "governorate"], ["code", "HBN"], ["name", "Hebron"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "JEM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JEM"], ["region_id", 3702], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3702], ["category", "governorate"], ["code", "JEM"], ["name", "Jerusalem"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "JEN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JEN"], ["region_id", 3702], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3702], ["category", "governorate"], ["code", "JEN"], ["name", "Jenin"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "JRH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JRH"], ["region_id", 3702], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3702], ["category", "governorate"], ["code", "JRH"], ["name", "Jericho - Al Aghwar"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "KYS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KYS"], ["region_id", 3702], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3702], ["category", "governorate"], ["code", "KYS"], ["name", "Khan Yunis"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "NBS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NBS"], ["region_id", 3702], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3702], ["category", "governorate"], ["code", "NBS"], ["name", "Nablus"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "NGZ"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NGZ"], ["region_id", 3702], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3702], ["category", "governorate"], ["code", "NGZ"], ["name", "North Gaza"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "QQA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "QQA"], ["region_id", 3702], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3702], ["category", "governorate"], ["code", "QQA"], ["name", "Qalqilya"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "RBH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RBH"], ["region_id", 3702], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3702], ["category", "governorate"], ["code", "RBH"], ["name", "Ramallah"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "RFH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RFH"], ["region_id", 3702], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3702], ["category", "governorate"], ["code", "RFH"], ["name", "Rafah"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "SLT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SLT"], ["region_id", 3702], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3702], ["category", "governorate"], ["code", "SLT"], ["name", "Salfit"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "TBS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TBS"], ["region_id", 3702], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3702], ["category", "governorate"], ["code", "TBS"], ["name", "Tubas"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "TKM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TKM"], ["region_id", 3702], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3702], ["category", "governorate"], ["code", "TKM"], ["name", "Tulkarm"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "PT"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "PT"], ["name", "Portugal"], ["alpha_3_code", "PRT"], ["numeric_code", 620], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 3719], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3719], ["category", "district"], ["code", "01"], ["name", "Aveiro"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 3719], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3719], ["category", "district"], ["code", "02"], ["name", "Beja"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 3719], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3719], ["category", "district"], ["code", "03"], ["name", "Braga"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 3719], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3719], ["category", "district"], ["code", "04"], ["name", "Bragança"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 3719], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3719], ["category", "district"], ["code", "05"], ["name", "Castelo Branco"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 3719], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3719], ["category", "district"], ["code", "06"], ["name", "Coimbra"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 3719], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3719], ["category", "district"], ["code", "07"], ["name", "Évora"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 3719], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3719], ["category", "district"], ["code", "08"], ["name", "Faro"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 3719], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3719], ["category", "district"], ["code", "09"], ["name", "Guarda"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 3719], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3719], ["category", "district"], ["code", "10"], ["name", "Leiria"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 3719], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3719], ["category", "district"], ["code", "11"], ["name", "Lisboa"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 3719], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3719], ["category", "district"], ["code", "12"], ["name", "Portalegre"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 3719], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3719], ["category", "district"], ["code", "13"], ["name", "Porto"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 3719], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3719], ["category", "district"], ["code", "14"], ["name", "Santarém"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 3719], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3719], ["category", "district"], ["code", "15"], ["name", "Setúbal"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 3719], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3719], ["category", "district"], ["code", "16"], ["name", "Viana do Castelo"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 3719], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3719], ["category", "district"], ["code", "17"], ["name", "Vila Real"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["region_id", 3719], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3719], ["category", "district"], ["code", "18"], ["name", "Viseu"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["region_id", 3719], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3719], ["category", "autonomous region"], ["code", "20"], ["name", "Região Autónoma dos Açores"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["region_id", 3719], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3719], ["category", "autonomous region"], ["code", "30"], ["name", "Região Autónoma da Madeira"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "PW"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "PW"], ["name", "Palau"], ["alpha_3_code", "PLW"], ["numeric_code", 585], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "002"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "002"], ["region_id", 3740], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3740], ["category", "state"], ["code", "002"], ["name", "Aimeliik"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "004"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "004"], ["region_id", 3740], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3740], ["category", "state"], ["code", "004"], ["name", "Airai"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "010"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "010"], ["region_id", 3740], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3740], ["category", "state"], ["code", "010"], ["name", "Angaur"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "050"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "050"], ["region_id", 3740], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3740], ["category", "state"], ["code", "050"], ["name", "Hatobohei"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "100"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "100"], ["region_id", 3740], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3740], ["category", "state"], ["code", "100"], ["name", "Kayangel"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "150"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "150"], ["region_id", 3740], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3740], ["category", "state"], ["code", "150"], ["name", "Koror"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "212"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "212"], ["region_id", 3740], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3740], ["category", "state"], ["code", "212"], ["name", "Melekeok"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "214"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "214"], ["region_id", 3740], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3740], ["category", "state"], ["code", "214"], ["name", "Ngaraard"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "218"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "218"], ["region_id", 3740], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3740], ["category", "state"], ["code", "218"], ["name", "Ngarchelong"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "222"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "222"], ["region_id", 3740], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3740], ["category", "state"], ["code", "222"], ["name", "Ngardmau"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "224"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "224"], ["region_id", 3740], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3740], ["category", "state"], ["code", "224"], ["name", "Ngatpang"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "226"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "226"], ["region_id", 3740], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3740], ["category", "state"], ["code", "226"], ["name", "Ngchesar"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "227"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "227"], ["region_id", 3740], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3740], ["category", "state"], ["code", "227"], ["name", "Ngeremlengui"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "228"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "228"], ["region_id", 3740], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3740], ["category", "state"], ["code", "228"], ["name", "Ngiwal"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "350"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "350"], ["region_id", 3740], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3740], ["category", "state"], ["code", "350"], ["name", "Peleliu"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "370"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "370"], ["region_id", 3740], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3740], ["category", "state"], ["code", "370"], ["name", "Sonsorol"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "PY"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "PY"], ["name", "Paraguay"], ["alpha_3_code", "PRY"], ["numeric_code", 600], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "1"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "1"], ["region_id", 3757], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3757], ["category", "department"], ["code", "1"], ["name", "Concepción"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 3757], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3757], ["category", "department"], ["code", "10"], ["name", "Alto Paraná"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 3757], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3757], ["category", "department"], ["code", "11"], ["name", "Central"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 3757], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3757], ["category", "department"], ["code", "12"], ["name", "Ñeembucú"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 3757], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3757], ["category", "department"], ["code", "13"], ["name", "Amambay"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 3757], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3757], ["category", "department"], ["code", "14"], ["name", "Canindeyú"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 3757], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3757], ["category", "department"], ["code", "15"], ["name", "Presidente Hayes"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 3757], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3757], ["category", "department"], ["code", "16"], ["name", "Alto Paraguay"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["region_id", 3757], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3757], ["category", "department"], ["code", "19"], ["name", "Boquerón"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "2"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "2"], ["region_id", 3757], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3757], ["category", "department"], ["code", "2"], ["name", "San Pedro"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "3"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "3"], ["region_id", 3757], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3757], ["category", "department"], ["code", "3"], ["name", "Cordillera"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "4"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "4"], ["region_id", 3757], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3757], ["category", "department"], ["code", "4"], ["name", "Guairá"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "5"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "5"], ["region_id", 3757], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3757], ["category", "department"], ["code", "5"], ["name", "Caaguazú"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "6"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "6"], ["region_id", 3757], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3757], ["category", "department"], ["code", "6"], ["name", "Caazapá"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "7"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "7"], ["region_id", 3757], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3757], ["category", "department"], ["code", "7"], ["name", "Itapúa"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "8"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "8"], ["region_id", 3757], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3757], ["category", "department"], ["code", "8"], ["name", "Misiones"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "9"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "9"], ["region_id", 3757], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3757], ["category", "department"], ["code", "9"], ["name", "Paraguarí"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "ASU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ASU"], ["region_id", 3757], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3757], ["category", "capital district"], ["code", "ASU"], ["name", "Asunción"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "QA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "QA"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "QA"], ["name", "Qatar"], ["alpha_3_code", "QAT"], ["numeric_code", 634], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3776 AND "regions"."code" = ? LIMIT ? [["code", "DA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DA"], ["region_id", 3776], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3776], ["category", "municipality"], ["code", "DA"], ["name", "Ad Dawhah"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3776 AND "regions"."code" = ? LIMIT ? [["code", "KH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KH"], ["region_id", 3776], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3776], ["category", "municipality"], ["code", "KH"], ["name", "Al Khawr wa adh Dhakhīrah"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3776 AND "regions"."code" = ? LIMIT ? [["code", "MS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MS"], ["region_id", 3776], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3776], ["category", "municipality"], ["code", "MS"], ["name", "Ash Shamal"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3776 AND "regions"."code" = ? LIMIT ? [["code", "RA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RA"], ["region_id", 3776], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3776], ["category", "municipality"], ["code", "RA"], ["name", "Ar Rayyan"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3776 AND "regions"."code" = ? LIMIT ? [["code", "US"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "US"], ["region_id", 3776], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3776], ["category", "municipality"], ["code", "US"], ["name", "Umm Salal"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3776 AND "regions"."code" = ? LIMIT ? [["code", "WA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WA"], ["region_id", 3776], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3776], ["category", "municipality"], ["code", "WA"], ["name", "Al Wakrah"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3776 AND "regions"."code" = ? LIMIT ? [["code", "ZA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZA"], ["region_id", 3776], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3776], ["category", "municipality"], ["code", "ZA"], ["name", "Az̧ Z̧a‘āyin"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "RE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "RE"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "RE"], ["name", "Réunion"], ["alpha_3_code", "REU"], ["numeric_code", 638], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "RO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "RO"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "RO"], ["name", "Romania"], ["alpha_3_code", "ROU"], ["numeric_code", 642], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "AB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AB"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "AB"], ["name", "Alba"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "AG"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AG"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "AG"], ["name", "Argeș"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AR"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "AR"], ["name", "Arad"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "municipality"], ["code", "B"], ["name", "București"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "BC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BC"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "BC"], ["name", "Bacău"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "BH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BH"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "BH"], ["name", "Bihor"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "BN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BN"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "BN"], ["name", "Bistrița-Năsăud"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "BR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BR"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "BR"], ["name", "Brăila"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "BT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BT"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "BT"], ["name", "Botoșani"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "BV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BV"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "BV"], ["name", "Brașov"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "BZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BZ"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "BZ"], ["name", "Buzău"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "CJ"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CJ"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "CJ"], ["name", "Cluj"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "CL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CL"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "CL"], ["name", "Călărași"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "CS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CS"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "CS"], ["name", "Caraș-Severin"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "CT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CT"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "CT"], ["name", "Constanța"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "CV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CV"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "CV"], ["name", "Covasna"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "DB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DB"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "DB"], ["name", "Dâmbovița"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "DJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DJ"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "DJ"], ["name", "Dolj"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "GJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GJ"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "GJ"], ["name", "Gorj"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (8.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "GL"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GL"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "GL"], ["name", "Galați"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (4.8ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "GR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GR"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "GR"], ["name", "Giurgiu"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "HD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HD"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "HD"], ["name", "Hunedoara"], ["created_at", 2016-11-21 00:08:57 UTC], ["updated_at", 2016-11-21 00:08:57 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "HR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HR"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "HR"], ["name", "Harghita"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "IF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IF"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "IF"], ["name", "Ilfov"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "IL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IL"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "IL"], ["name", "Ialomița"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "IS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IS"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "IS"], ["name", "Iași"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "MH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MH"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "MH"], ["name", "Mehedinți"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "MM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MM"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "MM"], ["name", "Maramureș"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "MS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MS"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "MS"], ["name", "Mureș"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "NT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NT"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "NT"], ["name", "Neamț"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "OT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OT"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "OT"], ["name", "Olt"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "PH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PH"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "PH"], ["name", "Prahova"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "SB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SB"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "SB"], ["name", "Sibiu"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "SJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SJ"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "SJ"], ["name", "Sălaj"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "SM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SM"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "SM"], ["name", "Satu Mare"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "SV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SV"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "SV"], ["name", "Suceava"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "TL"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TL"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "TL"], ["name", "Tulcea"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "TM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TM"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "TM"], ["name", "Timiș"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "TR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TR"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "TR"], ["name", "Teleorman"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "VL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VL"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "VL"], ["name", "Vâlcea"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "VN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VN"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "VN"], ["name", "Vrancea"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "VS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VS"], ["region_id", 3785], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3785], ["category", "department"], ["code", "VS"], ["name", "Vaslui"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "RS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "RS"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "RS"], ["name", "Serbia"], ["alpha_3_code", "SRB"], ["numeric_code", 688], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "00"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "00"], ["region_id", 3828], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3828], ["category", "city"], ["code", "00"], ["name", "Beograd"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 3828], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3828], ["category", "district"], ["code", "08"], ["name", "Mačvanski okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 3828], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3828], ["category", "district"], ["code", "09"], ["name", "Kolubarski okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 3828], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3828], ["category", "district"], ["code", "10"], ["name", "Podunavski okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 3828], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3828], ["category", "district"], ["code", "11"], ["name", "Braničevski okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 3828], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3828], ["category", "district"], ["code", "12"], ["name", "Šumadijski okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 3828], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3828], ["category", "district"], ["code", "13"], ["name", "Pomoravski okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 3828], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3828], ["category", "district"], ["code", "14"], ["name", "Borski okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 3828], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3828], ["category", "district"], ["code", "15"], ["name", "Zaječarski okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 3828], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3828], ["category", "district"], ["code", "16"], ["name", "Zlatiborski okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 3828], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3828], ["category", "district"], ["code", "17"], ["name", "Moravički okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["region_id", 3828], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3828], ["category", "district"], ["code", "18"], ["name", "Raški okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["region_id", 3828], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3828], ["category", "district"], ["code", "19"], ["name", "Rasinski okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["region_id", 3828], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3828], ["category", "district"], ["code", "20"], ["name", "Nišavski okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 3828], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3828], ["category", "district"], ["code", "21"], ["name", "Toplički okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["region_id", 3828], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3828], ["category", "district"], ["code", "22"], ["name", "Pirotski okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["region_id", 3828], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3828], ["category", "district"], ["code", "23"], ["name", "Jablanički okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["region_id", 3828], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3828], ["category", "district"], ["code", "24"], ["name", "Pčinjski okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "KM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KM"], ["region_id", 3828], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3828], ["category", "autonomous province"], ["code", "KM"], ["name", "Kosovo-Metohija"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3847 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["region_id", 3847], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3847], ["category", "district"], ["code", "25"], ["name", "Kosovski okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3847 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["region_id", 3847], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3847], ["category", "district"], ["code", "28"], ["name", "Kosovsko-Mitrovački okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3847 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["region_id", 3847], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3847], ["category", "district"], ["code", "29"], ["name", "Kosovsko-Pomoravski okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3847 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["region_id", 3847], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3847], ["category", "district"], ["code", "26"], ["name", "Pećki okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3847 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["region_id", 3847], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3847], ["category", "district"], ["code", "27"], ["name", "Prizrenski okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "VO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VO"], ["region_id", 3828], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3828], ["category", "autonomous province"], ["code", "VO"], ["name", "Vojvodina"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3853 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 3853], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3853], ["category", "district"], ["code", "06"], ["name", "Južnobački okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3853 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 3853], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3853], ["category", "district"], ["code", "04"], ["name", "Južnobanatski okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3853 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 3853], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3853], ["category", "district"], ["code", "01"], ["name", "Severnobački okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3853 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 3853], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3853], ["category", "district"], ["code", "03"], ["name", "Severnobanatski okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3853 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 3853], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3853], ["category", "district"], ["code", "02"], ["name", "Srednjebanatski okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3853 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 3853], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3853], ["category", "district"], ["code", "07"], ["name", "Sremski okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3853 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 3853], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3853], ["category", "district"], ["code", "05"], ["name", "Zapadnobački okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "RU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "RU"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "RU"], ["name", "Russian Federation"], ["alpha_3_code", "RUS"], ["numeric_code", 643], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "AD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AD"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "republic"], ["code", "AD"], ["name", "Adygeya, Respublika"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "AL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AL"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "republic"], ["code", "AL"], ["name", "Altay, Respublika"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "ALT"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ALT"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative territory"], ["code", "ALT"], ["name", "Altayskiy kray"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "AMU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AMU"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "AMU"], ["name", "Amurskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "ARK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ARK"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "ARK"], ["name", "Arkhangel'skaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "AST"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AST"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "AST"], ["name", "Astrakhanskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "republic"], ["code", "BA"], ["name", "Bashkortostan, Respublika"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "BEL"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BEL"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "BEL"], ["name", "Belgorodskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "BRY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BRY"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "BRY"], ["name", "Bryanskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "BU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BU"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "republic"], ["code", "BU"], ["name", "Buryatiya, Respublika"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "CE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CE"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "republic"], ["code", "CE"], ["name", "Chechenskaya Respublika"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "CHE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CHE"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "CHE"], ["name", "Chelyabinskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "CHU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CHU"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "autonomous district"], ["code", "CHU"], ["name", "Chukotskiy avtonomnyy okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "CU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CU"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "republic"], ["code", "CU"], ["name", "Chuvashskaya Respublika"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "DA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DA"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "republic"], ["code", "DA"], ["name", "Dagestan, Respublika"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "IN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IN"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "republic"], ["code", "IN"], ["name", "Respublika Ingushetiya"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "IRK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IRK"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "IRK"], ["name", "Irkutiskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "IVA"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IVA"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "IVA"], ["name", "Ivanovskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KAM"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative territory"], ["code", "KAM"], ["name", "Kamchatskiy kray"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KB"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "republic"], ["code", "KB"], ["name", "Kabardino-Balkarskaya Respublika"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KC"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "republic"], ["code", "KC"], ["name", "Karachayevo-Cherkesskaya Respublika"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KDA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KDA"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative territory"], ["code", "KDA"], ["name", "Krasnodarskiy kray"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KEM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KEM"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "KEM"], ["name", "Kemerovskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KGD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KGD"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "KGD"], ["name", "Kaliningradskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KGN"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KGN"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "KGN"], ["name", "Kurganskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KHA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KHA"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative territory"], ["code", "KHA"], ["name", "Khabarovskiy kray"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KHM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KHM"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "autonomous district"], ["code", "KHM"], ["name", "Khanty-Mansiysky avtonomnyy okrug-Yugra"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KIR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KIR"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "KIR"], ["name", "Kirovskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KK"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "republic"], ["code", "KK"], ["name", "Khakasiya, Respublika"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KL"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "republic"], ["code", "KL"], ["name", "Kalmykiya, Respublika"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KLU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KLU"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "KLU"], ["name", "Kaluzhskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KO"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "republic"], ["code", "KO"], ["name", "Komi, Respublika"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KOS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KOS"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "KOS"], ["name", "Kostromskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KR"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "republic"], ["code", "KR"], ["name", "Kareliya, Respublika"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KRS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KRS"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "KRS"], ["name", "Kurskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KYA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KYA"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative territory"], ["code", "KYA"], ["name", "Krasnoyarskiy kray"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "LEN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LEN"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "LEN"], ["name", "Leningradskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "LIP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LIP"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "LIP"], ["name", "Lipetskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "MAG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MAG"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "MAG"], ["name", "Magadanskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "ME"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ME"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "republic"], ["code", "ME"], ["name", "Mariy El, Respublika"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "republic"], ["code", "MO"], ["name", "Mordoviya, Respublika"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "MOS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MOS"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "MOS"], ["name", "Moskovskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "MOW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MOW"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "autonomous city"], ["code", "MOW"], ["name", "Moskva"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "MUR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MUR"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "MUR"], ["name", "Murmanskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "NEN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NEN"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "autonomous district"], ["code", "NEN"], ["name", "Nenetskiy avtonomnyy okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "NGR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NGR"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "NGR"], ["name", "Novgorodskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "NIZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NIZ"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "NIZ"], ["name", "Nizhegorodskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "NVS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NVS"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "NVS"], ["name", "Novosibirskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "OMS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OMS"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "OMS"], ["name", "Omskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "ORE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ORE"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "ORE"], ["name", "Orenburgskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "ORL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ORL"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "ORL"], ["name", "Orlovskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "PER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PER"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative territory"], ["code", "PER"], ["name", "Permskiy kray"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "PNZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PNZ"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "PNZ"], ["name", "Penzenskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "PRI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PRI"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative territory"], ["code", "PRI"], ["name", "Primorskiy kray"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "PSK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PSK"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "PSK"], ["name", "Pskovskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "ROS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ROS"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "ROS"], ["name", "Rostovskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "RYA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RYA"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "RYA"], ["name", "Ryazanskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "republic"], ["code", "SA"], ["name", "Sakha, Respublika [Yakutiya]"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "SAK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SAK"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "SAK"], ["name", "Sakhalinskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "SAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SAM"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "SAM"], ["name", "Samaraskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "SAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SAR"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "SAR"], ["name", "Saratovskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "SE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SE"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "republic"], ["code", "SE"], ["name", "Severnaya Osetiya-Alaniya, Respublika"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "SMO"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SMO"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "SMO"], ["name", "Smolenskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "SPE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SPE"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "autonomous city"], ["code", "SPE"], ["name", "Sankt-Peterburg"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "STA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "STA"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative territory"], ["code", "STA"], ["name", "Stavropol'skiy kray"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "SVE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SVE"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "SVE"], ["name", "Sverdlovskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "republic"], ["code", "TA"], ["name", "Tatarstan, Respublika"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "TAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TAM"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "TAM"], ["name", "Tambovskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "TOM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TOM"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "TOM"], ["name", "Tomskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "TUL"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TUL"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "TUL"], ["name", "Tul'skaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "TVE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TVE"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "TVE"], ["name", "Tverskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "TY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TY"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "republic"], ["code", "TY"], ["name", "Tyva, Respublika [Tuva]"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "TYU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TYU"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "TYU"], ["name", "Tyumenskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "UD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UD"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "republic"], ["code", "UD"], ["name", "Udmurtskaya Respublika"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "ULY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ULY"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "ULY"], ["name", "Ul'yanovskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "VGG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VGG"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "VGG"], ["name", "Volgogradskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "VLA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VLA"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "VLA"], ["name", "Vladimirskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "VLG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VLG"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "VLG"], ["name", "Vologodskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "VOR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VOR"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "VOR"], ["name", "Voronezhskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "YAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "YAN"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "autonomous district"], ["code", "YAN"], ["name", "Yamalo-Nenetskiy avtonomnyy okrug"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "YAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "YAR"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative region"], ["code", "YAR"], ["name", "Yaroslavskaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "YEV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "YEV"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "autonomous region"], ["code", "YEV"], ["name", "Yevreyskaya avtonomnaya oblast'"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "ZAB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZAB"], ["region_id", 3861], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3861], ["category", "administrative territory"], ["code", "ZAB"], ["name", "Zabajkal'skij kraj"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "RW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "RW"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "RW"], ["name", "Rwanda"], ["alpha_3_code", "RWA"], ["numeric_code", 646], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3945 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 3945], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3945], ["category", "town council"], ["code", "01"], ["name", "Ville de Kigali"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3945 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 3945], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3945], ["category", "province"], ["code", "02"], ["name", "Est"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3945 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 3945], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3945], ["category", "province"], ["code", "03"], ["name", "Nord"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3945 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 3945], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3945], ["category", "province"], ["code", "04"], ["name", "Ouest"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3945 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 3945], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3945], ["category", "province"], ["code", "05"], ["name", "Sud"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "SA"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "SA"], ["name", "Saudi Arabia"], ["alpha_3_code", "SAU"], ["numeric_code", 682], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 3951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3951], ["category", "province"], ["code", "01"], ["name", "Ar Riyāḍ"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 3951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3951], ["category", "province"], ["code", "02"], ["name", "Makkah"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 3951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3951], ["category", "province"], ["code", "03"], ["name", "Al Madīnah"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 3951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3951], ["category", "province"], ["code", "04"], ["name", "Ash Sharqīyah"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 3951], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3951], ["category", "province"], ["code", "05"], ["name", "Al Qaşīm"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 3951], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3951], ["category", "province"], ["code", "06"], ["name", "Ḥā'il"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 3951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3951], ["category", "province"], ["code", "07"], ["name", "Tabūk"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 3951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3951], ["category", "province"], ["code", "08"], ["name", "Al Ḥudūd ash Shamāliyah"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 3951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3951], ["category", "province"], ["code", "09"], ["name", "Jīzan"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 3951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3951], ["category", "province"], ["code", "10"], ["name", "Najrān"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 3951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3951], ["category", "province"], ["code", "11"], ["name", "Al Bāhah"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 3951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3951], ["category", "province"], ["code", "12"], ["name", "Al Jawf"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 3951], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3951], ["category", "province"], ["code", "14"], ["name", "`Asīr"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "SB"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "SB"], ["name", "Solomon Islands"], ["alpha_3_code", "SLB"], ["numeric_code", 90], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.7ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3965 AND "regions"."code" = ? LIMIT ? [["code", "CE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CE"], ["region_id", 3965], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3965], ["category", "province"], ["code", "CE"], ["name", "Central"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3965 AND "regions"."code" = ? LIMIT ? [["code", "CH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CH"], ["region_id", 3965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3965], ["category", "province"], ["code", "CH"], ["name", "Choiseul"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3965 AND "regions"."code" = ? LIMIT ? [["code", "CT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CT"], ["region_id", 3965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3965], ["category", "capital territory"], ["code", "CT"], ["name", "Capital Territory (Honiara)"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3965 AND "regions"."code" = ? LIMIT ? [["code", "GU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GU"], ["region_id", 3965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3965], ["category", "province"], ["code", "GU"], ["name", "Guadalcanal"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3965 AND "regions"."code" = ? LIMIT ? [["code", "IS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IS"], ["region_id", 3965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3965], ["category", "province"], ["code", "IS"], ["name", "Isabel"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3965 AND "regions"."code" = ? LIMIT ? [["code", "MK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MK"], ["region_id", 3965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3965], ["category", "province"], ["code", "MK"], ["name", "Makira"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3965 AND "regions"."code" = ? LIMIT ? [["code", "ML"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ML"], ["region_id", 3965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3965], ["category", "province"], ["code", "ML"], ["name", "Malaita"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3965 AND "regions"."code" = ? LIMIT ? [["code", "RB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RB"], ["region_id", 3965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3965], ["category", "province"], ["code", "RB"], ["name", "Rennell and Bellona"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3965 AND "regions"."code" = ? LIMIT ? [["code", "TE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TE"], ["region_id", 3965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3965], ["category", "province"], ["code", "TE"], ["name", "Temotu"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3965 AND "regions"."code" = ? LIMIT ? [["code", "WE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WE"], ["region_id", 3965], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3965], ["category", "province"], ["code", "WE"], ["name", "Western"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "SC"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "SC"], ["name", "Seychelles"], ["alpha_3_code", "SYC"], ["numeric_code", 690], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "01"], ["name", "Anse aux Pins"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "02"], ["name", "Anse Boileau"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "03"], ["name", "Anse Etoile"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "04"], ["name", "Anse Louis"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "05"], ["name", "Anse Royale"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "06"], ["name", "Baie Lazare"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "07"], ["name", "Baie Sainte Anne"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "08"], ["name", "Beau Vallon"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "09"], ["name", "Bel Air"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "10"], ["name", "Bel Ombre"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "11"], ["name", "Cascade"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "12"], ["name", "Glacis"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "13"], ["name", "Grand Anse Mahe"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "14"], ["name", "Grand Anse Praslin"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "15"], ["name", "La Digue"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "16"], ["name", "English River"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "17"], ["name", "Mont Buxton"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "18"], ["name", "Mont Fleuri"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "19"], ["name", "Plaisance"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "20"], ["name", "Pointe Larue"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "21"], ["name", "Port Glaud"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "22"], ["name", "Saint Louis"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "23"], ["name", "Takamaka"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "24"], ["name", "Les Mamelles"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["region_id", 3976], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 3976], ["category", "district"], ["code", "25"], ["name", "Roche Caiman"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "SD"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "SD"], ["name", "Sudan"], ["alpha_3_code", "SDN"], ["numeric_code", 729], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "DC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DC"], ["region_id", 4002], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4002], ["category", "state"], ["code", "DC"], ["name", "Zalingei"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "DE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DE"], ["region_id", 4002], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4002], ["category", "state"], ["code", "DE"], ["name", "Sharq Dārfūr"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "DN"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DN"], ["region_id", 4002], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4002], ["category", "state"], ["code", "DN"], ["name", "Shamāl Dārfūr"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "DS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DS"], ["region_id", 4002], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4002], ["category", "state"], ["code", "DS"], ["name", "Janūb Dārfūr"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "DW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DW"], ["region_id", 4002], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4002], ["category", "state"], ["code", "DW"], ["name", "Gharb Dārfūr"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "GD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GD"], ["region_id", 4002], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4002], ["category", "state"], ["code", "GD"], ["name", "Al Qaḑārif"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "GZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GZ"], ["region_id", 4002], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4002], ["category", "state"], ["code", "GZ"], ["name", "Al Jazīrah"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["region_id", 4002], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4002], ["category", "state"], ["code", "KA"], ["name", "Kassalā"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "KH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KH"], ["region_id", 4002], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4002], ["category", "state"], ["code", "KH"], ["name", "Al Kharţūm"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "KN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KN"], ["region_id", 4002], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4002], ["category", "state"], ["code", "KN"], ["name", "Shamāl Kurdufān"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "KS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KS"], ["region_id", 4002], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4002], ["category", "state"], ["code", "KS"], ["name", "Janūb Kurdufān"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "NB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NB"], ["region_id", 4002], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4002], ["category", "state"], ["code", "NB"], ["name", "An Nīl al Azraq"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "NO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NO"], ["region_id", 4002], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4002], ["category", "state"], ["code", "NO"], ["name", "Ash Shamālīyah"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "NR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NR"], ["region_id", 4002], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4002], ["category", "state"], ["code", "NR"], ["name", "An Nīl"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "NW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NW"], ["region_id", 4002], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4002], ["category", "state"], ["code", "NW"], ["name", "An Nīl al Abyaḑ"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "RS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RS"], ["region_id", 4002], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4002], ["category", "state"], ["code", "RS"], ["name", "Al Baḩr al Aḩmar"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "SI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SI"], ["region_id", 4002], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4002], ["category", "state"], ["code", "SI"], ["name", "Sinnār"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "SE"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "SE"], ["name", "Sweden"], ["alpha_3_code", "SWE"], ["numeric_code", 752], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "AB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AB"], ["region_id", 4020], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4020], ["category", "county"], ["code", "AB"], ["name", "Stockholms län"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "AC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AC"], ["region_id", 4020], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4020], ["category", "county"], ["code", "AC"], ["name", "Västerbottens län"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "BD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BD"], ["region_id", 4020], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4020], ["category", "county"], ["code", "BD"], ["name", "Norrbottens län"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["region_id", 4020], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4020], ["category", "county"], ["code", "C"], ["name", "Uppsala län"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["region_id", 4020], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4020], ["category", "county"], ["code", "D"], ["name", "Södermanlands län"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "E"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "E"], ["region_id", 4020], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4020], ["category", "county"], ["code", "E"], ["name", "Östergötlands län"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "F"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "F"], ["region_id", 4020], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4020], ["category", "county"], ["code", "F"], ["name", "Jönköpings län"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["region_id", 4020], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4020], ["category", "county"], ["code", "G"], ["name", "Kronobergs län"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "H"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "H"], ["region_id", 4020], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4020], ["category", "county"], ["code", "H"], ["name", "Kalmar län"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "I"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "I"], ["region_id", 4020], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4020], ["category", "county"], ["code", "I"], ["name", "Gotlands län"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "K"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "K"], ["region_id", 4020], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4020], ["category", "county"], ["code", "K"], ["name", "Blekinge län"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["region_id", 4020], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4020], ["category", "county"], ["code", "M"], ["name", "Skåne län"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["region_id", 4020], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4020], ["category", "county"], ["code", "N"], ["name", "Hallands län"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "O"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "O"], ["region_id", 4020], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4020], ["category", "county"], ["code", "O"], ["name", "Västra Götalands län"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["region_id", 4020], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4020], ["category", "county"], ["code", "S"], ["name", "Värmlands län"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "T"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "T"], ["region_id", 4020], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4020], ["category", "county"], ["code", "T"], ["name", "Örebro län"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "U"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "U"], ["region_id", 4020], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4020], ["category", "county"], ["code", "U"], ["name", "Västmanlands län"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "W"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "W"], ["region_id", 4020], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4020], ["category", "county"], ["code", "W"], ["name", "Dalarnas län"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "X"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "X"], ["region_id", 4020], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4020], ["category", "county"], ["code", "X"], ["name", "Gävleborgs län"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "Y"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "Y"], ["region_id", 4020], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4020], ["category", "county"], ["code", "Y"], ["name", "Västernorrlands län"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "Z"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "Z"], ["region_id", 4020], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4020], ["category", "county"], ["code", "Z"], ["name", "Jämtlands län"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SG"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "SG"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "SG"], ["name", "Singapore"], ["alpha_3_code", "SGP"], ["numeric_code", 534], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4042 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 4042], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4042], ["category", "district"], ["code", "01"], ["name", "Central Singapore"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4042 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 4042], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4042], ["category", "district"], ["code", "02"], ["name", "North East"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (5.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4042 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 4042], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4042], ["category", "district"], ["code", "03"], ["name", "North West"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (1.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4042 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 4042], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4042], ["category", "district"], ["code", "04"], ["name", "South East"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (4.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4042 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 4042], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4042], ["category", "district"], ["code", "05"], ["name", "South West"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "SH"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "SH"], ["name", "Saint Helena, Ascension and Tristan da Cunha"], ["alpha_3_code", "SHN"], ["numeric_code", 654], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4048 AND "regions"."code" = ? LIMIT ? [["code", "AC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AC"], ["region_id", 4048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4048], ["category", "geographical entity"], ["code", "AC"], ["name", "Ascension"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4048 AND "regions"."code" = ? LIMIT ? [["code", "HL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HL"], ["region_id", 4048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4048], ["category", "geographical entity"], ["code", "HL"], ["name", "Saint Helena"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4048 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["region_id", 4048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4048], ["category", "geographical entity"], ["code", "TA"], ["name", "Tristan da Cunha"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "SI"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "SI"], ["name", "Slovenia"], ["alpha_3_code", "SVN"], ["numeric_code", 705], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "001"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "001"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "001"], ["name", "Ajdovščina"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "002"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "002"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "002"], ["name", "Beltinci"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "003"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "003"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "003"], ["name", "Bled"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "004"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "004"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "004"], ["name", "Bohinj"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "005"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "005"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "005"], ["name", "Borovnica"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "006"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "006"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "006"], ["name", "Bovec"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "007"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "007"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "007"], ["name", "Brda"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "008"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "008"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "008"], ["name", "Brezovica"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "009"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "009"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "009"], ["name", "Brežice"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "010"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "010"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "010"], ["name", "Tišina"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "011"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "011"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "011"], ["name", "Celje"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "012"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "012"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "012"], ["name", "Cerklje na Gorenjskem"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "013"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "013"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "013"], ["name", "Cerknica"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "014"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "014"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "014"], ["name", "Cerkno"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "015"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "015"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "015"], ["name", "Črenšovci"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "016"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "016"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "016"], ["name", "Črna na Koroškem"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "017"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "017"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "017"], ["name", "Črnomelj"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "018"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "018"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "018"], ["name", "Destrnik"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "019"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "019"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "019"], ["name", "Divača"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "020"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "020"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "020"], ["name", "Dobrepolje"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "021"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "021"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "021"], ["name", "Dobrova-Polhov Gradec"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "022"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "022"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "022"], ["name", "Dol pri Ljubljani"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "023"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "023"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "023"], ["name", "Domžale"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "024"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "024"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "024"], ["name", "Dornava"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "025"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "025"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "025"], ["name", "Dravograd"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "026"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "026"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "026"], ["name", "Duplek"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "027"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "027"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "027"], ["name", "Gorenja vas-Poljane"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "028"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "028"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "028"], ["name", "Gorišnica"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "029"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "029"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "029"], ["name", "Gornja Radgona"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "030"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "030"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "030"], ["name", "Gornji Grad"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "031"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "031"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "031"], ["name", "Gornji Petrovci"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "032"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "032"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "032"], ["name", "Grosuplje"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "033"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "033"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "033"], ["name", "Šalovci"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "034"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "034"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "034"], ["name", "Hrastnik"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "035"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "035"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "035"], ["name", "Hrpelje-Kozina"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "036"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "036"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "036"], ["name", "Idrija"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "037"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "037"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "037"], ["name", "Ig"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "038"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "038"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "038"], ["name", "Ilirska Bistrica"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "039"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "039"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "039"], ["name", "Ivančna Gorica"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "040"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "040"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "040"], ["name", "Izola/Isola"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "041"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "041"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "041"], ["name", "Jesenice"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "042"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "042"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "042"], ["name", "Juršinci"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "043"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "043"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "043"], ["name", "Kamnik"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "044"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "044"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "044"], ["name", "Kanal"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "045"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "045"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "045"], ["name", "Kidričevo"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "046"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "046"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "046"], ["name", "Kobarid"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "047"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "047"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "047"], ["name", "Kobilje"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "048"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "048"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "048"], ["name", "Kočevje"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "049"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "049"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "049"], ["name", "Komen"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "050"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "050"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "050"], ["name", "Koper/Capodistria"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "051"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "051"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "051"], ["name", "Kozje"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "052"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "052"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "052"], ["name", "Kranj"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "053"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "053"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "053"], ["name", "Kranjska Gora"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "054"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "054"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "054"], ["name", "Krško"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "055"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "055"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "055"], ["name", "Kungota"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "056"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "056"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "056"], ["name", "Kuzma"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "057"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "057"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "057"], ["name", "Laško"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "058"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "058"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "058"], ["name", "Lenart"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "059"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "059"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "059"], ["name", "Lendava/Lendva"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "060"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "060"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "060"], ["name", "Litija"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "061"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "061"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "061"], ["name", "Ljubljana"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "062"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "062"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "062"], ["name", "Ljubno"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "063"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "063"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "063"], ["name", "Ljutomer"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "064"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "064"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "064"], ["name", "Logatec"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "065"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "065"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "065"], ["name", "Loška dolina"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "066"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "066"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "066"], ["name", "Loški Potok"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "067"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "067"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "067"], ["name", "Luče"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "068"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "068"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "068"], ["name", "Lukovica"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "069"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "069"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "069"], ["name", "Majšperk"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "070"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "070"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "070"], ["name", "Maribor"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "071"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "071"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "071"], ["name", "Medvode"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "072"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "072"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "072"], ["name", "Mengeš"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "073"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "073"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "073"], ["name", "Metlika"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "074"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "074"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "074"], ["name", "Mežica"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "075"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "075"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "075"], ["name", "Miren-Kostanjevica"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "076"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "076"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "076"], ["name", "Mislinja"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "077"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "077"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "077"], ["name", "Moravče"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "078"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "078"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "078"], ["name", "Moravske Toplice"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "079"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "079"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "079"], ["name", "Mozirje"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "080"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "080"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "080"], ["name", "Murska Sobota"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "081"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "081"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "081"], ["name", "Muta"], ["created_at", 2016-11-21 00:08:58 UTC], ["updated_at", 2016-11-21 00:08:58 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "082"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "082"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "082"], ["name", "Naklo"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "083"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "083"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "083"], ["name", "Nazarje"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "084"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "084"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "084"], ["name", "Nova Gorica"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "085"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "085"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "085"], ["name", "Novo mesto"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "086"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "086"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "086"], ["name", "Odranci"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "087"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "087"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "087"], ["name", "Ormož"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "088"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "088"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "088"], ["name", "Osilnica"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "089"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "089"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "089"], ["name", "Pesnica"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "090"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "090"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "090"], ["name", "Piran/Pirano"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "091"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "091"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "091"], ["name", "Pivka"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "092"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "092"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "092"], ["name", "Podčetrtek"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "093"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "093"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "093"], ["name", "Podvelka"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "094"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "094"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "094"], ["name", "Postojna"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "095"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "095"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "095"], ["name", "Preddvor"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "096"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "096"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "096"], ["name", "Ptuj"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "097"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "097"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "097"], ["name", "Puconci"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "098"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "098"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "098"], ["name", "Rače-Fram"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "099"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "099"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "099"], ["name", "Radeče"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "100"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "100"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "100"], ["name", "Radenci"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "101"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "101"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "101"], ["name", "Radlje ob Dravi"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "102"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "102"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "102"], ["name", "Radovljica"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "103"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "103"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "103"], ["name", "Ravne na Koroškem"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "104"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "104"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "104"], ["name", "Ribnica"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "105"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "105"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "105"], ["name", "Rogašovci"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "106"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "106"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "106"], ["name", "Rogaška Slatina"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "107"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "107"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "107"], ["name", "Rogatec"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "108"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "108"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "108"], ["name", "Ruše"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "109"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "109"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "109"], ["name", "Semič"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "110"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "110"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "110"], ["name", "Sevnica"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "111"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "111"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "111"], ["name", "Sežana"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "112"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "112"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "112"], ["name", "Slovenj Gradec"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "113"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "113"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "113"], ["name", "Slovenska Bistrica"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "114"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "114"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "114"], ["name", "Slovenske Konjice"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "115"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "115"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "115"], ["name", "Starče"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "116"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "116"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "116"], ["name", "Sveti Jurij"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "117"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "117"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "117"], ["name", "Šenčur"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "118"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "118"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "118"], ["name", "Šentilj"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "119"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "119"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "119"], ["name", "Šentjernej"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "120"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "120"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "120"], ["name", "Šentjur"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "121"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "121"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "121"], ["name", "Škocjan"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "122"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "122"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "122"], ["name", "Škofja Loka"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "123"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "123"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "123"], ["name", "Škofljica"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "124"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "124"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "124"], ["name", "Šmarje pri Jelšah"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "125"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "125"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "125"], ["name", "Šmartno ob Paki"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "126"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "126"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "126"], ["name", "Šoštanj"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "127"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "127"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "127"], ["name", "Štore"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "128"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "128"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "128"], ["name", "Tolmin"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "129"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "129"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "129"], ["name", "Trbovlje"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "130"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "130"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "130"], ["name", "Trebnje"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "131"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "131"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "131"], ["name", "Tržič"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "132"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "132"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "132"], ["name", "Turnišče"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "133"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "133"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "133"], ["name", "Velenje"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "134"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "134"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "134"], ["name", "Velike Lašče"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "135"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "135"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "135"], ["name", "Videm"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "136"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "136"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "136"], ["name", "Vipava"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "137"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "137"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "137"], ["name", "Vitanje"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "138"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "138"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "138"], ["name", "Vodice"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "139"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "139"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "139"], ["name", "Vojnik"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "140"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "140"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "140"], ["name", "Vrhnika"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "141"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "141"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "141"], ["name", "Vuzenica"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "142"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "142"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "142"], ["name", "Zagorje ob Savi"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "143"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "143"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "143"], ["name", "Zavrč"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "144"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "144"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "144"], ["name", "Zreče"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "146"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "146"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "146"], ["name", "Železniki"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "147"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "147"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "147"], ["name", "Žiri"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "148"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "148"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "148"], ["name", "Benedikt"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "149"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "149"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "149"], ["name", "Bistrica ob Sotli"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "150"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "150"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "150"], ["name", "Bloke"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "151"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "151"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "151"], ["name", "Braslovče"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "152"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "152"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "152"], ["name", "Cankova"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "153"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "153"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "153"], ["name", "Cerkvenjak"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "154"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "154"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "154"], ["name", "Dobje"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "155"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "155"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "155"], ["name", "Dobrna"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "156"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "156"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "156"], ["name", "Dobrovnik/Dobronak"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "157"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "157"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "157"], ["name", "Dolenjske Toplice"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "158"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "158"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "158"], ["name", "Grad"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "159"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "159"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "159"], ["name", "Hajdina"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "160"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "160"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "160"], ["name", "Hoče-Slivnica"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "161"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "161"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "161"], ["name", "Hodoš/Hodos"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "162"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "162"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "162"], ["name", "Horjul"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "163"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "163"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "163"], ["name", "Jezersko"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "164"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "164"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "164"], ["name", "Komenda"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "165"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "165"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "165"], ["name", "Kostel"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "166"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "166"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "166"], ["name", "Križevci"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "167"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "167"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "167"], ["name", "Lovrenc na Pohorju"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "168"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "168"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "168"], ["name", "Markovci"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "169"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "169"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "169"], ["name", "Miklavž na Dravskem polju"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "170"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "170"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "170"], ["name", "Mirna Peč"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "171"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "171"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "171"], ["name", "Oplotnica"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "172"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "172"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "172"], ["name", "Podlehnik"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "173"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "173"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "173"], ["name", "Polzela"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "174"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "174"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "174"], ["name", "Prebold"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "175"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "175"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "175"], ["name", "Prevalje"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "176"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "176"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "176"], ["name", "Razkrižje"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "177"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "177"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "177"], ["name", "Ribnica na Pohorju"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "178"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "178"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "178"], ["name", "Selnica ob Dravi"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "179"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "179"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "179"], ["name", "Sodražica"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "180"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "180"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "180"], ["name", "Solčava"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "181"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "181"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "181"], ["name", "Sveta Ana"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "182"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "182"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "182"], ["name", "Sveta Andraž v Slovenskih Goricah"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "183"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "183"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "183"], ["name", "Šempeter-Vrtojba"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "184"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "184"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "184"], ["name", "Tabor"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "185"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "185"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "185"], ["name", "Trnovska vas"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "186"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "186"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "186"], ["name", "Trzin"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "187"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "187"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "187"], ["name", "Velika Polana"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "188"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "188"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "188"], ["name", "Veržej"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "189"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "189"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "189"], ["name", "Vransko"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "190"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "190"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "190"], ["name", "Žalec"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "191"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "191"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "191"], ["name", "Žetale"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.7ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "192"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "192"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "192"], ["name", "Žirovnica"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "193"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "193"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "193"], ["name", "Žužemberk"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "194"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "194"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "194"], ["name", "Šmartno pri Litiji"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "195"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "195"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "195"], ["name", "Apače"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "196"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "196"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "196"], ["name", "Cirkulane"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "197"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "197"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "197"], ["name", "Kosanjevica na Krki"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "198"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "198"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "198"], ["name", "Makole"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "199"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "199"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "199"], ["name", "Mokronog-Trebelno"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "200"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "200"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "200"], ["name", "Poljčane"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "201"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "201"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "201"], ["name", "Renče-Vogrsko"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "202"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "202"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "202"], ["name", "Središče ob Dravi"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "203"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "203"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "203"], ["name", "Straža"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "204"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "204"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "204"], ["name", "Sveta Trojica v Slovenskih Goricah"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "205"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "205"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "205"], ["name", "Sveti Tomaž"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "206"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "206"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "206"], ["name", "Šmarjeske Topliče"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "207"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "207"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "207"], ["name", "Gorje"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "208"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "208"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "208"], ["name", "Log-Dragomer"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "209"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "209"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "209"], ["name", "Rečica ob Savinji"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "210"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "210"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "210"], ["name", "Sveti Jurij v Slovenskih Goricah"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "211"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "211"], ["region_id", 4052], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4052], ["category", "municipality"], ["code", "211"], ["name", "Šentrupert"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "SJ"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "SJ"], ["name", "Svalbard and Jan Mayen"], ["alpha_3_code", "SJM"], ["numeric_code", 744], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "SK"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "SK"], ["name", "Slovakia"], ["alpha_3_code", "SVK"], ["numeric_code", 703], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4264 AND "regions"."code" = ? LIMIT ? [["code", "BC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BC"], ["region_id", 4264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4264], ["category", "region"], ["code", "BC"], ["name", "Banskobystrický kraj"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4264 AND "regions"."code" = ? LIMIT ? [["code", "BL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BL"], ["region_id", 4264], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4264], ["category", "region"], ["code", "BL"], ["name", "Bratislavský kraj"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4264 AND "regions"."code" = ? LIMIT ? [["code", "KI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KI"], ["region_id", 4264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4264], ["category", "region"], ["code", "KI"], ["name", "Košický kraj"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4264 AND "regions"."code" = ? LIMIT ? [["code", "NI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NI"], ["region_id", 4264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4264], ["category", "region"], ["code", "NI"], ["name", "Nitriansky kraj"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4264 AND "regions"."code" = ? LIMIT ? [["code", "PV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PV"], ["region_id", 4264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4264], ["category", "region"], ["code", "PV"], ["name", "Prešovský kraj"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4264 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["region_id", 4264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4264], ["category", "region"], ["code", "TA"], ["name", "Trnavský kraj"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4264 AND "regions"."code" = ? LIMIT ? [["code", "TC"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TC"], ["region_id", 4264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4264], ["category", "region"], ["code", "TC"], ["name", "Trenčiansky kraj"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4264 AND "regions"."code" = ? LIMIT ? [["code", "ZI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZI"], ["region_id", 4264], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4264], ["category", "region"], ["code", "ZI"], ["name", "Žilinský kraj"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "SL"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "SL"], ["name", "Sierra Leone"], ["alpha_3_code", "SLE"], ["numeric_code", 694], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4273 AND "regions"."code" = ? LIMIT ? [["code", "E"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "E"], ["region_id", 4273], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4273], ["category", "province"], ["code", "E"], ["name", "Eastern"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4273 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["region_id", 4273], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4273], ["category", "province"], ["code", "N"], ["name", "Northern"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4273 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["region_id", 4273], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4273], ["category", "province"], ["code", "S"], ["name", "Southern (Sierra Leone)"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4273 AND "regions"."code" = ? LIMIT ? [["code", "W"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "W"], ["region_id", 4273], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4273], ["category", "area"], ["code", "W"], ["name", "Western Area (Freetown)"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "SM"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "SM"], ["name", "San Marino"], ["alpha_3_code", "SMR"], ["numeric_code", 674], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4278 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 4278], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4278], ["category", "municipalities"], ["code", "01"], ["name", "Acquaviva"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4278 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 4278], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4278], ["category", "municipalities"], ["code", "02"], ["name", "Chiesanuova"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4278 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 4278], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4278], ["category", "municipalities"], ["code", "03"], ["name", "Domagnano"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4278 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 4278], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4278], ["category", "municipalities"], ["code", "04"], ["name", "Faetano"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (1.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4278 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 4278], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4278], ["category", "municipalities"], ["code", "05"], ["name", "Fiorentino"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (3.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4278 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 4278], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4278], ["category", "municipalities"], ["code", "06"], ["name", "Borgo Maggiore"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (5.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4278 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 4278], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4278], ["category", "municipalities"], ["code", "07"], ["name", "San Marino"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4278 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 4278], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4278], ["category", "municipalities"], ["code", "08"], ["name", "Montegiardino"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4278 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 4278], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4278], ["category", "municipalities"], ["code", "09"], ["name", "Serravalle"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "SN"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "SN"], ["name", "Senegal"], ["alpha_3_code", "SEN"], ["numeric_code", 686], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "DB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DB"], ["region_id", 4288], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4288], ["category", "region"], ["code", "DB"], ["name", "Diourbel"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "DK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DK"], ["region_id", 4288], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4288], ["category", "region"], ["code", "DK"], ["name", "Dakar"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "FK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FK"], ["region_id", 4288], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4288], ["category", "region"], ["code", "FK"], ["name", "Fatick"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["region_id", 4288], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4288], ["category", "region"], ["code", "KA"], ["name", "Kaffrine"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "KD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KD"], ["region_id", 4288], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4288], ["category", "region"], ["code", "KD"], ["name", "Kolda"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "KE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KE"], ["region_id", 4288], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4288], ["category", "region"], ["code", "KE"], ["name", "Kédougou"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "KL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KL"], ["region_id", 4288], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4288], ["category", "region"], ["code", "KL"], ["name", "Kaolack"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "LG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LG"], ["region_id", 4288], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4288], ["category", "region"], ["code", "LG"], ["name", "Louga"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "MT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MT"], ["region_id", 4288], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4288], ["category", "region"], ["code", "MT"], ["name", "Matam"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "SE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SE"], ["region_id", 4288], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4288], ["category", "region"], ["code", "SE"], ["name", "Sédhiou"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "SL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SL"], ["region_id", 4288], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4288], ["category", "region"], ["code", "SL"], ["name", "Saint-Louis"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "TC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TC"], ["region_id", 4288], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4288], ["category", "region"], ["code", "TC"], ["name", "Tambacounda"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "TH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TH"], ["region_id", 4288], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4288], ["category", "region"], ["code", "TH"], ["name", "Thiès"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "ZG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZG"], ["region_id", 4288], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4288], ["category", "region"], ["code", "ZG"], ["name", "Ziguinchor"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "SO"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "SO"], ["name", "Somalia"], ["alpha_3_code", "SOM"], ["numeric_code", 706], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "AW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AW"], ["region_id", 4303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4303], ["category", "region"], ["code", "AW"], ["name", "Awdal"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "BK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BK"], ["region_id", 4303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4303], ["category", "region"], ["code", "BK"], ["name", "Bakool"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "BN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BN"], ["region_id", 4303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4303], ["category", "region"], ["code", "BN"], ["name", "Banaadir"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "BR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BR"], ["region_id", 4303], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4303], ["category", "region"], ["code", "BR"], ["name", "Bari"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "BY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BY"], ["region_id", 4303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4303], ["category", "region"], ["code", "BY"], ["name", "Bay"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["region_id", 4303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4303], ["category", "region"], ["code", "GA"], ["name", "Galguduud"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "GE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GE"], ["region_id", 4303], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4303], ["category", "region"], ["code", "GE"], ["name", "Gedo"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "HI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HI"], ["region_id", 4303], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4303], ["category", "region"], ["code", "HI"], ["name", "Hiirsan"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "JD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JD"], ["region_id", 4303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4303], ["category", "region"], ["code", "JD"], ["name", "Jubbada Dhexe"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "JH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JH"], ["region_id", 4303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4303], ["category", "region"], ["code", "JH"], ["name", "Jubbada Hoose"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "MU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MU"], ["region_id", 4303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4303], ["category", "region"], ["code", "MU"], ["name", "Mudug"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "NU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NU"], ["region_id", 4303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4303], ["category", "region"], ["code", "NU"], ["name", "Nugaal"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["region_id", 4303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4303], ["category", "region"], ["code", "SA"], ["name", "Saneag"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "SD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SD"], ["region_id", 4303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4303], ["category", "region"], ["code", "SD"], ["name", "Shabeellaha Dhexe"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "SH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SH"], ["region_id", 4303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4303], ["category", "region"], ["code", "SH"], ["name", "Shabeellaha Hoose"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["region_id", 4303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4303], ["category", "region"], ["code", "SO"], ["name", "Sool"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "TO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TO"], ["region_id", 4303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4303], ["category", "region"], ["code", "TO"], ["name", "Togdheer"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "WO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WO"], ["region_id", 4303], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4303], ["category", "region"], ["code", "WO"], ["name", "Woqooyi Galbeed"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "SR"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "SR"], ["name", "Suriname"], ["alpha_3_code", "SUR"], ["numeric_code", 740], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4322 AND "regions"."code" = ? LIMIT ? [["code", "BR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BR"], ["region_id", 4322], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4322], ["category", "district"], ["code", "BR"], ["name", "Brokopondo"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4322 AND "regions"."code" = ? LIMIT ? [["code", "CM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CM"], ["region_id", 4322], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4322], ["category", "district"], ["code", "CM"], ["name", "Commewijne"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4322 AND "regions"."code" = ? LIMIT ? [["code", "CR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CR"], ["region_id", 4322], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4322], ["category", "district"], ["code", "CR"], ["name", "Coronie"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4322 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["region_id", 4322], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4322], ["category", "district"], ["code", "MA"], ["name", "Marowijne"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4322 AND "regions"."code" = ? LIMIT ? [["code", "NI"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NI"], ["region_id", 4322], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4322], ["category", "district"], ["code", "NI"], ["name", "Nickerie"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4322 AND "regions"."code" = ? LIMIT ? [["code", "PM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PM"], ["region_id", 4322], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4322], ["category", "district"], ["code", "PM"], ["name", "Paramaribo"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4322 AND "regions"."code" = ? LIMIT ? [["code", "PR"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PR"], ["region_id", 4322], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4322], ["category", "district"], ["code", "PR"], ["name", "Para"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4322 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["region_id", 4322], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4322], ["category", "district"], ["code", "SA"], ["name", "Saramacca"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4322 AND "regions"."code" = ? LIMIT ? [["code", "SI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SI"], ["region_id", 4322], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4322], ["category", "district"], ["code", "SI"], ["name", "Sipaliwini"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4322 AND "regions"."code" = ? LIMIT ? [["code", "WA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WA"], ["region_id", 4322], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4322], ["category", "district"], ["code", "WA"], ["name", "Wanica"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "SS"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "SS"], ["name", "South Sudan"], ["alpha_3_code", "SSD"], ["numeric_code", 728], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4333 AND "regions"."code" = ? LIMIT ? [["code", "BN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BN"], ["region_id", 4333], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4333], ["category", "state"], ["code", "BN"], ["name", "Northern Bahr el-Ghazal"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4333 AND "regions"."code" = ? LIMIT ? [["code", "BW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BW"], ["region_id", 4333], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4333], ["category", "state"], ["code", "BW"], ["name", "Western Bahr el-Ghazal"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4333 AND "regions"."code" = ? LIMIT ? [["code", "EC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EC"], ["region_id", 4333], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4333], ["category", "state"], ["code", "EC"], ["name", "Central Equatoria"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4333 AND "regions"."code" = ? LIMIT ? [["code", "EE8"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EE8"], ["region_id", 4333], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4333], ["category", "state"], ["code", "EE8"], ["name", "Eastern Equatoria"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4333 AND "regions"."code" = ? LIMIT ? [["code", "EW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EW"], ["region_id", 4333], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4333], ["category", "state"], ["code", "EW"], ["name", "Western Equatoria"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4333 AND "regions"."code" = ? LIMIT ? [["code", "JG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JG"], ["region_id", 4333], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4333], ["category", "state"], ["code", "JG"], ["name", "Jonglei"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4333 AND "regions"."code" = ? LIMIT ? [["code", "LK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LK"], ["region_id", 4333], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4333], ["category", "state"], ["code", "LK"], ["name", "Lakes"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4333 AND "regions"."code" = ? LIMIT ? [["code", "NU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NU"], ["region_id", 4333], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4333], ["category", "state"], ["code", "NU"], ["name", "Upper Nile"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4333 AND "regions"."code" = ? LIMIT ? [["code", "UY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UY"], ["region_id", 4333], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4333], ["category", "state"], ["code", "UY"], ["name", "Unity"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4333 AND "regions"."code" = ? LIMIT ? [["code", "WR"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WR"], ["region_id", 4333], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4333], ["category", "state"], ["code", "WR"], ["name", "Warrap"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "ST"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "ST"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "ST"], ["name", "Sao Tome and Principe"], ["alpha_3_code", "STP"], ["numeric_code", 678], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4344 AND "regions"."code" = ? LIMIT ? [["code", "P"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "P"], ["region_id", 4344], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4344], ["category", "municipality"], ["code", "P"], ["name", "Príncipe"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4344 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["region_id", 4344], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4344], ["category", "municipality"], ["code", "S"], ["name", "São Tomé"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "SV"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "SV"], ["name", "El Salvador"], ["alpha_3_code", "SLV"], ["numeric_code", 222], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "AH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AH"], ["region_id", 4347], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4347], ["category", "department"], ["code", "AH"], ["name", "Ahuachapán"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "CA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CA"], ["region_id", 4347], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4347], ["category", "department"], ["code", "CA"], ["name", "Cabañas"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "CH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CH"], ["region_id", 4347], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4347], ["category", "department"], ["code", "CH"], ["name", "Chalatenango"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "CU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CU"], ["region_id", 4347], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4347], ["category", "department"], ["code", "CU"], ["name", "Cuscatlán"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "LI"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LI"], ["region_id", 4347], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4347], ["category", "department"], ["code", "LI"], ["name", "La Libertad"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["region_id", 4347], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4347], ["category", "department"], ["code", "MO"], ["name", "Morazán"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "PA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PA"], ["region_id", 4347], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4347], ["category", "department"], ["code", "PA"], ["name", "La Paz"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["region_id", 4347], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4347], ["category", "department"], ["code", "SA"], ["name", "Santa Ana"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "SM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SM"], ["region_id", 4347], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4347], ["category", "department"], ["code", "SM"], ["name", "San Miguel"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["region_id", 4347], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4347], ["category", "department"], ["code", "SO"], ["name", "Sonsonate"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "SS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SS"], ["region_id", 4347], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4347], ["category", "department"], ["code", "SS"], ["name", "San Salvador"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "SV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SV"], ["region_id", 4347], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4347], ["category", "department"], ["code", "SV"], ["name", "San Vicente"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "UN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UN"], ["region_id", 4347], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4347], ["category", "department"], ["code", "UN"], ["name", "La Unión"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "US"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "US"], ["region_id", 4347], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4347], ["category", "department"], ["code", "US"], ["name", "Usulután"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "SX"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "SX"], ["name", "Sint Maarten (Dutch part)"], ["alpha_3_code", "SXM"], ["numeric_code", 534], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "SY"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "SY"], ["name", "Syrian Arab Republic"], ["alpha_3_code", "SYR"], ["numeric_code", 760], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "DI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DI"], ["region_id", 4363], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4363], ["category", "governorate"], ["code", "DI"], ["name", "Dimashq"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "DR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DR"], ["region_id", 4363], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4363], ["category", "governorate"], ["code", "DR"], ["name", "Dar'a"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "DY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DY"], ["region_id", 4363], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4363], ["category", "governorate"], ["code", "DY"], ["name", "Dayr az Zawr"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "HA"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HA"], ["region_id", 4363], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4363], ["category", "governorate"], ["code", "HA"], ["name", "Al Hasakah"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "HI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HI"], ["region_id", 4363], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4363], ["category", "governorate"], ["code", "HI"], ["name", "Homs"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "HL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HL"], ["region_id", 4363], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4363], ["category", "governorate"], ["code", "HL"], ["name", "Halab"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "HM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HM"], ["region_id", 4363], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4363], ["category", "governorate"], ["code", "HM"], ["name", "Hamah"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "ID"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ID"], ["region_id", 4363], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4363], ["category", "governorate"], ["code", "ID"], ["name", "Idlib"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "LA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LA"], ["region_id", 4363], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4363], ["category", "governorate"], ["code", "LA"], ["name", "Al Ladhiqiyah"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "QU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "QU"], ["region_id", 4363], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4363], ["category", "governorate"], ["code", "QU"], ["name", "Al Qunaytirah"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "RA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RA"], ["region_id", 4363], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4363], ["category", "governorate"], ["code", "RA"], ["name", "Ar Raqqah"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "RD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RD"], ["region_id", 4363], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4363], ["category", "governorate"], ["code", "RD"], ["name", "Rif Dimashq"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "SU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SU"], ["region_id", 4363], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4363], ["category", "governorate"], ["code", "SU"], ["name", "As Suwayda'"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["region_id", 4363], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4363], ["category", "governorate"], ["code", "TA"], ["name", "Tartus"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "SZ"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "SZ"], ["name", "Swaziland"], ["alpha_3_code", "SWZ"], ["numeric_code", 748], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4378 AND "regions"."code" = ? LIMIT ? [["code", "HH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HH"], ["region_id", 4378], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4378], ["category", "district"], ["code", "HH"], ["name", "Hhohho"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4378 AND "regions"."code" = ? LIMIT ? [["code", "LU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LU"], ["region_id", 4378], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4378], ["category", "district"], ["code", "LU"], ["name", "Lubombo"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4378 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["region_id", 4378], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4378], ["category", "district"], ["code", "MA"], ["name", "Manzini"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4378 AND "regions"."code" = ? LIMIT ? [["code", "SH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SH"], ["region_id", 4378], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4378], ["category", "district"], ["code", "SH"], ["name", "Shiselweni"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "TC"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "TC"], ["name", "Turks and Caicos Islands"], ["alpha_3_code", "TCA"], ["numeric_code", 796], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "TD"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "TD"], ["name", "Chad"], ["alpha_3_code", "TCD"], ["numeric_code", 148], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["region_id", 4384], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4384], ["category", "region"], ["code", "BA"], ["name", "Al Baṭḩah"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "BG"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BG"], ["region_id", 4384], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4384], ["category", "region"], ["code", "BG"], ["name", "Baḩr al Ghazāl"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "BO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BO"], ["region_id", 4384], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4384], ["category", "region"], ["code", "BO"], ["name", "Būrkū"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "CB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CB"], ["region_id", 4384], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4384], ["category", "region"], ["code", "CB"], ["name", "Shārī Bāqirmī"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "EN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EN"], ["region_id", 4384], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4384], ["category", "region"], ["code", "EN"], ["name", "Innīdī"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "GR"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GR"], ["region_id", 4384], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4384], ["category", "region"], ["code", "GR"], ["name", "Qīrā"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "HL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HL"], ["region_id", 4384], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4384], ["category", "region"], ["code", "HL"], ["name", "Ḥajjar Lamīs"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["region_id", 4384], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4384], ["category", "region"], ["code", "KA"], ["name", "Kānim"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "LC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LC"], ["region_id", 4384], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4384], ["category", "region"], ["code", "LC"], ["name", "Al Buḩayrah"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "LO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LO"], ["region_id", 4384], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4384], ["category", "region"], ["code", "LO"], ["name", "Lūqūn al Gharbī"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "LR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LR"], ["region_id", 4384], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4384], ["category", "region"], ["code", "LR"], ["name", "Lūqūn ash Sharqī"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["region_id", 4384], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4384], ["category", "region"], ["code", "MA"], ["name", "Māndūl"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "MC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MC"], ["region_id", 4384], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4384], ["category", "region"], ["code", "MC"], ["name", "Shārī al Awsaṭ"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "ME"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ME"], ["region_id", 4384], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4384], ["category", "region"], ["code", "ME"], ["name", "Māyū Kībbī ash Sharqī"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["region_id", 4384], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4384], ["category", "region"], ["code", "MO"], ["name", "Māyū Kībbī al Gharbī"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "ND"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ND"], ["region_id", 4384], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4384], ["category", "region"], ["code", "ND"], ["name", "Madīnat Injamīnā"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "OD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OD"], ["region_id", 4384], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4384], ["category", "region"], ["code", "OD"], ["name", "Waddāy"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["region_id", 4384], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4384], ["category", "region"], ["code", "SA"], ["name", "Salāmāt"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "SI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SI"], ["region_id", 4384], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4384], ["category", "region"], ["code", "SI"], ["name", "Sīlā"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["region_id", 4384], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4384], ["category", "region"], ["code", "TA"], ["name", "Tānjilī"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "TI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TI"], ["region_id", 4384], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4384], ["category", "region"], ["code", "TI"], ["name", "Tibastī"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "WF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WF"], ["region_id", 4384], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4384], ["category", "region"], ["code", "WF"], ["name", "Wādī Fīrā"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "TF"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "TF"], ["name", "French Southern Territories"], ["alpha_3_code", "ATF"], ["numeric_code", 260], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "TG"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "TG"], ["name", "Togo"], ["alpha_3_code", "TGO"], ["numeric_code", 768], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4408 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["region_id", 4408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4408], ["category", "region"], ["code", "C"], ["name", "Région du Centre"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4408 AND "regions"."code" = ? LIMIT ? [["code", "K"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "K"], ["region_id", 4408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4408], ["category", "region"], ["code", "K"], ["name", "Région de la Kara"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4408 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["region_id", 4408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4408], ["category", "region"], ["code", "M"], ["name", "Région Maritime"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4408 AND "regions"."code" = ? LIMIT ? [["code", "P"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "P"], ["region_id", 4408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4408], ["category", "region"], ["code", "P"], ["name", "Région des Plateaux"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4408 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["region_id", 4408], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4408], ["category", "region"], ["code", "S"], ["name", "Région des Savannes"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "TH"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "TH"], ["name", "Thailand"], ["alpha_3_code", "THA"], ["numeric_code", 764], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "municipality"], ["code", "10"], ["name", "Krung Thep Maha Nakhon Bangkok"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "11"], ["name", "Samut Prakan"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "12"], ["name", "Nonthaburi"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "13"], ["name", "Pathum Thani"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "14"], ["name", "Phra Nakhon Si Ayutthaya"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "15"], ["name", "Ang Thong"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "16"], ["name", "Lop Buri"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "17"], ["name", "Sing Buri"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "18"], ["name", "Chai Nat"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "19"], ["name", "Saraburi"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "20"], ["name", "Chon Buri"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "21"], ["name", "Rayong"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "22"], ["name", "Chanthaburi"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "23"], ["name", "Trat"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "24"], ["name", "Chachoengsao"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "25"], ["name", "Prachin Buri"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "26"], ["name", "Nakhon Nayok"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "27"], ["name", "Sa Kaeo"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "30"], ["name", "Nakhon Ratchasima"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "31"], ["name", "Buri Ram"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "32"], ["name", "Surin"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "33"], ["name", "Si Sa Ket"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "34"], ["name", "Ubon Ratchathani"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "35"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "35"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "35"], ["name", "Yasothon"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "36"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "36"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "36"], ["name", "Chaiyaphum"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "37"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "37"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "37"], ["name", "Amnat Charoen"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "39"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "39"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "39"], ["name", "Nong Bua Lam Phu"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "40"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "40"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "40"], ["name", "Khon Kaen"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "41"], ["name", "Udon Thani"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "42"], ["name", "Loei"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "43"], ["name", "Nong Khai"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "44"], ["name", "Maha Sarakham"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "45"], ["name", "Roi Et"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "46"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "46"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "46"], ["name", "Kalasin"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "47"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "47"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "47"], ["name", "Sakon Nakhon"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "48"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "48"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "48"], ["name", "Nakhon Phanom"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "49"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "49"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "49"], ["name", "Mukdahan"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "50"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "50"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "50"], ["name", "Chiang Mai"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "51"], ["name", "Lamphun"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "52"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "52"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "52"], ["name", "Lampang"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "53"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "53"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "53"], ["name", "Uttaradit"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "54"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "54"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "54"], ["name", "Phrae"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "55"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "55"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "55"], ["name", "Nan"], ["created_at", 2016-11-21 00:08:59 UTC], ["updated_at", 2016-11-21 00:08:59 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "56"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "56"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "56"], ["name", "Phayao"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "57"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "57"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "57"], ["name", "Chiang Rai"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "58"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "58"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "58"], ["name", "Mae Hong Son"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "60"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "60"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "60"], ["name", "Nakhon Sawan"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "61"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "61"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "61"], ["name", "Uthai Thani"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "62"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "62"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "62"], ["name", "Kamphaeng Phet"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "63"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "63"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "63"], ["name", "Tak"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "64"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "64"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "64"], ["name", "Sukhothai"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "65"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "65"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "65"], ["name", "Phitsanulok"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "66"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "66"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "66"], ["name", "Phichit"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "67"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "67"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "67"], ["name", "Phetchabun"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "70"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "70"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "70"], ["name", "Ratchaburi"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "71"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "71"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "71"], ["name", "Kanchanaburi"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "72"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "72"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "72"], ["name", "Suphan Buri"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "73"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "73"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "73"], ["name", "Nakhon Pathom"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "74"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "74"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "74"], ["name", "Samut Sakhon"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "75"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "75"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "75"], ["name", "Samut Songkhram"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "76"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "76"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "76"], ["name", "Phetchaburi"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "77"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "77"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "77"], ["name", "Prachuap Khiri Khan"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "80"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "80"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "80"], ["name", "Nakhon Si Thammarat"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "81"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "81"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "81"], ["name", "Krabi"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "82"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "82"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "82"], ["name", "Phangnga"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "83"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "83"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "83"], ["name", "Phuket"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "84"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "84"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "84"], ["name", "Surat Thani"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "85"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "85"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "85"], ["name", "Ranong"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "86"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "86"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "86"], ["name", "Chumphon"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "90"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "90"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "90"], ["name", "Songkhla"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "91"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "91"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "91"], ["name", "Satun"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "92"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "92"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "92"], ["name", "Trang"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "93"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "93"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "93"], ["name", "Phatthalung"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "94"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "94"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "94"], ["name", "Pattani"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "95"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "95"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "95"], ["name", "Yala"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "96"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "96"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "96"], ["name", "Narathiwat"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["region_id", 4414], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4414], ["category", "province"], ["code", "S"], ["name", "Phatthaya"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "TJ"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "TJ"], ["name", "Tajikistan"], ["alpha_3_code", "TJK"], ["numeric_code", 762], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4492 AND "regions"."code" = ? LIMIT ? [["code", "GB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GB"], ["region_id", 4492], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4492], ["category", "autonomous region"], ["code", "GB"], ["name", "Gorno-Badakhshan"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4492 AND "regions"."code" = ? LIMIT ? [["code", "KT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KT"], ["region_id", 4492], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4492], ["category", "region"], ["code", "KT"], ["name", "Khatlon"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4492 AND "regions"."code" = ? LIMIT ? [["code", "SU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SU"], ["region_id", 4492], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4492], ["category", "region"], ["code", "SU"], ["name", "Sughd"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "TK"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "TK"], ["name", "Tokelau"], ["alpha_3_code", "TKL"], ["numeric_code", 772], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "TL"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "TL"], ["name", "Timor-Leste"], ["alpha_3_code", "TLS"], ["numeric_code", 626], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "AL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AL"], ["region_id", 4497], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4497], ["category", "district"], ["code", "AL"], ["name", "Aileu"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "AN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AN"], ["region_id", 4497], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4497], ["category", "district"], ["code", "AN"], ["name", "Ainaro"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["region_id", 4497], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4497], ["category", "district"], ["code", "BA"], ["name", "Baucau"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "BO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BO"], ["region_id", 4497], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4497], ["category", "district"], ["code", "BO"], ["name", "Bobonaro"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CO"], ["region_id", 4497], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4497], ["category", "district"], ["code", "CO"], ["name", "Cova Lima"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "DI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DI"], ["region_id", 4497], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4497], ["category", "district"], ["code", "DI"], ["name", "Díli"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "ER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ER"], ["region_id", 4497], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4497], ["category", "district"], ["code", "ER"], ["name", "Ermera"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "LA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LA"], ["region_id", 4497], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4497], ["category", "district"], ["code", "LA"], ["name", "Lautem"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "LI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LI"], ["region_id", 4497], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4497], ["category", "district"], ["code", "LI"], ["name", "Liquiça"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "MF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MF"], ["region_id", 4497], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4497], ["category", "district"], ["code", "MF"], ["name", "Manufahi"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "MT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MT"], ["region_id", 4497], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4497], ["category", "district"], ["code", "MT"], ["name", "Manatuto"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "OE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OE"], ["region_id", 4497], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4497], ["category", "district"], ["code", "OE"], ["name", "Oecussi"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "VI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VI"], ["region_id", 4497], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4497], ["category", "district"], ["code", "VI"], ["name", "Viqueque"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "TM"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "TM"], ["name", "Turkmenistan"], ["alpha_3_code", "TKM"], ["numeric_code", 795], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4511 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["region_id", 4511], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4511], ["category", "region"], ["code", "A"], ["name", "Ahal"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4511 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["region_id", 4511], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4511], ["category", "region"], ["code", "B"], ["name", "Balkan"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4511 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["region_id", 4511], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4511], ["category", "region"], ["code", "D"], ["name", "Daşoguz"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4511 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["region_id", 4511], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4511], ["category", "region"], ["code", "L"], ["name", "Lebap"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4511 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["region_id", 4511], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4511], ["category", "region"], ["code", "M"], ["name", "Mary"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4511 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["region_id", 4511], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4511], ["category", "city"], ["code", "S"], ["name", "Aşgabat"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "TN"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "TN"], ["name", "Tunisia"], ["alpha_3_code", "TUN"], ["numeric_code", 788], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 4518], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4518], ["category", "governorate"], ["code", "11"], ["name", "Tunis"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 4518], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4518], ["category", "governorate"], ["code", "12"], ["name", "Ariana"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 4518], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4518], ["category", "governorate"], ["code", "13"], ["name", "Ben Arous"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 4518], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4518], ["category", "governorate"], ["code", "14"], ["name", "La Manouba"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (3.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 4518], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4518], ["category", "governorate"], ["code", "21"], ["name", "Nabeul"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (3.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["region_id", 4518], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4518], ["category", "governorate"], ["code", "22"], ["name", "Zaghouan"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (5.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["region_id", 4518], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4518], ["category", "governorate"], ["code", "23"], ["name", "Bizerte"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["region_id", 4518], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4518], ["category", "governorate"], ["code", "31"], ["name", "Béja"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["region_id", 4518], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4518], ["category", "governorate"], ["code", "32"], ["name", "Jendouba"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["region_id", 4518], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4518], ["category", "governorate"], ["code", "33"], ["name", "Le Kef"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["region_id", 4518], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4518], ["category", "governorate"], ["code", "34"], ["name", "Siliana"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["region_id", 4518], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4518], ["category", "governorate"], ["code", "41"], ["name", "Kairouan"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["region_id", 4518], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4518], ["category", "governorate"], ["code", "42"], ["name", "Kasserine"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["region_id", 4518], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4518], ["category", "governorate"], ["code", "43"], ["name", "Sidi Bouzid"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["region_id", 4518], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4518], ["category", "governorate"], ["code", "51"], ["name", "Sousse"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "52"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "52"], ["region_id", 4518], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4518], ["category", "governorate"], ["code", "52"], ["name", "Monastir"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "53"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "53"], ["region_id", 4518], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4518], ["category", "governorate"], ["code", "53"], ["name", "Mahdia"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "61"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "61"], ["region_id", 4518], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4518], ["category", "governorate"], ["code", "61"], ["name", "Sfax"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "71"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "71"], ["region_id", 4518], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4518], ["category", "governorate"], ["code", "71"], ["name", "Gafsa"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "72"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "72"], ["region_id", 4518], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4518], ["category", "governorate"], ["code", "72"], ["name", "Tozeur"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "73"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "73"], ["region_id", 4518], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4518], ["category", "governorate"], ["code", "73"], ["name", "Kebili"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "81"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "81"], ["region_id", 4518], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4518], ["category", "governorate"], ["code", "81"], ["name", "Gabès"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "82"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "82"], ["region_id", 4518], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4518], ["category", "governorate"], ["code", "82"], ["name", "Medenine"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "83"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "83"], ["region_id", 4518], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4518], ["category", "governorate"], ["code", "83"], ["name", "Tataouine"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "TO"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "TO"], ["name", "Tonga"], ["alpha_3_code", "TON"], ["numeric_code", 776], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4543 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 4543], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4543], ["category", "division"], ["code", "01"], ["name", "'Eua"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4543 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 4543], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4543], ["category", "division"], ["code", "02"], ["name", "Ha'apai"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4543 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 4543], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4543], ["category", "division"], ["code", "03"], ["name", "Niuas"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4543 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 4543], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4543], ["category", "division"], ["code", "04"], ["name", "Tongatapu"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4543 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 4543], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4543], ["category", "division"], ["code", "05"], ["name", "Vava'u"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "TR"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "TR"], ["name", "Turkey"], ["alpha_3_code", "TUR"], ["numeric_code", 792], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "01"], ["name", "Adana"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "02"], ["name", "Adıyaman"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "03"], ["name", "Afyonkarahisar"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "04"], ["name", "Ağrı"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "05"], ["name", "Amasya"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "06"], ["name", "Ankara"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "07"], ["name", "Antalya"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "08"], ["name", "Artvin"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "09"], ["name", "Aydın"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "10"], ["name", "Balıkesir"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "11"], ["name", "Bilecik"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "12"], ["name", "Bingöl"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "13"], ["name", "Bitlis"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "14"], ["name", "Bolu"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "15"], ["name", "Burdur"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "16"], ["name", "Bursa"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "17"], ["name", "Çanakkale"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "18"], ["name", "Çankırı"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "19"], ["name", "Çorum"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "20"], ["name", "Denizli"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "21"], ["name", "Diyarbakır"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "22"], ["name", "Edirne"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "23"], ["name", "Elazığ"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "24"], ["name", "Erzincan"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "25"], ["name", "Erzurum"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "26"], ["name", "Eskişehir"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "27"], ["name", "Gaziantep"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "28"], ["name", "Giresun"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "29"], ["name", "Gümüşhane"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "30"], ["name", "Hakkâri"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "31"], ["name", "Hatay"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "32"], ["name", "Isparta"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "33"], ["name", "Mersin"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "34"], ["name", "İstanbul"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "35"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "35"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "35"], ["name", "İzmir"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "36"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "36"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "36"], ["name", "Kars"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "37"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "37"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "37"], ["name", "Kastamonu"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "38"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "38"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "38"], ["name", "Kayseri"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "39"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "39"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "39"], ["name", "Kırklareli"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "40"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "40"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "40"], ["name", "Kırşehir"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "41"], ["name", "Kocaeli"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "42"], ["name", "Konya"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "43"], ["name", "Kütahya"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "44"], ["name", "Malatya"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "45"], ["name", "Manisa"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "46"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "46"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "46"], ["name", "Kahramanmaraş"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "47"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "47"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "47"], ["name", "Mardin"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "48"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "48"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "48"], ["name", "Muğla"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "49"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "49"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "49"], ["name", "Muş"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "50"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "50"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "50"], ["name", "Nevşehir"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "51"], ["name", "Niğde"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "52"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "52"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "52"], ["name", "Ordu"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "53"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "53"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "53"], ["name", "Rize"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "54"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "54"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "54"], ["name", "Sakarya"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "55"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "55"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "55"], ["name", "Samsun"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "56"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "56"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "56"], ["name", "Siirt"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "57"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "57"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "57"], ["name", "Sinop"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "58"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "58"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "58"], ["name", "Sivas"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "59"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "59"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "59"], ["name", "Tekirdağ"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "60"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "60"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "60"], ["name", "Tokat"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "61"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "61"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "61"], ["name", "Trabzon"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "62"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "62"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "62"], ["name", "Tunceli"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "63"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "63"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "63"], ["name", "Şanlıurfa"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "64"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "64"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "64"], ["name", "Uşak"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "65"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "65"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "65"], ["name", "Van"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "66"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "66"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "66"], ["name", "Yozgat"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "67"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "67"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "67"], ["name", "Zonguldak"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "68"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "68"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "68"], ["name", "Aksaray"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "69"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "69"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "69"], ["name", "Bayburt"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "70"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "70"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "70"], ["name", "Karaman"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "71"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "71"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "71"], ["name", "Kırıkkale"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "72"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "72"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "72"], ["name", "Batman"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "73"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "73"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "73"], ["name", "Şırnak"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "74"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "74"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "74"], ["name", "Bartın"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "75"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "75"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "75"], ["name", "Ardahan"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "76"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "76"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "76"], ["name", "Iğdır"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "77"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "77"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "77"], ["name", "Yalova"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "78"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "78"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "78"], ["name", "Karabük"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "79"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "79"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "79"], ["name", "Kilis"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "80"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "80"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "80"], ["name", "Osmaniye"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "81"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "81"], ["region_id", 4549], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4549], ["category", "province"], ["code", "81"], ["name", "Düzce"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "TT"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "TT"], ["name", "Trinidad and Tobago"], ["alpha_3_code", "TTO"], ["numeric_code", 780], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "ARI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ARI"], ["region_id", 4631], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4631], ["category", "borough"], ["code", "ARI"], ["name", "Arima"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "CHA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CHA"], ["region_id", 4631], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4631], ["category", "borough"], ["code", "CHA"], ["name", "Chaguanas"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "CTT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CTT"], ["region_id", 4631], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4631], ["category", "region"], ["code", "CTT"], ["name", "Couva-Tabaquite-Talparo"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "DMN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DMN"], ["region_id", 4631], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4631], ["category", "region"], ["code", "DMN"], ["name", "Diego Martin"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "ETO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ETO"], ["region_id", 4631], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4631], ["category", "region"], ["code", "ETO"], ["name", "Eastern Tobago"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "PED"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PED"], ["region_id", 4631], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4631], ["category", "region"], ["code", "PED"], ["name", "Penal-Debe"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "POS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "POS"], ["region_id", 4631], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4631], ["category", "city"], ["code", "POS"], ["name", "Port of Spain"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "PRT"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PRT"], ["region_id", 4631], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4631], ["category", "region"], ["code", "PRT"], ["name", "Princes Town"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "PTF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PTF"], ["region_id", 4631], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4631], ["category", "borough"], ["code", "PTF"], ["name", "Point Fortin"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "RCM"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RCM"], ["region_id", 4631], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4631], ["category", "region"], ["code", "RCM"], ["name", "Rio Claro-Mayaro"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "SFO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SFO"], ["region_id", 4631], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4631], ["category", "city"], ["code", "SFO"], ["name", "San Fernando"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "SGE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SGE"], ["region_id", 4631], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4631], ["category", "region"], ["code", "SGE"], ["name", "Sangre Grande"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "SIP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SIP"], ["region_id", 4631], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4631], ["category", "region"], ["code", "SIP"], ["name", "Siparia"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "SJL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SJL"], ["region_id", 4631], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4631], ["category", "region"], ["code", "SJL"], ["name", "San Juan-Laventille"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "TUP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TUP"], ["region_id", 4631], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4631], ["category", "region"], ["code", "TUP"], ["name", "Tunapuna-Piarco"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "WTO"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WTO"], ["region_id", 4631], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4631], ["category", "region"], ["code", "WTO"], ["name", "Western Tobago"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "TV"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "TV"], ["name", "Tuvalu"], ["alpha_3_code", "TUV"], ["numeric_code", 798], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4648 AND "regions"."code" = ? LIMIT ? [["code", "FUN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FUN"], ["region_id", 4648], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4648], ["category", "town council"], ["code", "FUN"], ["name", "Funafuti"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4648 AND "regions"."code" = ? LIMIT ? [["code", "NIT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NIT"], ["region_id", 4648], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4648], ["category", "island council"], ["code", "NIT"], ["name", "Niutao"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4648 AND "regions"."code" = ? LIMIT ? [["code", "NKF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NKF"], ["region_id", 4648], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4648], ["category", "island council"], ["code", "NKF"], ["name", "Nukufetau"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4648 AND "regions"."code" = ? LIMIT ? [["code", "NKL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NKL"], ["region_id", 4648], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4648], ["category", "island council"], ["code", "NKL"], ["name", "Nukulaelae"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4648 AND "regions"."code" = ? LIMIT ? [["code", "NMA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NMA"], ["region_id", 4648], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4648], ["category", "island council"], ["code", "NMA"], ["name", "Nanumea"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4648 AND "regions"."code" = ? LIMIT ? [["code", "NMG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NMG"], ["region_id", 4648], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4648], ["category", "island council"], ["code", "NMG"], ["name", "Nanumanga"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4648 AND "regions"."code" = ? LIMIT ? [["code", "NUI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NUI"], ["region_id", 4648], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4648], ["category", "island council"], ["code", "NUI"], ["name", "Nui"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4648 AND "regions"."code" = ? LIMIT ? [["code", "VAI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VAI"], ["region_id", 4648], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4648], ["category", "island council"], ["code", "VAI"], ["name", "Vaitupu"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "TW"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "TW"], ["name", "Taiwan"], ["alpha_3_code", "TWN"], ["numeric_code", 158], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "CHA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CHA"], ["region_id", 4657], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4657], ["category", "district"], ["code", "CHA"], ["name", "Changhua"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "CYI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CYI"], ["region_id", 4657], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4657], ["category", "municipality"], ["code", "CYI"], ["name", "Chiay City"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "CYQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CYQ"], ["region_id", 4657], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4657], ["category", "district"], ["code", "CYQ"], ["name", "Chiayi"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "HSQ"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HSQ"], ["region_id", 4657], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4657], ["category", "district"], ["code", "HSQ"], ["name", "Hsinchu"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "HSZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HSZ"], ["region_id", 4657], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4657], ["category", "municipality"], ["code", "HSZ"], ["name", "Hsinchui City"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "HUA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HUA"], ["region_id", 4657], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4657], ["category", "district"], ["code", "HUA"], ["name", "Hualien"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "ILA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ILA"], ["region_id", 4657], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4657], ["category", "district"], ["code", "ILA"], ["name", "Ilan"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "KEE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KEE"], ["region_id", 4657], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4657], ["category", "municipality"], ["code", "KEE"], ["name", "Keelung City"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "KHH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KHH"], ["region_id", 4657], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4657], ["category", "special municipality"], ["code", "KHH"], ["name", "Kaohsiung City"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "KHQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KHQ"], ["region_id", 4657], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4657], ["category", "district"], ["code", "KHQ"], ["name", "Kaohsiung"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "MIA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MIA"], ["region_id", 4657], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4657], ["category", "district"], ["code", "MIA"], ["name", "Miaoli"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "NAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NAN"], ["region_id", 4657], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4657], ["category", "district"], ["code", "NAN"], ["name", "Nantou"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "PEN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PEN"], ["region_id", 4657], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4657], ["category", "district"], ["code", "PEN"], ["name", "Penghu"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "PIF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PIF"], ["region_id", 4657], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4657], ["category", "district"], ["code", "PIF"], ["name", "Pingtung"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "TAO"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TAO"], ["region_id", 4657], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4657], ["category", "district"], ["code", "TAO"], ["name", "Taoyuan"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "TNN"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TNN"], ["region_id", 4657], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4657], ["category", "municipality"], ["code", "TNN"], ["name", "Tainan City"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "TNQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TNQ"], ["region_id", 4657], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4657], ["category", "district"], ["code", "TNQ"], ["name", "Tainan"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "TPE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TPE"], ["region_id", 4657], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4657], ["category", "special municipality"], ["code", "TPE"], ["name", "Taipei City"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "TPQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TPQ"], ["region_id", 4657], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4657], ["category", "district"], ["code", "TPQ"], ["name", "Taipei"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "TTT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TTT"], ["region_id", 4657], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4657], ["category", "district"], ["code", "TTT"], ["name", "Taitung"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "TXG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TXG"], ["region_id", 4657], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4657], ["category", "municipality"], ["code", "TXG"], ["name", "Taichung City"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "TXQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TXQ"], ["region_id", 4657], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4657], ["category", "district"], ["code", "TXQ"], ["name", "Taichung"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "YUN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "YUN"], ["region_id", 4657], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4657], ["category", "district"], ["code", "YUN"], ["name", "Yunlin"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "TZ"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "TZ"], ["name", "Tanzania, United Republic of"], ["alpha_3_code", "TZA"], ["numeric_code", 834], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "01"], ["name", "Arusha"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "02"], ["name", "Dar-es-Salaam"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "03"], ["name", "Dodoma"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "04"], ["name", "Iringa"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "05"], ["name", "Kagera"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "06"], ["name", "Kaskazini Pemba"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "07"], ["name", "Kaskazini Unguja"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "08"], ["name", "Kigoma"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "09"], ["name", "Kilimanjaro"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "10"], ["name", "Kusini Pemba"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "11"], ["name", "Kusini Unguja"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "12"], ["name", "Lindi"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "13"], ["name", "Mara"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "14"], ["name", "Mbeya"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "15"], ["name", "Mjini Magharibi"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "16"], ["name", "Morogoro"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "17"], ["name", "Mtwara"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "18"], ["name", "Mwanza"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "19"], ["name", "Pwani"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "20"], ["name", "Rukwa"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "21"], ["name", "Ruvuma"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "22"], ["name", "Shinyanga"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "23"], ["name", "Singida"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "24"], ["name", "Tabora"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "25"], ["name", "Tanga"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["region_id", 4681], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4681], ["category", "region"], ["code", "26"], ["name", "Manyara"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "UA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "UA"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "UA"], ["name", "Ukraine"], ["alpha_3_code", "UKR"], ["numeric_code", 804], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "province"], ["code", "05"], ["name", "Vinnyts'ka Oblast'"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "province"], ["code", "07"], ["name", "Volyns'ka Oblast'"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "province"], ["code", "09"], ["name", "Luhans'ka Oblast'"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "province"], ["code", "12"], ["name", "Dnipropetrovs'ka Oblast'"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "province"], ["code", "14"], ["name", "Donets'ka Oblast'"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "province"], ["code", "18"], ["name", "Zhytomyrs'ka Oblast'"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "province"], ["code", "21"], ["name", "Zakarpats'ka Oblast'"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "province"], ["code", "23"], ["name", "Zaporiz'ka Oblast'"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "province"], ["code", "26"], ["name", "Ivano-Frankivs'ka Oblast'"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "city"], ["code", "30"], ["name", "Kyïvs'ka mis'ka rada"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "province"], ["code", "32"], ["name", "Kyïvs'ka Oblast'"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "35"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "35"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "province"], ["code", "35"], ["name", "Kirovohrads'ka Oblast'"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "40"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "40"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "city"], ["code", "40"], ["name", "Sevastopol"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "autonomous republic"], ["code", "43"], ["name", "Respublika Krym"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "46"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "46"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "province"], ["code", "46"], ["name", "L'vivs'ka Oblast'"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "48"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "48"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "province"], ["code", "48"], ["name", "Mykolaïvs'ka Oblast'"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "province"], ["code", "51"], ["name", "Odes'ka Oblast'"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "53"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "53"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "province"], ["code", "53"], ["name", "Poltavs'ka Oblast'"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "56"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "56"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "province"], ["code", "56"], ["name", "Rivnens'ka Oblast'"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "59"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "59"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "province"], ["code", "59"], ["name", "Sums 'ka Oblast'"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "61"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "61"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "province"], ["code", "61"], ["name", "Ternopil's'ka Oblast'"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "63"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "63"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "province"], ["code", "63"], ["name", "Kharkivs'ka Oblast'"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "65"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "65"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "province"], ["code", "65"], ["name", "Khersons'ka Oblast'"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "68"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "68"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "province"], ["code", "68"], ["name", "Khmel'nyts'ka Oblast'"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "71"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "71"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "province"], ["code", "71"], ["name", "Cherkas'ka Oblast'"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "74"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "74"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "province"], ["code", "74"], ["name", "Chernihivs'ka Oblast'"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "77"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "77"], ["region_id", 4708], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4708], ["category", "province"], ["code", "77"], ["name", "Chernivets'ka Oblast'"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "UG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "UG"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "UG"], ["name", "Uganda"], ["alpha_3_code", "UGA"], ["numeric_code", 800], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4736 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["region_id", 4736], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4736], ["category", "geographical region"], ["code", "C"], ["name", "Central"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "101"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "101"], ["region_id", 4737], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4737], ["category", "district"], ["code", "101"], ["name", "Kalangala"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "102"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "102"], ["region_id", 4737], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4737], ["category", "district"], ["code", "102"], ["name", "Kampala"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "112"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "112"], ["region_id", 4737], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4737], ["category", "district"], ["code", "112"], ["name", "Kayunga"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "103"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "103"], ["region_id", 4737], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4737], ["category", "district"], ["code", "103"], ["name", "Kiboga"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "104"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "104"], ["region_id", 4737], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4737], ["category", "district"], ["code", "104"], ["name", "Luwero"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "116"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "116"], ["region_id", 4737], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4737], ["category", "district"], ["code", "116"], ["name", "Lyantonde"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "105"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "105"], ["region_id", 4737], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4737], ["category", "district"], ["code", "105"], ["name", "Masaka"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "114"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "114"], ["region_id", 4737], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4737], ["category", "district"], ["code", "114"], ["name", "Mityana"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "106"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "106"], ["region_id", 4737], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4737], ["category", "district"], ["code", "106"], ["name", "Mpigi"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "107"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "107"], ["region_id", 4737], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4737], ["category", "district"], ["code", "107"], ["name", "Mubende"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "108"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "108"], ["region_id", 4737], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4737], ["category", "district"], ["code", "108"], ["name", "Mukono"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "115"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "115"], ["region_id", 4737], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4737], ["category", "district"], ["code", "115"], ["name", "Nakaseke"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "109"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "109"], ["region_id", 4737], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4737], ["category", "district"], ["code", "109"], ["name", "Nakasongola"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "110"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "110"], ["region_id", 4737], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4737], ["category", "district"], ["code", "110"], ["name", "Rakai"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "111"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "111"], ["region_id", 4737], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4737], ["category", "district"], ["code", "111"], ["name", "Sembabule"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "113"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "113"], ["region_id", 4737], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4737], ["category", "district"], ["code", "113"], ["name", "Wakiso"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4736 AND "regions"."code" = ? LIMIT ? [["code", "E"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "E"], ["region_id", 4736], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4736], ["category", "geographical region"], ["code", "E"], ["name", "Eastern"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "216"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "216"], ["region_id", 4754], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4754], ["category", "district"], ["code", "216"], ["name", "Amuria"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "217"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "217"], ["region_id", 4754], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4754], ["category", "district"], ["code", "217"], ["name", "Budaka"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "223"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "223"], ["region_id", 4754], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4754], ["category", "district"], ["code", "223"], ["name", "Bududa"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "201"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "201"], ["region_id", 4754], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4754], ["category", "district"], ["code", "201"], ["name", "Bugiri"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "224"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "224"], ["region_id", 4754], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4754], ["category", "district"], ["code", "224"], ["name", "Bukedea"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "218"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "218"], ["region_id", 4754], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4754], ["category", "district"], ["code", "218"], ["name", "Bukwa"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "202"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "202"], ["region_id", 4754], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4754], ["category", "district"], ["code", "202"], ["name", "Busia"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "219"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "219"], ["region_id", 4754], ["LIMIT", 1]] SQL (1.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4754], ["category", "district"], ["code", "219"], ["name", "Butaleja"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (2.8ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "203"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "203"], ["region_id", 4754], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4754], ["category", "district"], ["code", "203"], ["name", "Iganga"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (4.2ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "204"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "204"], ["region_id", 4754], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4754], ["category", "district"], ["code", "204"], ["name", "Jinja"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (5.2ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "213"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "213"], ["region_id", 4754], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4754], ["category", "district"], ["code", "213"], ["name", "Kaberamaido"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "220"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "220"], ["region_id", 4754], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4754], ["category", "district"], ["code", "220"], ["name", "Kaliro"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "205"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "205"], ["region_id", 4754], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4754], ["category", "district"], ["code", "205"], ["name", "Kamuli"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "206"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "206"], ["region_id", 4754], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4754], ["category", "district"], ["code", "206"], ["name", "Kapchorwa"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "207"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "207"], ["region_id", 4754], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4754], ["category", "district"], ["code", "207"], ["name", "Katakwi"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "208"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "208"], ["region_id", 4754], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4754], ["category", "district"], ["code", "208"], ["name", "Kumi"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "221"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "221"], ["region_id", 4754], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4754], ["category", "district"], ["code", "221"], ["name", "Manafwa"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "214"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "214"], ["region_id", 4754], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4754], ["category", "district"], ["code", "214"], ["name", "Mayuge"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "209"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "209"], ["region_id", 4754], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4754], ["category", "district"], ["code", "209"], ["name", "Mbale"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "222"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "222"], ["region_id", 4754], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4754], ["category", "district"], ["code", "222"], ["name", "Namutumba"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "210"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "210"], ["region_id", 4754], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4754], ["category", "district"], ["code", "210"], ["name", "Pallisa"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "215"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "215"], ["region_id", 4754], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4754], ["category", "district"], ["code", "215"], ["name", "Sironko"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "211"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "211"], ["region_id", 4754], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4754], ["category", "district"], ["code", "211"], ["name", "Soroti"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "212"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "212"], ["region_id", 4754], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4754], ["category", "district"], ["code", "212"], ["name", "Tororo"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4736 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["region_id", 4736], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4736], ["category", "geographical region"], ["code", "N"], ["name", "Northern"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "317"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "317"], ["region_id", 4779], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4779], ["category", "district"], ["code", "317"], ["name", "Abim"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "301"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "301"], ["region_id", 4779], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4779], ["category", "district"], ["code", "301"], ["name", "Adjumani"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "314"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "314"], ["region_id", 4779], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4779], ["category", "district"], ["code", "314"], ["name", "Amolatar"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "319"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "319"], ["region_id", 4779], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4779], ["category", "district"], ["code", "319"], ["name", "Amuru"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "302"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "302"], ["region_id", 4779], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4779], ["category", "district"], ["code", "302"], ["name", "Apac"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "303"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "303"], ["region_id", 4779], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4779], ["category", "district"], ["code", "303"], ["name", "Arua"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "318"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "318"], ["region_id", 4779], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4779], ["category", "district"], ["code", "318"], ["name", "Dokolo"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "304"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "304"], ["region_id", 4779], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4779], ["category", "district"], ["code", "304"], ["name", "Gulu"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "315"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "315"], ["region_id", 4779], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4779], ["category", "district"], ["code", "315"], ["name", "Kaabong"], ["created_at", 2016-11-21 00:09:00 UTC], ["updated_at", 2016-11-21 00:09:00 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "305"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "305"], ["region_id", 4779], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4779], ["category", "district"], ["code", "305"], ["name", "Kitgum"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "316"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "316"], ["region_id", 4779], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4779], ["category", "district"], ["code", "316"], ["name", "Koboko"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "306"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "306"], ["region_id", 4779], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4779], ["category", "district"], ["code", "306"], ["name", "Kotido"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "307"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "307"], ["region_id", 4779], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4779], ["category", "district"], ["code", "307"], ["name", "Lira"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "320"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "320"], ["region_id", 4779], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4779], ["category", "district"], ["code", "320"], ["name", "Maracha"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "308"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "308"], ["region_id", 4779], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4779], ["category", "district"], ["code", "308"], ["name", "Moroto"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "309"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "309"], ["region_id", 4779], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4779], ["category", "district"], ["code", "309"], ["name", "Moyo"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "311"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "311"], ["region_id", 4779], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4779], ["category", "district"], ["code", "311"], ["name", "Nakapiripirit"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "310"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "310"], ["region_id", 4779], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4779], ["category", "district"], ["code", "310"], ["name", "Nebbi"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "321"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "321"], ["region_id", 4779], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4779], ["category", "district"], ["code", "321"], ["name", "Oyam"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "312"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "312"], ["region_id", 4779], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4779], ["category", "district"], ["code", "312"], ["name", "Pader"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "313"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "313"], ["region_id", 4779], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4779], ["category", "district"], ["code", "313"], ["name", "Yumbe"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4736 AND "regions"."code" = ? LIMIT ? [["code", "W"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "W"], ["region_id", 4736], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4736], ["category", "geographical region"], ["code", "W"], ["name", "Western"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "419"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "419"], ["region_id", 4801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4801], ["category", "district"], ["code", "419"], ["name", "Buliisa"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "401"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "401"], ["region_id", 4801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4801], ["category", "district"], ["code", "401"], ["name", "Bundibugyo"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "402"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "402"], ["region_id", 4801], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4801], ["category", "district"], ["code", "402"], ["name", "Bushenyi"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "403"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "403"], ["region_id", 4801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4801], ["category", "district"], ["code", "403"], ["name", "Hoima"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "416"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "416"], ["region_id", 4801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4801], ["category", "district"], ["code", "416"], ["name", "Ibanda"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "417"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "417"], ["region_id", 4801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4801], ["category", "district"], ["code", "417"], ["name", "Isingiro"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "404"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "404"], ["region_id", 4801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4801], ["category", "district"], ["code", "404"], ["name", "Kabale"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "405"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "405"], ["region_id", 4801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4801], ["category", "district"], ["code", "405"], ["name", "Kabarole"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "413"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "413"], ["region_id", 4801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4801], ["category", "district"], ["code", "413"], ["name", "Kamwenge"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "414"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "414"], ["region_id", 4801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4801], ["category", "district"], ["code", "414"], ["name", "Kanungu"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "406"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "406"], ["region_id", 4801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4801], ["category", "district"], ["code", "406"], ["name", "Kasese"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "407"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "407"], ["region_id", 4801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4801], ["category", "district"], ["code", "407"], ["name", "Kibaale"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "418"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "418"], ["region_id", 4801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4801], ["category", "district"], ["code", "418"], ["name", "Kiruhura"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "408"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "408"], ["region_id", 4801], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4801], ["category", "district"], ["code", "408"], ["name", "Kisoro"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "415"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "415"], ["region_id", 4801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4801], ["category", "district"], ["code", "415"], ["name", "Kyenjojo"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "409"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "409"], ["region_id", 4801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4801], ["category", "district"], ["code", "409"], ["name", "Masindi"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "410"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "410"], ["region_id", 4801], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4801], ["category", "district"], ["code", "410"], ["name", "Mbarara"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "411"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "411"], ["region_id", 4801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4801], ["category", "district"], ["code", "411"], ["name", "Ntungamo"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "412"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "412"], ["region_id", 4801], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4801], ["category", "district"], ["code", "412"], ["name", "Rukungiri"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "UM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "UM"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "UM"], ["name", "United States Minor Outlying Islands"], ["alpha_3_code", "UMI"], ["numeric_code", 581], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4821 AND "regions"."code" = ? LIMIT ? [["code", "67"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "67"], ["region_id", 4821], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4821], ["category", "territory"], ["code", "67"], ["name", "Johnston Atoll"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4821 AND "regions"."code" = ? LIMIT ? [["code", "71"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "71"], ["region_id", 4821], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4821], ["category", "territory"], ["code", "71"], ["name", "Midway Islands"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4821 AND "regions"."code" = ? LIMIT ? [["code", "76"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "76"], ["region_id", 4821], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4821], ["category", "territory"], ["code", "76"], ["name", "Navassa Island"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4821 AND "regions"."code" = ? LIMIT ? [["code", "79"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "79"], ["region_id", 4821], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4821], ["category", "territory"], ["code", "79"], ["name", "Wake Island"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4821 AND "regions"."code" = ? LIMIT ? [["code", "81"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "81"], ["region_id", 4821], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4821], ["category", "territory"], ["code", "81"], ["name", "Baker Island"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4821 AND "regions"."code" = ? LIMIT ? [["code", "84"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "84"], ["region_id", 4821], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4821], ["category", "territory"], ["code", "84"], ["name", "Howland Island"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4821 AND "regions"."code" = ? LIMIT ? [["code", "86"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "86"], ["region_id", 4821], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4821], ["category", "territory"], ["code", "86"], ["name", "Jarvis Island"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4821 AND "regions"."code" = ? LIMIT ? [["code", "89"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "89"], ["region_id", 4821], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4821], ["category", "territory"], ["code", "89"], ["name", "Kingman Reef"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4821 AND "regions"."code" = ? LIMIT ? [["code", "95"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "95"], ["region_id", 4821], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4821], ["category", "territory"], ["code", "95"], ["name", "Palmyra Atoll"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "US"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "US"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "US"], ["name", "United States"], ["alpha_3_code", "USA"], ["numeric_code", 840], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "AK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AK"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "AK"], ["name", "Alaska"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "AL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AL"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "AL"], ["name", "Alabama"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AR"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "AR"], ["name", "Arkansas"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "AS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AS"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "outlying area"], ["code", "AS"], ["name", "American Samoa"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "AZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AZ"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "AZ"], ["name", "Arizona"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "CA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CA"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "CA"], ["name", "California"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CO"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "CO"], ["name", "Colorado"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "CT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CT"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "CT"], ["name", "Connecticut"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "DC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DC"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "district"], ["code", "DC"], ["name", "District of Columbia"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "DE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DE"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "DE"], ["name", "Delaware"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "FL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FL"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "FL"], ["name", "Florida"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "GA"], ["name", "Georgia"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "GU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GU"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "outlying area"], ["code", "GU"], ["name", "Guam"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "HI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HI"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "HI"], ["name", "Hawaii"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "IA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IA"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "IA"], ["name", "Iowa"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "ID"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ID"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "ID"], ["name", "Idaho"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "IL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IL"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "IL"], ["name", "Illinois"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "IN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IN"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "IN"], ["name", "Indiana"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "KS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KS"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "KS"], ["name", "Kansas"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "KY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "KY"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "KY"], ["name", "Kentucky"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "LA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LA"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "LA"], ["name", "Louisiana"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "MA"], ["name", "Massachusetts"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "MD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MD"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "MD"], ["name", "Maryland"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "ME"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ME"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "ME"], ["name", "Maine"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "MI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MI"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "MI"], ["name", "Michigan"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "MN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MN"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "MN"], ["name", "Minnesota"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "MO"], ["name", "Missouri"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "MP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MP"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "outlying area"], ["code", "MP"], ["name", "Northern Mariana Islands"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "MS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MS"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "MS"], ["name", "Mississippi"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "MT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MT"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "MT"], ["name", "Montana"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "NC"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NC"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "NC"], ["name", "North Carolina"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "ND"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ND"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "ND"], ["name", "North Dakota"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "NE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NE"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "NE"], ["name", "Nebraska"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "NH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NH"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "NH"], ["name", "New Hampshire"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "NJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NJ"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "NJ"], ["name", "New Jersey"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "NM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NM"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "NM"], ["name", "New Mexico"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "NV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NV"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "NV"], ["name", "Nevada"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "NY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NY"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "NY"], ["name", "New York"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "OH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OH"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "OH"], ["name", "Ohio"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "OK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OK"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "OK"], ["name", "Oklahoma"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "OR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "OR"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "OR"], ["name", "Oregon"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "PA"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PA"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "PA"], ["name", "Pennsylvania"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "PR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PR"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "outlying area"], ["code", "PR"], ["name", "Puerto Rico"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "RI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RI"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "RI"], ["name", "Rhode Island"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "SC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SC"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "SC"], ["name", "South Carolina"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "SD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SD"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "SD"], ["name", "South Dakota"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "TN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TN"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "TN"], ["name", "Tennessee"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "TX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TX"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "TX"], ["name", "Texas"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "UM"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UM"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "outlying area"], ["code", "UM"], ["name", "United States Minor Outlying Islands"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "UT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "UT"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "UT"], ["name", "Utah"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "VA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VA"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "VA"], ["name", "Virginia"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "VI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VI"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "outlying area"], ["code", "VI"], ["name", "Virgin Islands"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "VT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VT"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "VT"], ["name", "Vermont"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "WA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WA"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "WA"], ["name", "Washington"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "WI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WI"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "WI"], ["name", "Wisconsin"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "WV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WV"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "WV"], ["name", "West Virginia"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "WY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WY"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "state"], ["code", "WY"], ["name", "Wyoming"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "AA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AA"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "apo"], ["code", "AA"], ["name", "Armed Forces Americas (except Canada)"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "AE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AE"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "apo"], ["code", "AE"], ["name", "Armed Forces Africa, Canada, Europe, Middle East"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "AP"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AP"], ["region_id", 4831], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4831], ["category", "apo"], ["code", "AP"], ["name", "Armed Forces Pacific"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "UY"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "UY"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "UY"], ["name", "Uruguay"], ["alpha_3_code", "URY"], ["numeric_code", 858], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AR"], ["region_id", 4892], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4892], ["category", "department"], ["code", "AR"], ["name", "Artigas"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "CA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CA"], ["region_id", 4892], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4892], ["category", "department"], ["code", "CA"], ["name", "Canelones"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "CL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CL"], ["region_id", 4892], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4892], ["category", "department"], ["code", "CL"], ["name", "Cerro Largo"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CO"], ["region_id", 4892], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4892], ["category", "department"], ["code", "CO"], ["name", "Colonia"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "DU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DU"], ["region_id", 4892], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4892], ["category", "department"], ["code", "DU"], ["name", "Durazno"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "FD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FD"], ["region_id", 4892], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4892], ["category", "department"], ["code", "FD"], ["name", "Florida"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "FS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FS"], ["region_id", 4892], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4892], ["category", "department"], ["code", "FS"], ["name", "Flores"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "LA"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LA"], ["region_id", 4892], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4892], ["category", "department"], ["code", "LA"], ["name", "Lavalleja"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["region_id", 4892], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4892], ["category", "department"], ["code", "MA"], ["name", "Maldonado"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["region_id", 4892], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4892], ["category", "department"], ["code", "MO"], ["name", "Montevideo"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "PA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PA"], ["region_id", 4892], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4892], ["category", "department"], ["code", "PA"], ["name", "Paysandú"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "RN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RN"], ["region_id", 4892], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4892], ["category", "department"], ["code", "RN"], ["name", "Río Negro"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "RO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RO"], ["region_id", 4892], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4892], ["category", "department"], ["code", "RO"], ["name", "Rocha"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "RV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RV"], ["region_id", 4892], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4892], ["category", "department"], ["code", "RV"], ["name", "Rivera"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["region_id", 4892], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4892], ["category", "department"], ["code", "SA"], ["name", "Salto"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "SJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SJ"], ["region_id", 4892], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4892], ["category", "department"], ["code", "SJ"], ["name", "San José"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["region_id", 4892], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4892], ["category", "department"], ["code", "SO"], ["name", "Soriano"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["region_id", 4892], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4892], ["category", "department"], ["code", "TA"], ["name", "Tacuarembó"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "TT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TT"], ["region_id", 4892], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4892], ["category", "department"], ["code", "TT"], ["name", "Treinta y Tres"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "UZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "UZ"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "UZ"], ["name", "Uzbekistan"], ["alpha_3_code", "UZB"], ["numeric_code", 860], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "AN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AN"], ["region_id", 4912], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4912], ["category", "region"], ["code", "AN"], ["name", "Andijon"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "BU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BU"], ["region_id", 4912], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4912], ["category", "region"], ["code", "BU"], ["name", "Buxoro"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "FA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FA"], ["region_id", 4912], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4912], ["category", "region"], ["code", "FA"], ["name", "Farg'ona"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "JI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JI"], ["region_id", 4912], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4912], ["category", "region"], ["code", "JI"], ["name", "Jizzax"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "NG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NG"], ["region_id", 4912], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4912], ["category", "region"], ["code", "NG"], ["name", "Namangan"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "NW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NW"], ["region_id", 4912], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4912], ["category", "region"], ["code", "NW"], ["name", "Navoiy"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "QA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "QA"], ["region_id", 4912], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4912], ["category", "region"], ["code", "QA"], ["name", "Qashqadaryo"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "QR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "QR"], ["region_id", 4912], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4912], ["category", "republic"], ["code", "QR"], ["name", "Qoraqalpog'iston Respublikasi"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["region_id", 4912], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4912], ["category", "region"], ["code", "SA"], ["name", "Samarqand"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "SI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SI"], ["region_id", 4912], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4912], ["category", "region"], ["code", "SI"], ["name", "Sirdaryo"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "SU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SU"], ["region_id", 4912], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4912], ["category", "region"], ["code", "SU"], ["name", "Surxondaryo"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "TK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TK"], ["region_id", 4912], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4912], ["category", "city"], ["code", "TK"], ["name", "Toshkent"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "TO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TO"], ["region_id", 4912], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4912], ["category", "region"], ["code", "TO"], ["name", "Toshkent"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "XO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "XO"], ["region_id", 4912], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4912], ["category", "region"], ["code", "XO"], ["name", "Xorazm"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "VA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "VA"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "VA"], ["name", "Holy See (Vatican City State)"], ["alpha_3_code", "VAT"], ["numeric_code", 336], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "VC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "VC"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "VC"], ["name", "Saint Vincent and the Grenadines"], ["alpha_3_code", "VCT"], ["numeric_code", 670], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4928 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 4928], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4928], ["category", "parish"], ["code", "01"], ["name", "Charlotte"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4928 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 4928], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4928], ["category", "parish"], ["code", "02"], ["name", "Saint Andrew"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4928 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 4928], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4928], ["category", "parish"], ["code", "03"], ["name", "Saint David"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4928 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 4928], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4928], ["category", "parish"], ["code", "04"], ["name", "Saint George"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4928 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 4928], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4928], ["category", "parish"], ["code", "05"], ["name", "Saint Patrick"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4928 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 4928], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4928], ["category", "parish"], ["code", "06"], ["name", "Grenadines"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "VE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "VE"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "VE"], ["name", "Venezuela, Bolivarian Republic of"], ["alpha_3_code", "VEN"], ["numeric_code", 862], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "federal district"], ["code", "A"], ["name", "Distrito Federal"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "state"], ["code", "B"], ["name", "Anzoátegui"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "state"], ["code", "C"], ["name", "Apure"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "state"], ["code", "D"], ["name", "Aragua"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "E"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "E"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "state"], ["code", "E"], ["name", "Barinas"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "F"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "F"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "state"], ["code", "F"], ["name", "Bolívar"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "state"], ["code", "G"], ["name", "Carabobo"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "H"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "H"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "state"], ["code", "H"], ["name", "Cojedes"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "I"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "I"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "state"], ["code", "I"], ["name", "Falcón"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "J"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "J"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "state"], ["code", "J"], ["name", "Guárico"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "K"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "K"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "state"], ["code", "K"], ["name", "Lara"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "state"], ["code", "L"], ["name", "Mérida"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "state"], ["code", "M"], ["name", "Miranda"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "state"], ["code", "N"], ["name", "Monagas"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "O"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "O"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "state"], ["code", "O"], ["name", "Nueva Esparta"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "P"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "P"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "state"], ["code", "P"], ["name", "Portuguesa"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "R"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "R"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "state"], ["code", "R"], ["name", "Sucre"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "state"], ["code", "S"], ["name", "Táchira"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "T"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "T"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "state"], ["code", "T"], ["name", "Trujillo"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "U"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "U"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "state"], ["code", "U"], ["name", "Yaracuy"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "V"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "V"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "state"], ["code", "V"], ["name", "Zulia"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "W"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "W"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "federal dependency"], ["code", "W"], ["name", "Dependencias Federales"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "X"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "X"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "state"], ["code", "X"], ["name", "Vargas"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "Y"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "Y"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "state"], ["code", "Y"], ["name", "Delta Amacuro"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "Z"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "Z"], ["region_id", 4935], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4935], ["category", "state"], ["code", "Z"], ["name", "Amazonas"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "VG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "VG"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "VG"], ["name", "Virgin Islands, British"], ["alpha_3_code", "VGB"], ["numeric_code", 92], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "VI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "VI"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "VI"], ["name", "Virgin Islands, U.S."], ["alpha_3_code", "VIR"], ["numeric_code", 850], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "VN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "VN"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "VN"], ["name", "Vietnam"], ["alpha_3_code", "VNM"], ["numeric_code", 704], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "01"], ["name", "Lai Châu"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "02"], ["name", "Lào Cai"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "03"], ["name", "Hà Giang"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "04"], ["name", "Cao Bằng"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "05"], ["name", "Sơn La"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "06"], ["name", "Yên Bái"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "07"], ["name", "Tuyên Quang"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "09"], ["name", "Lạng Sơn"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "13"], ["name", "Quảng Ninh"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "14"], ["name", "Hoà Bình"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "15"], ["name", "Hà Tây"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "18"], ["name", "Ninh Bình"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.3ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "20"], ["name", "Thái Bình"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "21"], ["name", "Thanh Hóa"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "22"], ["name", "Nghệ An"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "23"], ["name", "Hà Tỉnh"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "24"], ["name", "Quảng Bình"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "25"], ["name", "Quảng Trị"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "26"], ["name", "Thừa Thiên-Huế"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "27"], ["name", "Quảng Nam"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "28"], ["name", "Kon Tum"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "29"], ["name", "Quảng Ngãi"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "30"], ["name", "Gia Lai"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "31"], ["name", "Bình Định"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "32"], ["name", "Phú Yên"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "33"], ["name", "Đắc Lắk"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "34"], ["name", "Khánh Hòa"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "35"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "35"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "35"], ["name", "Lâm Đồng"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "36"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "36"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "36"], ["name", "Ninh Thuận"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "37"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "37"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "37"], ["name", "Tây Ninh"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "39"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "39"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "39"], ["name", "Đồng Nai"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "40"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "40"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "40"], ["name", "Bình Thuận"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "41"], ["name", "Long An"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "43"], ["name", "Bà Rịa-Vũng Tàu"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "44"], ["name", "An Giang"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "45"], ["name", "Đồng Tháp"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "46"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "46"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "46"], ["name", "Tiền Giang"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (4.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "47"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "47"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "47"], ["name", "Kiên Giang"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (2.8ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "49"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "49"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "49"], ["name", "Vĩnh Long"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (6.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "50"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "50"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.4ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "50"], ["name", "Bến Tre"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "51"], ["name", "Trà Vinh"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "52"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "52"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "52"], ["name", "Sóc Trăng"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "53"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "53"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "53"], ["name", "Bắc Kạn"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "54"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "54"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "54"], ["name", "Bắc Giang"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "55"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "55"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "55"], ["name", "Bạc Liêu"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "56"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "56"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "56"], ["name", "Bắc Ninh"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "57"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "57"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "57"], ["name", "Bình Dương"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "58"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "58"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "58"], ["name", "Bình Phước"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.8ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "59"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "59"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "59"], ["name", "Cà Mau"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "61"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "61"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "61"], ["name", "Hải Duong"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "63"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "63"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "63"], ["name", "Hà Nam"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "66"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "66"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "66"], ["name", "Hưng Yên"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "67"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "67"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "67"], ["name", "Nam Định"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "68"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "68"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "68"], ["name", "Phú Thọ"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "69"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "69"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "69"], ["name", "Thái Nguyên"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "70"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "70"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "70"], ["name", "Vĩnh Phúc"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "71"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "71"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "71"], ["name", "Điện Biên"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "72"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "72"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "72"], ["name", "Đắk Nông"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "73"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "73"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "province"], ["code", "73"], ["name", "Hậu Giang"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "CT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "CT"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "municipality"], ["code", "CT"], ["name", "Cần Thơ"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "DN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DN"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "municipality"], ["code", "DN"], ["name", "Đà Nẵng"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "HN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HN"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "municipality"], ["code", "HN"], ["name", "Hà Nội"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "HP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HP"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "municipality"], ["code", "HP"], ["name", "Hải Phòng"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "SG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SG"], ["region_id", 4963], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 4963], ["category", "municipality"], ["code", "SG"], ["name", "Hồ Chí Minh [Sài Gòn]"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "VU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "VU"], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "VU"], ["name", "Vanuatu"], ["alpha_3_code", "VUT"], ["numeric_code", 548], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5028 AND "regions"."code" = ? LIMIT ? [["code", "MAP"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MAP"], ["region_id", 5028], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5028], ["category", "province"], ["code", "MAP"], ["name", "Malampa"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5028 AND "regions"."code" = ? LIMIT ? [["code", "PAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PAM"], ["region_id", 5028], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5028], ["category", "province"], ["code", "PAM"], ["name", "Pénama"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5028 AND "regions"."code" = ? LIMIT ? [["code", "SAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SAM"], ["region_id", 5028], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5028], ["category", "province"], ["code", "SAM"], ["name", "Sanma"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5028 AND "regions"."code" = ? LIMIT ? [["code", "SEE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SEE"], ["region_id", 5028], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5028], ["category", "province"], ["code", "SEE"], ["name", "Shéfa"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5028 AND "regions"."code" = ? LIMIT ? [["code", "TAE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TAE"], ["region_id", 5028], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5028], ["category", "province"], ["code", "TAE"], ["name", "Taféa"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5028 AND "regions"."code" = ? LIMIT ? [["code", "TOB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TOB"], ["region_id", 5028], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5028], ["category", "province"], ["code", "TOB"], ["name", "Torba"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "WF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "WF"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "WF"], ["name", "Wallis and Futuna"], ["alpha_3_code", "WLF"], ["numeric_code", 876], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "WS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "WS"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "WS"], ["name", "Samoa"], ["alpha_3_code", "WSM"], ["numeric_code", 882], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5036 AND "regions"."code" = ? LIMIT ? [["code", "AA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AA"], ["region_id", 5036], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5036], ["category", "district"], ["code", "AA"], ["name", "A'ana"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5036 AND "regions"."code" = ? LIMIT ? [["code", "AL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AL"], ["region_id", 5036], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5036], ["category", "district"], ["code", "AL"], ["name", "Aiga-i-le-Tai"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5036 AND "regions"."code" = ? LIMIT ? [["code", "AT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AT"], ["region_id", 5036], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5036], ["category", "district"], ["code", "AT"], ["name", "Atua"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5036 AND "regions"."code" = ? LIMIT ? [["code", "FA"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FA"], ["region_id", 5036], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5036], ["category", "district"], ["code", "FA"], ["name", "Fa'asaleleaga"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5036 AND "regions"."code" = ? LIMIT ? [["code", "GE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GE"], ["region_id", 5036], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5036], ["category", "district"], ["code", "GE"], ["name", "Gaga'emauga"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5036 AND "regions"."code" = ? LIMIT ? [["code", "GI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GI"], ["region_id", 5036], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5036], ["category", "district"], ["code", "GI"], ["name", "Gagaifomauga"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5036 AND "regions"."code" = ? LIMIT ? [["code", "PA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "PA"], ["region_id", 5036], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5036], ["category", "district"], ["code", "PA"], ["name", "Palauli"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5036 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["region_id", 5036], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5036], ["category", "district"], ["code", "SA"], ["name", "Satupa'itea"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5036 AND "regions"."code" = ? LIMIT ? [["code", "TU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TU"], ["region_id", 5036], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5036], ["category", "district"], ["code", "TU"], ["name", "Tuamasaga"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5036 AND "regions"."code" = ? LIMIT ? [["code", "VF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VF"], ["region_id", 5036], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5036], ["category", "district"], ["code", "VF"], ["name", "Va'a-o-Fonoti"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5036 AND "regions"."code" = ? LIMIT ? [["code", "VS"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "VS"], ["region_id", 5036], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5036], ["category", "district"], ["code", "VS"], ["name", "Vaisigano"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "YE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "YE"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "YE"], ["name", "Yemen"], ["alpha_3_code", "YEM"], ["numeric_code", 887], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "AB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AB"], ["region_id", 5048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5048], ["category", "governorate"], ["code", "AB"], ["name", "Abyān"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "AD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AD"], ["region_id", 5048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5048], ["category", "governorate"], ["code", "AD"], ["name", "'Adan"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "AM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "AM"], ["region_id", 5048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5048], ["category", "governorate"], ["code", "AM"], ["name", "'Amrān"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["region_id", 5048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5048], ["category", "governorate"], ["code", "BA"], ["name", "Al Bayḑā'"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "DA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DA"], ["region_id", 5048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5048], ["category", "governorate"], ["code", "DA"], ["name", "Aḑ Ḑāli‘"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "DH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "DH"], ["region_id", 5048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5048], ["category", "governorate"], ["code", "DH"], ["name", "Dhamār"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "HD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HD"], ["region_id", 5048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5048], ["category", "governorate"], ["code", "HD"], ["name", "Ḩaḑramawt"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "HJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HJ"], ["region_id", 5048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5048], ["category", "governorate"], ["code", "HJ"], ["name", "Ḩajjah"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "IB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "IB"], ["region_id", 5048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5048], ["category", "governorate"], ["code", "IB"], ["name", "Ibb"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "JA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "JA"], ["region_id", 5048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5048], ["category", "governorate"], ["code", "JA"], ["name", "Al Jawf"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "LA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LA"], ["region_id", 5048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5048], ["category", "governorate"], ["code", "LA"], ["name", "Laḩij"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["region_id", 5048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5048], ["category", "governorate"], ["code", "MA"], ["name", "Ma'rib"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "MR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MR"], ["region_id", 5048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5048], ["category", "governorate"], ["code", "MR"], ["name", "Al Mahrah"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "MU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MU"], ["region_id", 5048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5048], ["category", "governorate"], ["code", "MU"], ["name", "Al Ḩudaydah"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "MW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MW"], ["region_id", 5048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5048], ["category", "governorate"], ["code", "MW"], ["name", "Al Maḩwīt"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "RA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "RA"], ["region_id", 5048], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5048], ["category", "governorate"], ["code", "RA"], ["name", "Raymah"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "SD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SD"], ["region_id", 5048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5048], ["category", "governorate"], ["code", "SD"], ["name", "Şa'dah"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "SH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SH"], ["region_id", 5048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5048], ["category", "governorate"], ["code", "SH"], ["name", "Shabwah"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "SN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "SN"], ["region_id", 5048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5048], ["category", "governorate"], ["code", "SN"], ["name", "Şan'ā'"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["region_id", 5048], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5048], ["category", "governorate"], ["code", "TA"], ["name", "Tā'izz"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "YT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "YT"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "YT"], ["name", "Mayotte"], ["alpha_3_code", "MYT"], ["numeric_code", 175], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "ZA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "ZA"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "ZA"], ["name", "South Africa"], ["alpha_3_code", "ZAF"], ["numeric_code", 710], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5070 AND "regions"."code" = ? LIMIT ? [["code", "EC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "EC"], ["region_id", 5070], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5070], ["category", "province"], ["code", "EC"], ["name", "Eastern Cape"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5070 AND "regions"."code" = ? LIMIT ? [["code", "FS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "FS"], ["region_id", 5070], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5070], ["category", "province"], ["code", "FS"], ["name", "Free State"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5070 AND "regions"."code" = ? LIMIT ? [["code", "GP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "GP"], ["region_id", 5070], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5070], ["category", "province"], ["code", "GP"], ["name", "Gauteng"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.3ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5070 AND "regions"."code" = ? LIMIT ? [["code", "LP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "LP"], ["region_id", 5070], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5070], ["category", "province"], ["code", "LP"], ["name", "Limpopo"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5070 AND "regions"."code" = ? LIMIT ? [["code", "MP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MP"], ["region_id", 5070], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5070], ["category", "province"], ["code", "MP"], ["name", "Mpumalanga"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5070 AND "regions"."code" = ? LIMIT ? [["code", "NC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NC"], ["region_id", 5070], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5070], ["category", "province"], ["code", "NC"], ["name", "Northern Cape"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5070 AND "regions"."code" = ? LIMIT ? [["code", "NW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "NW"], ["region_id", 5070], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5070], ["category", "province"], ["code", "NW"], ["name", "North-West (South Africa)"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5070 AND "regions"."code" = ? LIMIT ? [["code", "WC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "WC"], ["region_id", 5070], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5070], ["category", "province"], ["code", "WC"], ["name", "Western Cape"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5070 AND "regions"."code" = ? LIMIT ? [["code", "ZN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ZN"], ["region_id", 5070], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5070], ["category", "province"], ["code", "ZN"], ["name", "Kwazulu-Natal"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "ZM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "ZM"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "ZM"], ["name", "Zambia"], ["alpha_3_code", "ZMB"], ["numeric_code", 894], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5080 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["region_id", 5080], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5080], ["category", "province"], ["code", "01"], ["name", "Western"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5080 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["region_id", 5080], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5080], ["category", "province"], ["code", "02"], ["name", "Central"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5080 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["region_id", 5080], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5080], ["category", "province"], ["code", "03"], ["name", "Eastern"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5080 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["region_id", 5080], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5080], ["category", "province"], ["code", "04"], ["name", "Luapula"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5080 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["region_id", 5080], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5080], ["category", "province"], ["code", "05"], ["name", "Northern"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5080 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["region_id", 5080], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5080], ["category", "province"], ["code", "06"], ["name", "North-Western"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5080 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["region_id", 5080], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5080], ["category", "province"], ["code", "07"], ["name", "Southern (Zambia)"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.6ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5080 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["region_id", 5080], ["LIMIT", 1]] SQL (0.3ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5080], ["category", "province"], ["code", "08"], ["name", "Copperbelt"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5080 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["region_id", 5080], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5080], ["category", "province"], ["code", "09"], ["name", "Lusaka"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "ZW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" IS NULL LIMIT ? [["code", "ZW"], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("category", "code", "name", "alpha_3_code", "numeric_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["category", "country"], ["code", "ZW"], ["name", "Zimbabwe"], ["alpha_3_code", "ZWE"], ["numeric_code", 716], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5090 AND "regions"."code" = ? LIMIT ? [["code", "BU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "BU"], ["region_id", 5090], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5090], ["category", "city"], ["code", "BU"], ["name", "Bulawayo"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.7ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5090 AND "regions"."code" = ? LIMIT ? [["code", "HA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "HA"], ["region_id", 5090], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5090], ["category", "city"], ["code", "HA"], ["name", "Harare"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5090 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["region_id", 5090], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5090], ["category", "province"], ["code", "MA"], ["name", "Manicaland"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5090 AND "regions"."code" = ? LIMIT ? [["code", "MC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MC"], ["region_id", 5090], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5090], ["category", "province"], ["code", "MC"], ["name", "Mashonaland Central"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5090 AND "regions"."code" = ? LIMIT ? [["code", "ME"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "ME"], ["region_id", 5090], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5090], ["category", "province"], ["code", "ME"], ["name", "Mashonaland East"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5090 AND "regions"."code" = ? LIMIT ? [["code", "MI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MI"], ["region_id", 5090], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5090], ["category", "province"], ["code", "MI"], ["name", "Midlands"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5090 AND "regions"."code" = ? LIMIT ? [["code", "MN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MN"], ["region_id", 5090], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5090], ["category", "province"], ["code", "MN"], ["name", "Matabeleland North"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5090 AND "regions"."code" = ? LIMIT ? [["code", "MS"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MS"], ["region_id", 5090], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5090], ["category", "province"], ["code", "MS"], ["name", "Matabeleland South"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5090 AND "regions"."code" = ? LIMIT ? [["code", "MV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MV"], ["region_id", 5090], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5090], ["category", "province"], ["code", "MV"], ["name", "Masvingo"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.4ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5090 AND "regions"."code" = ? LIMIT ? [["code", "MW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND "regions"."region_id" = ? LIMIT ? [["code", "MW"], ["region_id", 5090], ["LIMIT", 1]] SQL (0.2ms) INSERT INTO "regions" ("region_id", "category", "code", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["region_id", 5090], ["category", "province"], ["code", "MW"], ["name", "Mashonaland West"], ["created_at", 2016-11-21 00:09:01 UTC], ["updated_at", 2016-11-21 00:09:01 UTC]]  (0.5ms) commit transaction Region Load (0.7ms) SELECT "regions".* FROM "regions" WHERE "regions"."category" = ? AND "regions"."code" = ? LIMIT ? [["category", "country"], ["code", "US"], ["LIMIT", 1]] Region Load (0.4ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = ? [["region_id", 4831]]  (0.2ms) SELECT COUNT(*) FROM "regions" WHERE "regions"."region_id" = ? [["region_id", 4831]]  (0.2ms) SELECT COUNT(*) FROM "regions" WHERE "regions"."region_id" = ? [["region_id", 4831]]  (0.2ms) SELECT COUNT(*) FROM "regions" WHERE "regions"."region_id" = ? [["region_id", 4831]] DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from at /Users/kevin/Projects/Regions/app/models/application_record.rb:1) Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AD"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "AD"], ["id", 1], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 2], ["region_id", 1], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 3], ["region_id", 1], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 4], ["region_id", 1], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 5], ["region_id", 1], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 6], ["region_id", 1], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 7], ["region_id", 1], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 8], ["region_id", 1], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "AE"], ["id", 9], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 9 AND "regions"."code" = ? LIMIT ? [["code", "AJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AJ"], ["id", 10], ["region_id", 9], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 9 AND "regions"."code" = ? LIMIT ? [["code", "AZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AZ"], ["id", 11], ["region_id", 9], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 9 AND "regions"."code" = ? LIMIT ? [["code", "DU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DU"], ["id", 12], ["region_id", 9], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 9 AND "regions"."code" = ? LIMIT ? [["code", "FU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FU"], ["id", 13], ["region_id", 9], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 9 AND "regions"."code" = ? LIMIT ? [["code", "RK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RK"], ["id", 14], ["region_id", 9], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 9 AND "regions"."code" = ? LIMIT ? [["code", "SH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SH"], ["id", 15], ["region_id", 9], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 9 AND "regions"."code" = ? LIMIT ? [["code", "UQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UQ"], ["id", 16], ["region_id", 9], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "AF"], ["id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "BAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BAL"], ["id", 18], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "BAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BAM"], ["id", 19], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "BDG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BDG"], ["id", 20], ["region_id", 17], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "BDS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BDS"], ["id", 21], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "BGL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BGL"], ["id", 22], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "DAY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DAY"], ["id", 23], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "FRA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FRA"], ["id", 24], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "FYB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FYB"], ["id", 25], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "GHA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GHA"], ["id", 26], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "GHO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GHO"], ["id", 27], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "HEL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HEL"], ["id", 28], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "HER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HER"], ["id", 29], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "JOW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JOW"], ["id", 30], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "KAB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KAB"], ["id", 31], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "KAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KAN"], ["id", 32], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "KAP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KAP"], ["id", 33], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "KDZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KDZ"], ["id", 34], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "KHO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KHO"], ["id", 35], ["region_id", 17], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "KNR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KNR"], ["id", 36], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "LAG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LAG"], ["id", 37], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "LOG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LOG"], ["id", 38], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "NAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NAN"], ["id", 39], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "NIM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NIM"], ["id", 40], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "NUR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NUR"], ["id", 41], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "PAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PAN"], ["id", 42], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "PAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PAR"], ["id", 43], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "PIA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PIA"], ["id", 44], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "PKA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PKA"], ["id", 45], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "SAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SAM"], ["id", 46], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "SAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SAR"], ["id", 47], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "TAK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TAK"], ["id", 48], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "URU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "URU"], ["id", 49], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "WAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WAR"], ["id", 50], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 17 AND "regions"."code" = ? LIMIT ? [["code", "ZAB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZAB"], ["id", 51], ["region_id", 17], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AG"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "AG"], ["id", 52], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 52 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 53], ["region_id", 52], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 52 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 54], ["region_id", 52], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 52 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 55], ["region_id", 52], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 52 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 56], ["region_id", 52], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 52 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 57], ["region_id", 52], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 52 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 58], ["region_id", 52], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 52 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 59], ["region_id", 52], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 52 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 60], ["region_id", 52], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "AI"], ["id", 61], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "AL"], ["id", 62], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 62 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 63], ["region_id", 62], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 63 AND "regions"."code" = ? LIMIT ? [["code", "BR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BR"], ["id", 64], ["region_id", 63], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 63 AND "regions"."code" = ? LIMIT ? [["code", "KC"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KC"], ["id", 65], ["region_id", 63], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 63 AND "regions"."code" = ? LIMIT ? [["code", "SK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SK"], ["id", 66], ["region_id", 63], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 62 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 67], ["region_id", 62], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 67 AND "regions"."code" = ? LIMIT ? [["code", "DR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DR"], ["id", 68], ["region_id", 67], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 67 AND "regions"."code" = ? LIMIT ? [["code", "KR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KR"], ["id", 69], ["region_id", 67], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 62 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 70], ["region_id", 62], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 70 AND "regions"."code" = ? LIMIT ? [["code", "EL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EL"], ["id", 71], ["region_id", 70], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 70 AND "regions"."code" = ? LIMIT ? [["code", "GR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GR"], ["id", 72], ["region_id", 70], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 70 AND "regions"."code" = ? LIMIT ? [["code", "LB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LB"], ["id", 73], ["region_id", 70], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 70 AND "regions"."code" = ? LIMIT ? [["code", "PQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PQ"], ["id", 74], ["region_id", 70], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 62 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 75], ["region_id", 62], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 75 AND "regions"."code" = ? LIMIT ? [["code", "FR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FR"], ["id", 76], ["region_id", 75], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 75 AND "regions"."code" = ? LIMIT ? [["code", "LU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LU"], ["id", 77], ["region_id", 75], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 75 AND "regions"."code" = ? LIMIT ? [["code", "MK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MK"], ["id", 78], ["region_id", 75], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 62 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 79], ["region_id", 62], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 79 AND "regions"."code" = ? LIMIT ? [["code", "GJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GJ"], ["id", 80], ["region_id", 79], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 79 AND "regions"."code" = ? LIMIT ? [["code", "PR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PR"], ["id", 81], ["region_id", 79], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 79 AND "regions"."code" = ? LIMIT ? [["code", "TE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TE"], ["id", 82], ["region_id", 79], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 62 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 83], ["region_id", 62], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 83 AND "regions"."code" = ? LIMIT ? [["code", "DV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DV"], ["id", 84], ["region_id", 83], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 83 AND "regions"."code" = ? LIMIT ? [["code", "ER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ER"], ["id", 85], ["region_id", 83], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 83 AND "regions"."code" = ? LIMIT ? [["code", "KO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KO"], ["id", 86], ["region_id", 83], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 83 AND "regions"."code" = ? LIMIT ? [["code", "PG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PG"], ["id", 87], ["region_id", 83], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 62 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 88], ["region_id", 62], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 88 AND "regions"."code" = ? LIMIT ? [["code", "HA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HA"], ["id", 89], ["region_id", 88], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 88 AND "regions"."code" = ? LIMIT ? [["code", "KU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KU"], ["id", 90], ["region_id", 88], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 88 AND "regions"."code" = ? LIMIT ? [["code", "TP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TP"], ["id", 91], ["region_id", 88], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 62 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 92], ["region_id", 62], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 92 AND "regions"."code" = ? LIMIT ? [["code", "KB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KB"], ["id", 93], ["region_id", 92], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 92 AND "regions"."code" = ? LIMIT ? [["code", "LE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LE"], ["id", 94], ["region_id", 92], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 92 AND "regions"."code" = ? LIMIT ? [["code", "MR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MR"], ["id", 95], ["region_id", 92], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 62 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 96], ["region_id", 62], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 96 AND "regions"."code" = ? LIMIT ? [["code", "BU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BU"], ["id", 97], ["region_id", 96], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 96 AND "regions"."code" = ? LIMIT ? [["code", "DI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DI"], ["id", 98], ["region_id", 96], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 96 AND "regions"."code" = ? LIMIT ? [["code", "MT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MT"], ["id", 99], ["region_id", 96], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 62 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 100], ["region_id", 62], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 100 AND "regions"."code" = ? LIMIT ? [["code", "MM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MM"], ["id", 101], ["region_id", 100], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 100 AND "regions"."code" = ? LIMIT ? [["code", "PU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PU"], ["id", 102], ["region_id", 100], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 100 AND "regions"."code" = ? LIMIT ? [["code", "SH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SH"], ["id", 103], ["region_id", 100], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 62 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 104], ["region_id", 62], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 104 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["id", 105], ["region_id", 104], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 104 AND "regions"."code" = ? LIMIT ? [["code", "TR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TR"], ["id", 106], ["region_id", 104], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 62 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 107], ["region_id", 62], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 107 AND "regions"."code" = ? LIMIT ? [["code", "DL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DL"], ["id", 108], ["region_id", 107], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 107 AND "regions"."code" = ? LIMIT ? [["code", "SR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SR"], ["id", 109], ["region_id", 107], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 107 AND "regions"."code" = ? LIMIT ? [["code", "VL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VL"], ["id", 110], ["region_id", 107], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "AM"], ["id", 111], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 111 AND "regions"."code" = ? LIMIT ? [["code", "AG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AG"], ["id", 112], ["region_id", 111], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 111 AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AR"], ["id", 113], ["region_id", 111], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 111 AND "regions"."code" = ? LIMIT ? [["code", "AV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AV"], ["id", 114], ["region_id", 111], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 111 AND "regions"."code" = ? LIMIT ? [["code", "ER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ER"], ["id", 115], ["region_id", 111], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 111 AND "regions"."code" = ? LIMIT ? [["code", "GR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GR"], ["id", 116], ["region_id", 111], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 111 AND "regions"."code" = ? LIMIT ? [["code", "KT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KT"], ["id", 117], ["region_id", 111], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 111 AND "regions"."code" = ? LIMIT ? [["code", "LO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LO"], ["id", 118], ["region_id", 111], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 111 AND "regions"."code" = ? LIMIT ? [["code", "SH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SH"], ["id", 119], ["region_id", 111], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 111 AND "regions"."code" = ? LIMIT ? [["code", "SU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SU"], ["id", 120], ["region_id", 111], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 111 AND "regions"."code" = ? LIMIT ? [["code", "TV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TV"], ["id", 121], ["region_id", 111], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 111 AND "regions"."code" = ? LIMIT ? [["code", "VD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VD"], ["id", 122], ["region_id", 111], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "AO"], ["id", 123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "BGO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BGO"], ["id", 124], ["region_id", 123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "BGU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BGU"], ["id", 125], ["region_id", 123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "BIE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BIE"], ["id", 126], ["region_id", 123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "CAB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CAB"], ["id", 127], ["region_id", 123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "CCU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CCU"], ["id", 128], ["region_id", 123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "CNN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CNN"], ["id", 129], ["region_id", 123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "CNO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CNO"], ["id", 130], ["region_id", 123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "CUS"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CUS"], ["id", 131], ["region_id", 123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "HUA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HUA"], ["id", 132], ["region_id", 123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "HUI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HUI"], ["id", 133], ["region_id", 123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "LNO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LNO"], ["id", 134], ["region_id", 123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "LSU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LSU"], ["id", 135], ["region_id", 123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "LUA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LUA"], ["id", 136], ["region_id", 123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "MAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MAL"], ["id", 137], ["region_id", 123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "MOX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MOX"], ["id", 138], ["region_id", 123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "NAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NAM"], ["id", 139], ["region_id", 123], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "UIG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UIG"], ["id", 140], ["region_id", 123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 123 AND "regions"."code" = ? LIMIT ? [["code", "ZAI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZAI"], ["id", 141], ["region_id", 123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "AQ"], ["id", 142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "AR"], ["id", 143], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["id", 144], ["region_id", 143], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["id", 145], ["region_id", 143], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["id", 146], ["region_id", 143], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["id", 147], ["region_id", 143], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "E"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "E"], ["id", 148], ["region_id", 143], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["id", 149], ["region_id", 143], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "H"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "H"], ["id", 150], ["region_id", 143], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "J"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "J"], ["id", 151], ["region_id", 143], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "K"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "K"], ["id", 152], ["region_id", 143], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["id", 153], ["region_id", 143], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["id", 154], ["region_id", 143], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["id", 155], ["region_id", 143], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "P"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "P"], ["id", 156], ["region_id", 143], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "Q"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "Q"], ["id", 157], ["region_id", 143], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "R"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "R"], ["id", 158], ["region_id", 143], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["id", 159], ["region_id", 143], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "T"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "T"], ["id", 160], ["region_id", 143], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "U"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "U"], ["id", 161], ["region_id", 143], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "V"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "V"], ["id", 162], ["region_id", 143], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "W"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "W"], ["id", 163], ["region_id", 143], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "X"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "X"], ["id", 164], ["region_id", 143], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "Y"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "Y"], ["id", 165], ["region_id", 143], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "Z"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "Z"], ["id", 166], ["region_id", 143], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 143 AND "regions"."code" = ? LIMIT ? [["code", "F"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "F"], ["id", 167], ["region_id", 143], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "AS"], ["id", 168], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "AT"], ["id", 169], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 169 AND "regions"."code" = ? LIMIT ? [["code", "1"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "1"], ["id", 170], ["region_id", 169], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 169 AND "regions"."code" = ? LIMIT ? [["code", "2"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "2"], ["id", 171], ["region_id", 169], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 169 AND "regions"."code" = ? LIMIT ? [["code", "3"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "3"], ["id", 172], ["region_id", 169], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 169 AND "regions"."code" = ? LIMIT ? [["code", "4"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "4"], ["id", 173], ["region_id", 169], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 169 AND "regions"."code" = ? LIMIT ? [["code", "5"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "5"], ["id", 174], ["region_id", 169], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 169 AND "regions"."code" = ? LIMIT ? [["code", "6"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "6"], ["id", 175], ["region_id", 169], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 169 AND "regions"."code" = ? LIMIT ? [["code", "7"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "7"], ["id", 176], ["region_id", 169], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 169 AND "regions"."code" = ? LIMIT ? [["code", "8"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "8"], ["id", 177], ["region_id", 169], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 169 AND "regions"."code" = ? LIMIT ? [["code", "9"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "9"], ["id", 178], ["region_id", 169], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "AU"], ["id", 179], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 179 AND "regions"."code" = ? LIMIT ? [["code", "ACT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ACT"], ["id", 180], ["region_id", 179], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 179 AND "regions"."code" = ? LIMIT ? [["code", "NSW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NSW"], ["id", 181], ["region_id", 179], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 179 AND "regions"."code" = ? LIMIT ? [["code", "NT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NT"], ["id", 182], ["region_id", 179], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 179 AND "regions"."code" = ? LIMIT ? [["code", "QLD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "QLD"], ["id", 183], ["region_id", 179], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 179 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["id", 184], ["region_id", 179], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 179 AND "regions"."code" = ? LIMIT ? [["code", "TAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TAS"], ["id", 185], ["region_id", 179], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 179 AND "regions"."code" = ? LIMIT ? [["code", "VIC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VIC"], ["id", 186], ["region_id", 179], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 179 AND "regions"."code" = ? LIMIT ? [["code", "WA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WA"], ["id", 187], ["region_id", 179], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "AW"], ["id", 188], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "AX"], ["id", 189], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "AZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "AZ"], ["id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "ABS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ABS"], ["id", 191], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "AGA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AGA"], ["id", 192], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "AGC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AGC"], ["id", 193], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "AGM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AGM"], ["id", 194], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "AGS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AGS"], ["id", 195], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "AGU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AGU"], ["id", 196], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "AST"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AST"], ["id", 197], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["id", 198], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "BAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BAL"], ["id", 199], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "BAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BAR"], ["id", 200], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "BEY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BEY"], ["id", 201], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "BIL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BIL"], ["id", 202], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "CAB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CAB"], ["id", 203], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "CAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CAL"], ["id", 204], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "DAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DAS"], ["id", 205], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "FUZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FUZ"], ["id", 206], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["id", 207], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "GAD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GAD"], ["id", 208], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "GOR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GOR"], ["id", 209], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "GOY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GOY"], ["id", 210], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "GYG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GYG"], ["id", 211], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "HAC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HAC"], ["id", 212], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "IMI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IMI"], ["id", 213], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "ISM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ISM"], ["id", 214], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "KAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KAL"], ["id", 215], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "KUR"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KUR"], ["id", 216], ["region_id", 190], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "LA"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LA"], ["id", 217], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "LAC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LAC"], ["id", 218], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "LAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LAN"], ["id", 219], ["region_id", 190], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "LER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LER"], ["id", 220], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "MAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MAS"], ["id", 221], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "MI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MI"], ["id", 222], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "NA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NA"], ["id", 223], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "NEF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NEF"], ["id", 224], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "NX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NX"], ["id", 225], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 225 AND "regions"."code" = ? LIMIT ? [["code", "NV"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NV"], ["id", 226], ["region_id", 225], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 225 AND "regions"."code" = ? LIMIT ? [["code", "BAB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BAB"], ["id", 227], ["region_id", 225], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 225 AND "regions"."code" = ? LIMIT ? [["code", "CUL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CUL"], ["id", 228], ["region_id", 225], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 225 AND "regions"."code" = ? LIMIT ? [["code", "KAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KAN"], ["id", 229], ["region_id", 225], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 225 AND "regions"."code" = ? LIMIT ? [["code", "ORD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ORD"], ["id", 230], ["region_id", 225], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 225 AND "regions"."code" = ? LIMIT ? [["code", "SAD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SAD"], ["id", 231], ["region_id", 225], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 225 AND "regions"."code" = ? LIMIT ? [["code", "SAH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SAH"], ["id", 232], ["region_id", 225], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 225 AND "regions"."code" = ? LIMIT ? [["code", "SAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SAR"], ["id", 233], ["region_id", 225], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "OGU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OGU"], ["id", 234], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "QAB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "QAB"], ["id", 235], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "QAX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "QAX"], ["id", 236], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "QAZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "QAZ"], ["id", 237], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "QBA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "QBA"], ["id", 238], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "QBI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "QBI"], ["id", 239], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "QOB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "QOB"], ["id", 240], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "QUS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "QUS"], ["id", 241], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["id", 242], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SAB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SAB"], ["id", 243], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SAK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SAK"], ["id", 244], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SAL"], ["id", 245], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SAT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SAT"], ["id", 246], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SBN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SBN"], ["id", 247], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SIY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SIY"], ["id", 248], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SKR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SKR"], ["id", 249], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SM"], ["id", 250], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SMI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SMI"], ["id", 251], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SMX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SMX"], ["id", 252], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SR"], ["id", 253], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "SUS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SUS"], ["id", 254], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "TAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TAR"], ["id", 255], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "TOV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TOV"], ["id", 256], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "UCA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UCA"], ["id", 257], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "XA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "XA"], ["id", 258], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "XAC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "XAC"], ["id", 259], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "XCI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "XCI"], ["id", 260], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "XIZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "XIZ"], ["id", 261], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "XVD"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "XVD"], ["id", 262], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "YAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "YAR"], ["id", 263], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "YE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "YE"], ["id", 264], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "YEV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "YEV"], ["id", 265], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "ZAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZAN"], ["id", 266], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "ZAQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZAQ"], ["id", 267], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 190 AND "regions"."code" = ? LIMIT ? [["code", "ZAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZAR"], ["id", 268], ["region_id", 190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "BA"], ["id", 269], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 269 AND "regions"."code" = ? LIMIT ? [["code", "BIH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BIH"], ["id", 270], ["region_id", 269], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 270 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 271], ["region_id", 270], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 270 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 272], ["region_id", 270], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 270 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 273], ["region_id", 270], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 270 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 274], ["region_id", 270], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 270 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 275], ["region_id", 270], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 270 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 276], ["region_id", 270], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 270 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 277], ["region_id", 270], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 270 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 278], ["region_id", 270], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 270 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 279], ["region_id", 270], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 270 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 280], ["region_id", 270], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 269 AND "regions"."code" = ? LIMIT ? [["code", "BRC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BRC"], ["id", 281], ["region_id", 269], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 269 AND "regions"."code" = ? LIMIT ? [["code", "SRP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SRP"], ["id", 282], ["region_id", 269], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "BB"], ["id", 283], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 283 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 284], ["region_id", 283], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 283 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 285], ["region_id", 283], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 283 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 286], ["region_id", 283], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 283 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 287], ["region_id", 283], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 283 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 288], ["region_id", 283], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 283 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 289], ["region_id", 283], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 283 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 290], ["region_id", 283], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 283 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 291], ["region_id", 283], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 283 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 292], ["region_id", 283], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 283 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 293], ["region_id", 283], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 283 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 294], ["region_id", 283], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "BD"], ["id", 295], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 295 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["id", 296], ["region_id", 295], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 296 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 297], ["region_id", 296], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 296 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 298], ["region_id", 296], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 296 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 299], ["region_id", 296], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 296 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["id", 300], ["region_id", 296], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 296 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["id", 301], ["region_id", 296], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 296 AND "regions"."code" = ? LIMIT ? [["code", "50"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "50"], ["id", 302], ["region_id", 296], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 295 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["id", 303], ["region_id", 295], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 303 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 304], ["region_id", 303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 303 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 305], ["region_id", 303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 303 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 306], ["region_id", 303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 303 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 307], ["region_id", 303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 303 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 308], ["region_id", 303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 303 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 309], ["region_id", 303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 303 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 310], ["region_id", 303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 303 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["id", 311], ["region_id", 303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 303 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["id", 312], ["region_id", 303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 303 AND "regions"."code" = ? LIMIT ? [["code", "47"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "47"], ["id", 313], ["region_id", 303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 303 AND "regions"."code" = ? LIMIT ? [["code", "56"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "56"], ["id", 314], ["region_id", 303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 295 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["id", 315], ["region_id", 295], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 316], ["region_id", 315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 317], ["region_id", 315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["id", 318], ["region_id", 315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 319], ["region_id", 315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 320], ["region_id", 315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["id", 321], ["region_id", 315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "36"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "36"], ["id", 322], ["region_id", 315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["id", 323], ["region_id", 315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "35"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "35"], ["id", 324], ["region_id", 315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["id", 325], ["region_id", 315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "40"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "40"], ["id", 326], ["region_id", 315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["id", 327], ["region_id", 315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["id", 328], ["region_id", 315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "53"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "53"], ["id", 329], ["region_id", 315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "62"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "62"], ["id", 330], ["region_id", 315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "57"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "57"], ["id", 331], ["region_id", 315], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 315 AND "regions"."code" = ? LIMIT ? [["code", "63"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "63"], ["id", 332], ["region_id", 315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 295 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["id", 333], ["region_id", 295], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 333 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 334], ["region_id", 333], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 333 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 335], ["region_id", 333], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 333 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["id", 336], ["region_id", 333], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 333 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["id", 337], ["region_id", 333], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 333 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["id", 338], ["region_id", 333], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 333 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["id", 339], ["region_id", 333], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 333 AND "regions"."code" = ? LIMIT ? [["code", "37"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "37"], ["id", 340], ["region_id", 333], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 333 AND "regions"."code" = ? LIMIT ? [["code", "39"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "39"], ["id", 341], ["region_id", 333], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 333 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["id", 342], ["region_id", 333], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 333 AND "regions"."code" = ? LIMIT ? [["code", "58"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "58"], ["id", 343], ["region_id", 333], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 295 AND "regions"."code" = ? LIMIT ? [["code", "E"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "E"], ["id", 344], ["region_id", 295], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 344 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 345], ["region_id", 344], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 344 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["id", 346], ["region_id", 344], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 344 AND "regions"."code" = ? LIMIT ? [["code", "48"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "48"], ["id", 347], ["region_id", 344], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 344 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["id", 348], ["region_id", 344], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 344 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["id", 349], ["region_id", 344], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 344 AND "regions"."code" = ? LIMIT ? [["code", "49"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "49"], ["id", 350], ["region_id", 344], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 344 AND "regions"."code" = ? LIMIT ? [["code", "54"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "54"], ["id", 351], ["region_id", 344], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 344 AND "regions"."code" = ? LIMIT ? [["code", "59"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "59"], ["id", 352], ["region_id", 344], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 295 AND "regions"."code" = ? LIMIT ? [["code", "F"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "F"], ["id", 353], ["region_id", 295], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 353 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 354], ["region_id", 353], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 353 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["id", 355], ["region_id", 353], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 353 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["id", 356], ["region_id", 353], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 353 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["id", 357], ["region_id", 353], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 353 AND "regions"."code" = ? LIMIT ? [["code", "46"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "46"], ["id", 358], ["region_id", 353], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 353 AND "regions"."code" = ? LIMIT ? [["code", "52"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "52"], ["id", 359], ["region_id", 353], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 353 AND "regions"."code" = ? LIMIT ? [["code", "55"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "55"], ["id", 360], ["region_id", 353], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 353 AND "regions"."code" = ? LIMIT ? [["code", "64"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "64"], ["id", 361], ["region_id", 353], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 295 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["id", 362], ["region_id", 295], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 362 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["id", 363], ["region_id", 362], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 362 AND "regions"."code" = ? LIMIT ? [["code", "38"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "38"], ["id", 364], ["region_id", 362], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.4ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 362 AND "regions"."code" = ? LIMIT ? [["code", "61"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "61"], ["id", 365], ["region_id", 362], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 362 AND "regions"."code" = ? LIMIT ? [["code", "60"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "60"], ["id", 366], ["region_id", 362], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "BE"], ["id", 367], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 367 AND "regions"."code" = ? LIMIT ? [["code", "BRU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BRU"], ["id", 368], ["region_id", 367], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 367 AND "regions"."code" = ? LIMIT ? [["code", "VLG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VLG"], ["id", 369], ["region_id", 367], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 369 AND "regions"."code" = ? LIMIT ? [["code", "VAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VAN"], ["id", 370], ["region_id", 369], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 369 AND "regions"."code" = ? LIMIT ? [["code", "VLI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VLI"], ["id", 371], ["region_id", 369], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 369 AND "regions"."code" = ? LIMIT ? [["code", "VOV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VOV"], ["id", 372], ["region_id", 369], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 369 AND "regions"."code" = ? LIMIT ? [["code", "VBR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VBR"], ["id", 373], ["region_id", 369], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 369 AND "regions"."code" = ? LIMIT ? [["code", "VWV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VWV"], ["id", 374], ["region_id", 369], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 367 AND "regions"."code" = ? LIMIT ? [["code", "WAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WAL"], ["id", 375], ["region_id", 367], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.4ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 375 AND "regions"."code" = ? LIMIT ? [["code", "WBR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WBR"], ["id", 376], ["region_id", 375], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 375 AND "regions"."code" = ? LIMIT ? [["code", "WHT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WHT"], ["id", 377], ["region_id", 375], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 375 AND "regions"."code" = ? LIMIT ? [["code", "WLG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WLG"], ["id", 378], ["region_id", 375], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 375 AND "regions"."code" = ? LIMIT ? [["code", "WLX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WLX"], ["id", 379], ["region_id", 375], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 375 AND "regions"."code" = ? LIMIT ? [["code", "WNA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WNA"], ["id", 380], ["region_id", 375], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "BF"], ["id", 381], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 382], ["region_id", 381], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.3ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 382 AND "regions"."code" = ? LIMIT ? [["code", "BAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BAL"], ["id", 383], ["region_id", 382], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 382 AND "regions"."code" = ? LIMIT ? [["code", "BAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BAN"], ["id", 384], ["region_id", 382], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 382 AND "regions"."code" = ? LIMIT ? [["code", "KOS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KOS"], ["id", 385], ["region_id", 382], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 382 AND "regions"."code" = ? LIMIT ? [["code", "MOU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.3ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MOU"], ["id", 386], ["region_id", 382], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 382 AND "regions"."code" = ? LIMIT ? [["code", "NAY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NAY"], ["id", 387], ["region_id", 382], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 382 AND "regions"."code" = ? LIMIT ? [["code", "SOR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SOR"], ["id", 388], ["region_id", 382], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 389], ["region_id", 381], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 389 AND "regions"."code" = ? LIMIT ? [["code", "COM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "COM"], ["id", 390], ["region_id", 389], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 389 AND "regions"."code" = ? LIMIT ? [["code", "LER"], ["LIMIT", 1]]  (0.3ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LER"], ["id", 391], ["region_id", 389], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 392], ["region_id", 381], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 392 AND "regions"."code" = ? LIMIT ? [["code", "KAD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KAD"], ["id", 393], ["region_id", 392], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 394], ["region_id", 381], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 394 AND "regions"."code" = ? LIMIT ? [["code", "BLG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.3ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BLG"], ["id", 395], ["region_id", 394], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 394 AND "regions"."code" = ? LIMIT ? [["code", "KOP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KOP"], ["id", 396], ["region_id", 394], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 394 AND "regions"."code" = ? LIMIT ? [["code", "KOT"], ["LIMIT", 1]]  (0.3ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KOT"], ["id", 397], ["region_id", 394], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 398], ["region_id", 381], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 398 AND "regions"."code" = ? LIMIT ? [["code", "BAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BAM"], ["id", 399], ["region_id", 398], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 398 AND "regions"."code" = ? LIMIT ? [["code", "NAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NAM"], ["id", 400], ["region_id", 398], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 398 AND "regions"."code" = ? LIMIT ? [["code", "SMT"], ["LIMIT", 1]]  (5.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SMT"], ["id", 401], ["region_id", 398], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 402], ["region_id", 381], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 402 AND "regions"."code" = ? LIMIT ? [["code", "BLK"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BLK"], ["id", 403], ["region_id", 402], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 402 AND "regions"."code" = ? LIMIT ? [["code", "SNG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SNG"], ["id", 404], ["region_id", 402], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 402 AND "regions"."code" = ? LIMIT ? [["code", "SIS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SIS"], ["id", 405], ["region_id", 402], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 402 AND "regions"."code" = ? LIMIT ? [["code", "ZIR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZIR"], ["id", 406], ["region_id", 402], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 407], ["region_id", 381], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 407 AND "regions"."code" = ? LIMIT ? [["code", "BAZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BAZ"], ["id", 408], ["region_id", 407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 407 AND "regions"."code" = ? LIMIT ? [["code", "NAO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NAO"], ["id", 409], ["region_id", 407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 407 AND "regions"."code" = ? LIMIT ? [["code", "ZOU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZOU"], ["id", 410], ["region_id", 407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 411], ["region_id", 381], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 411 AND "regions"."code" = ? LIMIT ? [["code", "GNA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GNA"], ["id", 412], ["region_id", 411], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 411 AND "regions"."code" = ? LIMIT ? [["code", "GOU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GOU"], ["id", 413], ["region_id", 411], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 411 AND "regions"."code" = ? LIMIT ? [["code", "KMD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KMD"], ["id", 414], ["region_id", 411], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 411 AND "regions"."code" = ? LIMIT ? [["code", "KMP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KMP"], ["id", 415], ["region_id", 411], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 411 AND "regions"."code" = ? LIMIT ? [["code", "TAP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TAP"], ["id", 416], ["region_id", 411], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 417], ["region_id", 381], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 417 AND "regions"."code" = ? LIMIT ? [["code", "HOU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HOU"], ["id", 418], ["region_id", 417], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 417 AND "regions"."code" = ? LIMIT ? [["code", "KEN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KEN"], ["id", 419], ["region_id", 417], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 417 AND "regions"."code" = ? LIMIT ? [["code", "TUI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TUI"], ["id", 420], ["region_id", 417], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 421], ["region_id", 381], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 421 AND "regions"."code" = ? LIMIT ? [["code", "LOR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LOR"], ["id", 422], ["region_id", 421], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 421 AND "regions"."code" = ? LIMIT ? [["code", "PAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PAS"], ["id", 423], ["region_id", 421], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 421 AND "regions"."code" = ? LIMIT ? [["code", "YAT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "YAT"], ["id", 424], ["region_id", 421], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 421 AND "regions"."code" = ? LIMIT ? [["code", "ZON"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZON"], ["id", 425], ["region_id", 421], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 426], ["region_id", 381], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 426 AND "regions"."code" = ? LIMIT ? [["code", "GAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GAN"], ["id", 427], ["region_id", 426], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 426 AND "regions"."code" = ? LIMIT ? [["code", "KOW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KOW"], ["id", 428], ["region_id", 426], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 426 AND "regions"."code" = ? LIMIT ? [["code", "OUB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OUB"], ["id", 429], ["region_id", 426], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 430], ["region_id", 381], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 430 AND "regions"."code" = ? LIMIT ? [["code", "OUD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OUD"], ["id", 431], ["region_id", 430], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 430 AND "regions"."code" = ? LIMIT ? [["code", "SEN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SEN"], ["id", 432], ["region_id", 430], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 430 AND "regions"."code" = ? LIMIT ? [["code", "SOM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SOM"], ["id", 433], ["region_id", 430], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 430 AND "regions"."code" = ? LIMIT ? [["code", "YAG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "YAG"], ["id", 434], ["region_id", 430], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 381 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 435], ["region_id", 381], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 435 AND "regions"."code" = ? LIMIT ? [["code", "BGR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BGR"], ["id", 436], ["region_id", 435], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 435 AND "regions"."code" = ? LIMIT ? [["code", "IOB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IOB"], ["id", 437], ["region_id", 435], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 435 AND "regions"."code" = ? LIMIT ? [["code", "NOU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NOU"], ["id", 438], ["region_id", 435], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 435 AND "regions"."code" = ? LIMIT ? [["code", "PON"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.4ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PON"], ["id", 439], ["region_id", 435], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "BG"], ["id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 441], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 442], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 443], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 444], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 445], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 446], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 447], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 448], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 449], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 450], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 451], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 452], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 453], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 454], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 455], ["region_id", 440], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 456], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 457], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["id", 458], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["id", 459], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["id", 460], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 461], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["id", 462], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["id", 463], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["id", 464], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["id", 465], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["id", 466], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["id", 467], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 440 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["id", 468], ["region_id", 440], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "BH"], ["id", 469], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 469 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 470], ["region_id", 469], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 469 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 471], ["region_id", 469], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 469 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 472], ["region_id", 469], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 469 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 473], ["region_id", 469], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 469 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 474], ["region_id", 469], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "BI"], ["id", 475], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "BB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BB"], ["id", 476], ["region_id", 475], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "BL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BL"], ["id", 477], ["region_id", 475], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "BM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BM"], ["id", 478], ["region_id", 475], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "BR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BR"], ["id", 479], ["region_id", 475], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "CA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CA"], ["id", 480], ["region_id", 475], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "CI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CI"], ["id", 481], ["region_id", 475], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "GI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GI"], ["id", 482], ["region_id", 475], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "KI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KI"], ["id", 483], ["region_id", 475], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "KR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KR"], ["id", 484], ["region_id", 475], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "KY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KY"], ["id", 485], ["region_id", 475], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["id", 486], ["region_id", 475], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "MU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MU"], ["id", 487], ["region_id", 475], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "MW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MW"], ["id", 488], ["region_id", 475], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "NG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NG"], ["id", 489], ["region_id", 475], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "RT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RT"], ["id", 490], ["region_id", 475], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 475 AND "regions"."code" = ? LIMIT ? [["code", "RY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RY"], ["id", 491], ["region_id", 475], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "BJ"], ["id", 492], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 492 AND "regions"."code" = ? LIMIT ? [["code", "AK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AK"], ["id", 493], ["region_id", 492], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 492 AND "regions"."code" = ? LIMIT ? [["code", "AL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AL"], ["id", 494], ["region_id", 492], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 492 AND "regions"."code" = ? LIMIT ? [["code", "AQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AQ"], ["id", 495], ["region_id", 492], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 492 AND "regions"."code" = ? LIMIT ? [["code", "BO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BO"], ["id", 496], ["region_id", 492], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 492 AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CO"], ["id", 497], ["region_id", 492], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 492 AND "regions"."code" = ? LIMIT ? [["code", "DO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DO"], ["id", 498], ["region_id", 492], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 492 AND "regions"."code" = ? LIMIT ? [["code", "KO"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KO"], ["id", 499], ["region_id", 492], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 492 AND "regions"."code" = ? LIMIT ? [["code", "LI"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LI"], ["id", 500], ["region_id", 492], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 492 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["id", 501], ["region_id", 492], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 492 AND "regions"."code" = ? LIMIT ? [["code", "OU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OU"], ["id", 502], ["region_id", 492], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 492 AND "regions"."code" = ? LIMIT ? [["code", "PL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PL"], ["id", 503], ["region_id", 492], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 492 AND "regions"."code" = ? LIMIT ? [["code", "ZO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZO"], ["id", 504], ["region_id", 492], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "BL"], ["id", 505], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "BM"], ["id", 506], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "BN"], ["id", 507], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 507 AND "regions"."code" = ? LIMIT ? [["code", "BE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BE"], ["id", 508], ["region_id", 507], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 507 AND "regions"."code" = ? LIMIT ? [["code", "BM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BM"], ["id", 509], ["region_id", 507], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 507 AND "regions"."code" = ? LIMIT ? [["code", "TE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TE"], ["id", 510], ["region_id", 507], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 507 AND "regions"."code" = ? LIMIT ? [["code", "TU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TU"], ["id", 511], ["region_id", 507], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "BO"], ["id", 512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 512 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["id", 513], ["region_id", 512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 512 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["id", 514], ["region_id", 512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 512 AND "regions"."code" = ? LIMIT ? [["code", "H"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "H"], ["id", 515], ["region_id", 512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 512 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["id", 516], ["region_id", 512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 512 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["id", 517], ["region_id", 512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 512 AND "regions"."code" = ? LIMIT ? [["code", "O"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "O"], ["id", 518], ["region_id", 512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 512 AND "regions"."code" = ? LIMIT ? [["code", "P"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "P"], ["id", 519], ["region_id", 512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 512 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["id", 520], ["region_id", 512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 512 AND "regions"."code" = ? LIMIT ? [["code", "T"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "T"], ["id", 521], ["region_id", 512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "BQ"], ["id", 522], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 522 AND "regions"."code" = ? LIMIT ? [["code", "BO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BO"], ["id", 523], ["region_id", 522], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 522 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["id", 524], ["region_id", 522], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 522 AND "regions"."code" = ? LIMIT ? [["code", "SE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SE"], ["id", 525], ["region_id", 522], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "BR"], ["id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "AC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AC"], ["id", 527], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "AL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AL"], ["id", 528], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "AM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AM"], ["id", 529], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "AP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AP"], ["id", 530], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["id", 531], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "CE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CE"], ["id", 532], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "DF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DF"], ["id", 533], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "ES"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ES"], ["id", 534], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "FN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FN"], ["id", 535], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "GO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GO"], ["id", 536], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["id", 537], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "MG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MG"], ["id", 538], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "MS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MS"], ["id", 539], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "MT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MT"], ["id", 540], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "PA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PA"], ["id", 541], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "PB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PB"], ["id", 542], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "PE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PE"], ["id", 543], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "PI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PI"], ["id", 544], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "PR"], ["LIMIT", 1]]  (0.2ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PR"], ["id", 545], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "RJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RJ"], ["id", 546], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "RN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RN"], ["id", 547], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "RO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RO"], ["id", 548], ["region_id", 526], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "RR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RR"], ["id", 549], ["region_id", 526], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "RS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RS"], ["id", 550], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "SC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SC"], ["id", 551], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "SE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SE"], ["id", 552], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "SP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SP"], ["id", 553], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 526 AND "regions"."code" = ? LIMIT ? [["code", "TO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TO"], ["id", 554], ["region_id", 526], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "BS"], ["id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "AK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AK"], ["id", 556], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "BI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BI"], ["id", 557], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "BP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BP"], ["id", 558], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "BY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BY"], ["id", 559], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "CE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CE"], ["id", 560], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "CI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CI"], ["id", 561], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "CK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CK"], ["id", 562], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CO"], ["id", 563], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "CS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CS"], ["id", 564], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "EG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EG"], ["id", 565], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "EX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EX"], ["id", 566], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "FP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FP"], ["id", 567], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "GC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GC"], ["id", 568], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "HI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HI"], ["id", 569], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "HT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HT"], ["id", 570], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "IN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IN"], ["id", 571], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "LI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LI"], ["id", 572], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "MC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MC"], ["id", 573], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "MG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MG"], ["id", 574], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "MI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MI"], ["id", 575], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "NE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NE"], ["id", 576], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "NO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NO"], ["id", 577], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "NS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NS"], ["id", 578], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "RC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RC"], ["id", 579], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "RI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RI"], ["id", 580], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["id", 581], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "SE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SE"], ["id", 582], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["id", 583], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "SS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SS"], ["id", 584], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "SW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SW"], ["id", 585], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 555 AND "regions"."code" = ? LIMIT ? [["code", "WG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WG"], ["id", 586], ["region_id", 555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "BT"], ["id", 587], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 588], ["region_id", 587], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 589], ["region_id", 587], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 590], ["region_id", 587], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 591], ["region_id", 587], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 592], ["region_id", 587], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 593], ["region_id", 587], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["id", 594], ["region_id", 587], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["id", 595], ["region_id", 587], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["id", 596], ["region_id", 587], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["id", 597], ["region_id", 587], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["id", 598], ["region_id", 587], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["id", 599], ["region_id", 587], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["id", 600], ["region_id", 587], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["id", 601], ["region_id", 587], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["id", 602], ["region_id", 587], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["id", 603], ["region_id", 587], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["id", 604], ["region_id", 587], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["id", 605], ["region_id", 587], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["id", 606], ["region_id", 587], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 587 AND "regions"."code" = ? LIMIT ? [["code", "TY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TY"], ["id", 607], ["region_id", 587], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "BV"], ["id", 608], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "BW"], ["id", 609], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 609 AND "regions"."code" = ? LIMIT ? [["code", "CE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CE"], ["id", 610], ["region_id", 609], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 609 AND "regions"."code" = ? LIMIT ? [["code", "GH"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GH"], ["id", 611], ["region_id", 609], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 609 AND "regions"."code" = ? LIMIT ? [["code", "KG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KG"], ["id", 612], ["region_id", 609], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 609 AND "regions"."code" = ? LIMIT ? [["code", "KL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KL"], ["id", 613], ["region_id", 609], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 609 AND "regions"."code" = ? LIMIT ? [["code", "KW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KW"], ["id", 614], ["region_id", 609], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 609 AND "regions"."code" = ? LIMIT ? [["code", "NE"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NE"], ["id", 615], ["region_id", 609], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 609 AND "regions"."code" = ? LIMIT ? [["code", "NW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NW"], ["id", 616], ["region_id", 609], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 609 AND "regions"."code" = ? LIMIT ? [["code", "SE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SE"], ["id", 617], ["region_id", 609], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 609 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["id", 618], ["region_id", 609], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "BY"], ["id", 619], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 619 AND "regions"."code" = ? LIMIT ? [["code", "BR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BR"], ["id", 620], ["region_id", 619], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 619 AND "regions"."code" = ? LIMIT ? [["code", "HM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HM"], ["id", 621], ["region_id", 619], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 619 AND "regions"."code" = ? LIMIT ? [["code", "HO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HO"], ["id", 622], ["region_id", 619], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 619 AND "regions"."code" = ? LIMIT ? [["code", "HR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HR"], ["id", 623], ["region_id", 619], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 619 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["id", 624], ["region_id", 619], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 619 AND "regions"."code" = ? LIMIT ? [["code", "MI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MI"], ["id", 625], ["region_id", 619], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 619 AND "regions"."code" = ? LIMIT ? [["code", "VI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VI"], ["id", 626], ["region_id", 619], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "BZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "BZ"], ["id", 627], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 627 AND "regions"."code" = ? LIMIT ? [["code", "BZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BZ"], ["id", 628], ["region_id", 627], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 627 AND "regions"."code" = ? LIMIT ? [["code", "CY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CY"], ["id", 629], ["region_id", 627], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 627 AND "regions"."code" = ? LIMIT ? [["code", "CZL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CZL"], ["id", 630], ["region_id", 627], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 627 AND "regions"."code" = ? LIMIT ? [["code", "OW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OW"], ["id", 631], ["region_id", 627], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 627 AND "regions"."code" = ? LIMIT ? [["code", "SC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SC"], ["id", 632], ["region_id", 627], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 627 AND "regions"."code" = ? LIMIT ? [["code", "TOL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TOL"], ["id", 633], ["region_id", 627], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "CA"], ["id", 634], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "AB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AB"], ["id", 635], ["region_id", 634], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "BC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BC"], ["id", 636], ["region_id", 634], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "MB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MB"], ["id", 637], ["region_id", 634], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "NB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NB"], ["id", 638], ["region_id", 634], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "NL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NL"], ["id", 639], ["region_id", 634], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "NS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NS"], ["id", 640], ["region_id", 634], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "NT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NT"], ["id", 641], ["region_id", 634], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "NU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NU"], ["id", 642], ["region_id", 634], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "ON"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ON"], ["id", 643], ["region_id", 634], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "PE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PE"], ["id", 644], ["region_id", 634], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "QC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "QC"], ["id", 645], ["region_id", 634], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "SK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SK"], ["id", 646], ["region_id", 634], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 634 AND "regions"."code" = ? LIMIT ? [["code", "YT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "YT"], ["id", 647], ["region_id", 634], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "CC"], ["id", 648], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "CD"], ["id", 649], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 649 AND "regions"."code" = ? LIMIT ? [["code", "BC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BC"], ["id", 650], ["region_id", 649], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 649 AND "regions"."code" = ? LIMIT ? [["code", "BN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BN"], ["id", 651], ["region_id", 649], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 649 AND "regions"."code" = ? LIMIT ? [["code", "EQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EQ"], ["id", 652], ["region_id", 649], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 649 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["id", 653], ["region_id", 649], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 649 AND "regions"."code" = ? LIMIT ? [["code", "KE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KE"], ["id", 654], ["region_id", 649], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 649 AND "regions"."code" = ? LIMIT ? [["code", "KN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KN"], ["id", 655], ["region_id", 649], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 649 AND "regions"."code" = ? LIMIT ? [["code", "KW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KW"], ["id", 656], ["region_id", 649], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 649 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["id", 657], ["region_id", 649], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 649 AND "regions"."code" = ? LIMIT ? [["code", "NK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NK"], ["id", 658], ["region_id", 649], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 649 AND "regions"."code" = ? LIMIT ? [["code", "OR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OR"], ["id", 659], ["region_id", 649], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 649 AND "regions"."code" = ? LIMIT ? [["code", "SK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SK"], ["id", 660], ["region_id", 649], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "CF"], ["id", 661], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "AC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AC"], ["id", 662], ["region_id", 661], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "BB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BB"], ["id", 663], ["region_id", 661], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "BGF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BGF"], ["id", 664], ["region_id", 661], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "BK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BK"], ["id", 665], ["region_id", 661], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "HK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HK"], ["id", 666], ["region_id", 661], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "HM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HM"], ["id", 667], ["region_id", 661], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "HS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HS"], ["id", 668], ["region_id", 661], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "KB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KB"], ["id", 669], ["region_id", 661], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "KG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KG"], ["id", 670], ["region_id", 661], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "LB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LB"], ["id", 671], ["region_id", 661], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "MB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MB"], ["id", 672], ["region_id", 661], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "MP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MP"], ["id", 673], ["region_id", 661], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "NM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NM"], ["id", 674], ["region_id", 661], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "OP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OP"], ["id", 675], ["region_id", 661], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "SE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SE"], ["id", 676], ["region_id", 661], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "UK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UK"], ["id", 677], ["region_id", 661], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 661 AND "regions"."code" = ? LIMIT ? [["code", "VK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VK"], ["id", 678], ["region_id", 661], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "CG"], ["id", 679], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 679 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 680], ["region_id", 679], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 679 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 681], ["region_id", 679], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 679 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 682], ["region_id", 679], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 679 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 683], ["region_id", 679], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 679 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 684], ["region_id", 679], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 679 AND "regions"."code" = ? LIMIT ? [["code", "2"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "2"], ["id", 685], ["region_id", 679], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 679 AND "regions"."code" = ? LIMIT ? [["code", "5"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "5"], ["id", 686], ["region_id", 679], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 679 AND "regions"."code" = ? LIMIT ? [["code", "7"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "7"], ["id", 687], ["region_id", 679], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 679 AND "regions"."code" = ? LIMIT ? [["code", "8"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "8"], ["id", 688], ["region_id", 679], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 679 AND "regions"."code" = ? LIMIT ? [["code", "9"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "9"], ["id", 689], ["region_id", 679], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 679 AND "regions"."code" = ? LIMIT ? [["code", "BZV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BZV"], ["id", 690], ["region_id", 679], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "CH"], ["id", 691], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "AG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AG"], ["id", 692], ["region_id", 691], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "AI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AI"], ["id", 693], ["region_id", 691], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AR"], ["id", 694], ["region_id", 691], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "BE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BE"], ["id", 695], ["region_id", 691], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "BL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BL"], ["id", 696], ["region_id", 691], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "BS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BS"], ["id", 697], ["region_id", 691], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "FR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FR"], ["id", 698], ["region_id", 691], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "GE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GE"], ["id", 699], ["region_id", 691], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "GL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GL"], ["id", 700], ["region_id", 691], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "GR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GR"], ["id", 701], ["region_id", 691], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "JU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JU"], ["id", 702], ["region_id", 691], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "LU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LU"], ["id", 703], ["region_id", 691], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "NE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NE"], ["id", 704], ["region_id", 691], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "NW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NW"], ["id", 705], ["region_id", 691], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "OW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OW"], ["id", 706], ["region_id", 691], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "SG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SG"], ["id", 707], ["region_id", 691], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "SH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SH"], ["id", 708], ["region_id", 691], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["id", 709], ["region_id", 691], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "SZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SZ"], ["id", 710], ["region_id", 691], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "TG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TG"], ["id", 711], ["region_id", 691], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "TI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TI"], ["id", 712], ["region_id", 691], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "UR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UR"], ["id", 713], ["region_id", 691], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "VD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VD"], ["id", 714], ["region_id", 691], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "VS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VS"], ["id", 715], ["region_id", 691], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "ZG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZG"], ["id", 716], ["region_id", 691], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 691 AND "regions"."code" = ? LIMIT ? [["code", "ZH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZH"], ["id", 717], ["region_id", 691], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "CI"], ["id", 718], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 719], ["region_id", 718], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 720], ["region_id", 718], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 721], ["region_id", 718], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 722], ["region_id", 718], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 723], ["region_id", 718], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 724], ["region_id", 718], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 725], ["region_id", 718], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 726], ["region_id", 718], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 727], ["region_id", 718], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 728], ["region_id", 718], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 729], ["region_id", 718], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 730], ["region_id", 718], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 731], ["region_id", 718], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 732], ["region_id", 718], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 733], ["region_id", 718], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 734], ["region_id", 718], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 735], ["region_id", 718], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["id", 736], ["region_id", 718], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 718 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["id", 737], ["region_id", 718], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "CK"], ["id", 738], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "CL"], ["id", 739], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "AI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AI"], ["id", 740], ["region_id", 739], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "AN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AN"], ["id", 741], ["region_id", 739], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "AP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AP"], ["id", 742], ["region_id", 739], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AR"], ["id", 743], ["region_id", 739], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "AT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AT"], ["id", 744], ["region_id", 739], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "BI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BI"], ["id", 745], ["region_id", 739], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CO"], ["id", 746], ["region_id", 739], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "LI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LI"], ["id", 747], ["region_id", 739], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "LL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LL"], ["id", 748], ["region_id", 739], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "LR"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LR"], ["id", 749], ["region_id", 739], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["id", 750], ["region_id", 739], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "ML"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ML"], ["id", 751], ["region_id", 739], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "RM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RM"], ["id", 752], ["region_id", 739], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["id", 753], ["region_id", 739], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 739 AND "regions"."code" = ? LIMIT ? [["code", "VS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VS"], ["id", 754], ["region_id", 739], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "CM"], ["id", 755], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 755 AND "regions"."code" = ? LIMIT ? [["code", "AD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AD"], ["id", 756], ["region_id", 755], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 755 AND "regions"."code" = ? LIMIT ? [["code", "CE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CE"], ["id", 757], ["region_id", 755], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 755 AND "regions"."code" = ? LIMIT ? [["code", "EN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EN"], ["id", 758], ["region_id", 755], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 755 AND "regions"."code" = ? LIMIT ? [["code", "ES"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ES"], ["id", 759], ["region_id", 755], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 755 AND "regions"."code" = ? LIMIT ? [["code", "LT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LT"], ["id", 760], ["region_id", 755], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 755 AND "regions"."code" = ? LIMIT ? [["code", "NO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NO"], ["id", 761], ["region_id", 755], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 755 AND "regions"."code" = ? LIMIT ? [["code", "NW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NW"], ["id", 762], ["region_id", 755], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 755 AND "regions"."code" = ? LIMIT ? [["code", "OU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OU"], ["id", 763], ["region_id", 755], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 755 AND "regions"."code" = ? LIMIT ? [["code", "SU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SU"], ["id", 764], ["region_id", 755], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 755 AND "regions"."code" = ? LIMIT ? [["code", "SW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SW"], ["id", 765], ["region_id", 755], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "CN"], ["id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 767], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 768], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 769], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 770], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 771], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 772], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["id", 773], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["id", 774], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["id", 775], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["id", 776], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["id", 777], ["region_id", 766], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["id", 778], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "35"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "35"], ["id", 779], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "36"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "36"], ["id", 780], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "37"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "37"], ["id", 781], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["id", 782], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["id", 783], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["id", 784], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["id", 785], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["id", 786], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "46"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "46"], ["id", 787], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "50"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "50"], ["id", 788], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["id", 789], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "52"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "52"], ["id", 790], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "53"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "53"], ["id", 791], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "54"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "54"], ["id", 792], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "61"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "61"], ["id", 793], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "62"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "62"], ["id", 794], ["region_id", 766], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "63"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "63"], ["id", 795], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "64"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "64"], ["id", 796], ["region_id", 766], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "65"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "65"], ["id", 797], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "71"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "71"], ["id", 798], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "91"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "91"], ["id", 799], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 766 AND "regions"."code" = ? LIMIT ? [["code", "92"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "92"], ["id", 800], ["region_id", 766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "CO"], ["id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "AMA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AMA"], ["id", 802], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "ANT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ANT"], ["id", 803], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "ARA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ARA"], ["id", 804], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "ATL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ATL"], ["id", 805], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "BOL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BOL"], ["id", 806], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "BOY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BOY"], ["id", 807], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "CAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CAL"], ["id", 808], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "CAQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CAQ"], ["id", 809], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "CAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CAS"], ["id", 810], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "CAU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CAU"], ["id", 811], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "CES"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CES"], ["id", 812], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "CHO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CHO"], ["id", 813], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "COR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "COR"], ["id", 814], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "CUN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CUN"], ["id", 815], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "DC"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DC"], ["id", 816], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "GUA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GUA"], ["id", 817], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "GUV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GUV"], ["id", 818], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "HUI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HUI"], ["id", 819], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "LAG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LAG"], ["id", 820], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "MAG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MAG"], ["id", 821], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "MET"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MET"], ["id", 822], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "NAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NAR"], ["id", 823], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "NSA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NSA"], ["id", 824], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "PUT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PUT"], ["id", 825], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "QUI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "QUI"], ["id", 826], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "RIS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RIS"], ["id", 827], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "SAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SAN"], ["id", 828], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "SAP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SAP"], ["id", 829], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "SUC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SUC"], ["id", 830], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "TOL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TOL"], ["id", 831], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "VAC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VAC"], ["id", 832], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "VAU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VAU"], ["id", 833], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 801 AND "regions"."code" = ? LIMIT ? [["code", "VID"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VID"], ["id", 834], ["region_id", 801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "CR"], ["id", 835], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 835 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["id", 836], ["region_id", 835], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 835 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["id", 837], ["region_id", 835], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 835 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["id", 838], ["region_id", 835], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 835 AND "regions"."code" = ? LIMIT ? [["code", "H"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "H"], ["id", 839], ["region_id", 835], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 835 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["id", 840], ["region_id", 835], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 835 AND "regions"."code" = ? LIMIT ? [["code", "P"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "P"], ["id", 841], ["region_id", 835], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 835 AND "regions"."code" = ? LIMIT ? [["code", "SJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SJ"], ["id", 842], ["region_id", 835], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "CU"], ["id", 843], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 844], ["region_id", 843], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 845], ["region_id", 843], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 846], ["region_id", 843], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 847], ["region_id", 843], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 848], ["region_id", 843], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 849], ["region_id", 843], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 850], ["region_id", 843], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 851], ["region_id", 843], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 852], ["region_id", 843], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 853], ["region_id", 843], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 854], ["region_id", 843], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 855], ["region_id", 843], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 856], ["region_id", 843], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 857], ["region_id", 843], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 843 AND "regions"."code" = ? LIMIT ? [["code", "99"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "99"], ["id", 858], ["region_id", 843], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "CV"], ["id", 859], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 859 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["id", 860], ["region_id", 859], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 860 AND "regions"."code" = ? LIMIT ? [["code", "BV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BV"], ["id", 861], ["region_id", 860], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 860 AND "regions"."code" = ? LIMIT ? [["code", "PA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PA"], ["id", 862], ["region_id", 860], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 860 AND "regions"."code" = ? LIMIT ? [["code", "PN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PN"], ["id", 863], ["region_id", 860], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 860 AND "regions"."code" = ? LIMIT ? [["code", "RB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RB"], ["id", 864], ["region_id", 860], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 860 AND "regions"."code" = ? LIMIT ? [["code", "RG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RG"], ["id", 865], ["region_id", 860], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 860 AND "regions"."code" = ? LIMIT ? [["code", "SL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SL"], ["id", 866], ["region_id", 860], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 860 AND "regions"."code" = ? LIMIT ? [["code", "SV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SV"], ["id", 867], ["region_id", 860], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 859 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["id", 868], ["region_id", 859], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "BR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BR"], ["id", 869], ["region_id", 868], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["id", 870], ["region_id", 868], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["id", 871], ["region_id", 868], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "PR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PR"], ["id", 872], ["region_id", 868], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "RS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RS"], ["id", 873], ["region_id", 868], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "CA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CA"], ["id", 874], ["region_id", 868], ["LIMIT", 1]]  (0.2ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "CF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CF"], ["id", 875], ["region_id", 868], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "CR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CR"], ["id", 876], ["region_id", 868], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "SD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SD"], ["id", 877], ["region_id", 868], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "SF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SF"], ["id", 878], ["region_id", 868], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["id", 879], ["region_id", 868], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "SM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SM"], ["id", 880], ["region_id", 868], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "SS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SS"], ["id", 881], ["region_id", 868], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["id", 882], ["region_id", 868], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 868 AND "regions"."code" = ? LIMIT ? [["code", "TS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TS"], ["id", 883], ["region_id", 868], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "CW"], ["id", 884], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "CX"], ["id", 885], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "CY"], ["id", 886], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 886 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 887], ["region_id", 886], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 886 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 888], ["region_id", 886], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 886 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 889], ["region_id", 886], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 886 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 890], ["region_id", 886], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 886 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 891], ["region_id", 886], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 886 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 892], ["region_id", 886], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "CZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "CZ"], ["id", 893], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "JC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JC"], ["id", 894], ["region_id", 893], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 894 AND "regions"."code" = ? LIMIT ? [["code", "311"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "311"], ["id", 895], ["region_id", 894], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 894 AND "regions"."code" = ? LIMIT ? [["code", "312"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "312"], ["id", 896], ["region_id", 894], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 894 AND "regions"."code" = ? LIMIT ? [["code", "313"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "313"], ["id", 897], ["region_id", 894], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 894 AND "regions"."code" = ? LIMIT ? [["code", "314"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "314"], ["id", 898], ["region_id", 894], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 894 AND "regions"."code" = ? LIMIT ? [["code", "315"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "315"], ["id", 899], ["region_id", 894], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 894 AND "regions"."code" = ? LIMIT ? [["code", "316"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "316"], ["id", 900], ["region_id", 894], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 894 AND "regions"."code" = ? LIMIT ? [["code", "317"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "317"], ["id", 901], ["region_id", 894], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "JM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JM"], ["id", 902], ["region_id", 893], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 902 AND "regions"."code" = ? LIMIT ? [["code", "621"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "621"], ["id", 903], ["region_id", 902], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 902 AND "regions"."code" = ? LIMIT ? [["code", "622"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "622"], ["id", 904], ["region_id", 902], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 902 AND "regions"."code" = ? LIMIT ? [["code", "623"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "623"], ["id", 905], ["region_id", 902], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 902 AND "regions"."code" = ? LIMIT ? [["code", "624"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "624"], ["id", 906], ["region_id", 902], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 902 AND "regions"."code" = ? LIMIT ? [["code", "625"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "625"], ["id", 907], ["region_id", 902], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 902 AND "regions"."code" = ? LIMIT ? [["code", "626"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "626"], ["id", 908], ["region_id", 902], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 902 AND "regions"."code" = ? LIMIT ? [["code", "627"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "627"], ["id", 909], ["region_id", 902], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["id", 910], ["region_id", 893], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 910 AND "regions"."code" = ? LIMIT ? [["code", "411"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "411"], ["id", 911], ["region_id", 910], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 910 AND "regions"."code" = ? LIMIT ? [["code", "412"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "412"], ["id", 912], ["region_id", 910], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 910 AND "regions"."code" = ? LIMIT ? [["code", "413"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "413"], ["id", 913], ["region_id", 910], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "KR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KR"], ["id", 914], ["region_id", 893], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 914 AND "regions"."code" = ? LIMIT ? [["code", "521"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "521"], ["id", 915], ["region_id", 914], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 914 AND "regions"."code" = ? LIMIT ? [["code", "522"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "522"], ["id", 916], ["region_id", 914], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 914 AND "regions"."code" = ? LIMIT ? [["code", "523"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "523"], ["id", 917], ["region_id", 914], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 914 AND "regions"."code" = ? LIMIT ? [["code", "524"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "524"], ["id", 918], ["region_id", 914], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 914 AND "regions"."code" = ? LIMIT ? [["code", "525"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "525"], ["id", 919], ["region_id", 914], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "LI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LI"], ["id", 920], ["region_id", 893], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 920 AND "regions"."code" = ? LIMIT ? [["code", "511"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "511"], ["id", 921], ["region_id", 920], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 920 AND "regions"."code" = ? LIMIT ? [["code", "512"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "512"], ["id", 922], ["region_id", 920], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 920 AND "regions"."code" = ? LIMIT ? [["code", "513"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "513"], ["id", 923], ["region_id", 920], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 920 AND "regions"."code" = ? LIMIT ? [["code", "514"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "514"], ["id", 924], ["region_id", 920], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["id", 925], ["region_id", 893], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 925 AND "regions"."code" = ? LIMIT ? [["code", "801"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "801"], ["id", 926], ["region_id", 925], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 925 AND "regions"."code" = ? LIMIT ? [["code", "802"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "802"], ["id", 927], ["region_id", 925], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 925 AND "regions"."code" = ? LIMIT ? [["code", "803"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "803"], ["id", 928], ["region_id", 925], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 925 AND "regions"."code" = ? LIMIT ? [["code", "804"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "804"], ["id", 929], ["region_id", 925], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 925 AND "regions"."code" = ? LIMIT ? [["code", "805"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "805"], ["id", 930], ["region_id", 925], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 925 AND "regions"."code" = ? LIMIT ? [["code", "806"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "806"], ["id", 931], ["region_id", 925], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "OL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OL"], ["id", 932], ["region_id", 893], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 932 AND "regions"."code" = ? LIMIT ? [["code", "711"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "711"], ["id", 933], ["region_id", 932], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 932 AND "regions"."code" = ? LIMIT ? [["code", "712"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "712"], ["id", 934], ["region_id", 932], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 932 AND "regions"."code" = ? LIMIT ? [["code", "713"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "713"], ["id", 935], ["region_id", 932], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 932 AND "regions"."code" = ? LIMIT ? [["code", "714"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "714"], ["id", 936], ["region_id", 932], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 932 AND "regions"."code" = ? LIMIT ? [["code", "715"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "715"], ["id", 937], ["region_id", 932], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "PA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PA"], ["id", 938], ["region_id", 893], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 938 AND "regions"."code" = ? LIMIT ? [["code", "531"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "531"], ["id", 939], ["region_id", 938], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 938 AND "regions"."code" = ? LIMIT ? [["code", "532"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "532"], ["id", 940], ["region_id", 938], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 938 AND "regions"."code" = ? LIMIT ? [["code", "533"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "533"], ["id", 941], ["region_id", 938], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 938 AND "regions"."code" = ? LIMIT ? [["code", "534"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "534"], ["id", 942], ["region_id", 938], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "PL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PL"], ["id", 943], ["region_id", 893], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 943 AND "regions"."code" = ? LIMIT ? [["code", "321"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "321"], ["id", 944], ["region_id", 943], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 943 AND "regions"."code" = ? LIMIT ? [["code", "322"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "322"], ["id", 945], ["region_id", 943], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 943 AND "regions"."code" = ? LIMIT ? [["code", "324"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "324"], ["id", 946], ["region_id", 943], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 943 AND "regions"."code" = ? LIMIT ? [["code", "323"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "323"], ["id", 947], ["region_id", 943], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 943 AND "regions"."code" = ? LIMIT ? [["code", "325"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "325"], ["id", 948], ["region_id", 943], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 943 AND "regions"."code" = ? LIMIT ? [["code", "326"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "326"], ["id", 949], ["region_id", 943], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 943 AND "regions"."code" = ? LIMIT ? [["code", "327"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "327"], ["id", 950], ["region_id", 943], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "PR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PR"], ["id", 951], ["region_id", 893], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.3ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "101"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "101"], ["id", 952], ["region_id", 951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "102"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "102"], ["id", 953], ["region_id", 951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "103"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "103"], ["id", 954], ["region_id", 951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "104"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "104"], ["id", 955], ["region_id", 951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "105"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "105"], ["id", 956], ["region_id", 951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "106"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "106"], ["id", 957], ["region_id", 951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "107"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "107"], ["id", 958], ["region_id", 951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "108"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "108"], ["id", 959], ["region_id", 951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "109"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "109"], ["id", 960], ["region_id", 951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "10A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10A"], ["id", 961], ["region_id", 951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "10B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10B"], ["id", 962], ["region_id", 951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "10C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10C"], ["id", 963], ["region_id", 951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "10D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10D"], ["id", 964], ["region_id", 951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "10E"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10E"], ["id", 965], ["region_id", 951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 951 AND "regions"."code" = ? LIMIT ? [["code", "10F"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10F"], ["id", 966], ["region_id", 951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "ST"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ST"], ["id", 967], ["region_id", 893], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 967 AND "regions"."code" = ? LIMIT ? [["code", "201"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "201"], ["id", 968], ["region_id", 967], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 967 AND "regions"."code" = ? LIMIT ? [["code", "202"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "202"], ["id", 969], ["region_id", 967], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 967 AND "regions"."code" = ? LIMIT ? [["code", "203"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "203"], ["id", 970], ["region_id", 967], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 967 AND "regions"."code" = ? LIMIT ? [["code", "204"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "204"], ["id", 971], ["region_id", 967], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 967 AND "regions"."code" = ? LIMIT ? [["code", "205"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "205"], ["id", 972], ["region_id", 967], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 967 AND "regions"."code" = ? LIMIT ? [["code", "206"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "206"], ["id", 973], ["region_id", 967], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 967 AND "regions"."code" = ? LIMIT ? [["code", "207"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "207"], ["id", 974], ["region_id", 967], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 967 AND "regions"."code" = ? LIMIT ? [["code", "208"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "208"], ["id", 975], ["region_id", 967], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 967 AND "regions"."code" = ? LIMIT ? [["code", "209"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "209"], ["id", 976], ["region_id", 967], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 967 AND "regions"."code" = ? LIMIT ? [["code", "20A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "20A"], ["id", 977], ["region_id", 967], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 967 AND "regions"."code" = ? LIMIT ? [["code", "20B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "20B"], ["id", 978], ["region_id", 967], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 967 AND "regions"."code" = ? LIMIT ? [["code", "20C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "20C"], ["id", 979], ["region_id", 967], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "US"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "US"], ["id", 980], ["region_id", 893], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 980 AND "regions"."code" = ? LIMIT ? [["code", "421"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "421"], ["id", 981], ["region_id", 980], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 980 AND "regions"."code" = ? LIMIT ? [["code", "422"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "422"], ["id", 982], ["region_id", 980], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 980 AND "regions"."code" = ? LIMIT ? [["code", "423"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "423"], ["id", 983], ["region_id", 980], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 980 AND "regions"."code" = ? LIMIT ? [["code", "424"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "424"], ["id", 984], ["region_id", 980], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 980 AND "regions"."code" = ? LIMIT ? [["code", "425"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "425"], ["id", 985], ["region_id", 980], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 980 AND "regions"."code" = ? LIMIT ? [["code", "426"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "426"], ["id", 986], ["region_id", 980], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 980 AND "regions"."code" = ? LIMIT ? [["code", "427"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "427"], ["id", 987], ["region_id", 980], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "VY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VY"], ["id", 988], ["region_id", 893], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 988 AND "regions"."code" = ? LIMIT ? [["code", "611"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "611"], ["id", 989], ["region_id", 988], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 988 AND "regions"."code" = ? LIMIT ? [["code", "612"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "612"], ["id", 990], ["region_id", 988], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 988 AND "regions"."code" = ? LIMIT ? [["code", "613"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "613"], ["id", 991], ["region_id", 988], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 988 AND "regions"."code" = ? LIMIT ? [["code", "614"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "614"], ["id", 992], ["region_id", 988], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 988 AND "regions"."code" = ? LIMIT ? [["code", "615"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "615"], ["id", 993], ["region_id", 988], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 893 AND "regions"."code" = ? LIMIT ? [["code", "ZL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZL"], ["id", 994], ["region_id", 893], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 994 AND "regions"."code" = ? LIMIT ? [["code", "721"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "721"], ["id", 995], ["region_id", 994], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 994 AND "regions"."code" = ? LIMIT ? [["code", "722"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "722"], ["id", 996], ["region_id", 994], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 994 AND "regions"."code" = ? LIMIT ? [["code", "723"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "723"], ["id", 997], ["region_id", 994], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 994 AND "regions"."code" = ? LIMIT ? [["code", "724"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "724"], ["id", 998], ["region_id", 994], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "DE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "DE"], ["id", 999], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "BB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BB"], ["id", 1000], ["region_id", 999], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "BE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BE"], ["id", 1001], ["region_id", 999], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "BW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BW"], ["id", 1002], ["region_id", 999], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "BY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BY"], ["id", 1003], ["region_id", 999], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "HB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HB"], ["id", 1004], ["region_id", 999], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "HE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HE"], ["id", 1005], ["region_id", 999], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "HH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HH"], ["id", 1006], ["region_id", 999], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "MV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MV"], ["id", 1007], ["region_id", 999], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "NI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NI"], ["id", 1008], ["region_id", 999], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "NW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NW"], ["id", 1009], ["region_id", 999], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "RP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RP"], ["id", 1010], ["region_id", 999], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "SH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SH"], ["id", 1011], ["region_id", 999], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "SL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SL"], ["id", 1012], ["region_id", 999], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "SN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SN"], ["id", 1013], ["region_id", 999], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "ST"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ST"], ["id", 1014], ["region_id", 999], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 999 AND "regions"."code" = ? LIMIT ? [["code", "TH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TH"], ["id", 1015], ["region_id", 999], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "DJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "DJ"], ["id", 1016], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1016 AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AR"], ["id", 1017], ["region_id", 1016], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1016 AND "regions"."code" = ? LIMIT ? [["code", "AS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AS"], ["id", 1018], ["region_id", 1016], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1016 AND "regions"."code" = ? LIMIT ? [["code", "DI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DI"], ["id", 1019], ["region_id", 1016], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1016 AND "regions"."code" = ? LIMIT ? [["code", "DJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DJ"], ["id", 1020], ["region_id", 1016], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1016 AND "regions"."code" = ? LIMIT ? [["code", "OB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OB"], ["id", 1021], ["region_id", 1016], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1016 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["id", 1022], ["region_id", 1016], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "DK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "DK"], ["id", 1023], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1023 AND "regions"."code" = ? LIMIT ? [["code", "81"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "81"], ["id", 1024], ["region_id", 1023], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1023 AND "regions"."code" = ? LIMIT ? [["code", "82"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "82"], ["id", 1025], ["region_id", 1023], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1023 AND "regions"."code" = ? LIMIT ? [["code", "83"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "83"], ["id", 1026], ["region_id", 1023], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1023 AND "regions"."code" = ? LIMIT ? [["code", "84"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "84"], ["id", 1027], ["region_id", 1023], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1023 AND "regions"."code" = ? LIMIT ? [["code", "85"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "85"], ["id", 1028], ["region_id", 1023], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "DM"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "DM"], ["id", 1029], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1029 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 1030], ["region_id", 1029], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1029 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 1031], ["region_id", 1029], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1029 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 1032], ["region_id", 1029], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1029 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 1033], ["region_id", 1029], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1029 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 1034], ["region_id", 1029], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1029 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 1035], ["region_id", 1029], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1029 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 1036], ["region_id", 1029], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1029 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 1037], ["region_id", 1029], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1029 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 1038], ["region_id", 1029], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1029 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 1039], ["region_id", 1029], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "DO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "DO"], ["id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 1041], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 1042], ["region_id", 1040], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 1043], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 1044], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 1045], ["region_id", 1040], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 1046], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 1047], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 1048], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 1049], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 1050], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 1051], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 1052], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 1053], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 1054], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 1055], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 1056], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 1057], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["id", 1058], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["id", 1059], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["id", 1060], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 1061], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["id", 1062], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["id", 1063], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["id", 1064], ["region_id", 1040], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["id", 1065], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["id", 1066], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["id", 1067], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["id", 1068], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["id", 1069], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1040 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["id", 1070], ["region_id", 1040], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "DZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "DZ"], ["id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 1072], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 1073], ["region_id", 1071], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 1074], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 1075], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 1076], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 1077], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 1078], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 1079], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 1080], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 1081], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 1082], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 1083], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 1084], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 1085], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 1086], ["region_id", 1071], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 1087], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 1088], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["id", 1089], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["id", 1090], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["id", 1091], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 1092], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["id", 1093], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["id", 1094], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["id", 1095], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["id", 1096], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["id", 1097], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["id", 1098], ["region_id", 1071], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["id", 1099], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["id", 1100], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["id", 1101], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["id", 1102], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["id", 1103], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["id", 1104], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["id", 1105], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "35"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "35"], ["id", 1106], ["region_id", 1071], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "36"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "36"], ["id", 1107], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "37"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "37"], ["id", 1108], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "38"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "38"], ["id", 1109], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "39"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "39"], ["id", 1110], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "40"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "40"], ["id", 1111], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["id", 1112], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["id", 1113], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["id", 1114], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["id", 1115], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["id", 1116], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "46"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "46"], ["id", 1117], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "47"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "47"], ["id", 1118], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1071 AND "regions"."code" = ? LIMIT ? [["code", "48"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "48"], ["id", 1119], ["region_id", 1071], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "EC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "EC"], ["id", 1120], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["id", 1121], ["region_id", 1120], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["id", 1122], ["region_id", 1120], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["id", 1123], ["region_id", 1120], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["id", 1124], ["region_id", 1120], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "E"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "E"], ["id", 1125], ["region_id", 1120], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "F"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "F"], ["id", 1126], ["region_id", 1120], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["id", 1127], ["region_id", 1120], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "H"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "H"], ["id", 1128], ["region_id", 1120], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "I"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "I"], ["id", 1129], ["region_id", 1120], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["id", 1130], ["region_id", 1120], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["id", 1131], ["region_id", 1120], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["id", 1132], ["region_id", 1120], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "O"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "O"], ["id", 1133], ["region_id", 1120], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "P"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "P"], ["id", 1134], ["region_id", 1120], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "R"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "R"], ["id", 1135], ["region_id", 1120], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["id", 1136], ["region_id", 1120], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "SD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SD"], ["id", 1137], ["region_id", 1120], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "SE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SE"], ["id", 1138], ["region_id", 1120], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "T"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "T"], ["id", 1139], ["region_id", 1120], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "U"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "U"], ["id", 1140], ["region_id", 1120], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "W"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "W"], ["id", 1141], ["region_id", 1120], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "X"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "X"], ["id", 1142], ["region_id", 1120], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "Y"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "Y"], ["id", 1143], ["region_id", 1120], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1120 AND "regions"."code" = ? LIMIT ? [["code", "Z"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "Z"], ["id", 1144], ["region_id", 1120], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "EE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "EE"], ["id", 1145], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "37"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "37"], ["id", 1146], ["region_id", 1145], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "39"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "39"], ["id", 1147], ["region_id", 1145], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["id", 1148], ["region_id", 1145], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "49"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "49"], ["id", 1149], ["region_id", 1145], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["id", 1150], ["region_id", 1145], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "57"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "57"], ["id", 1151], ["region_id", 1145], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "59"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "59"], ["id", 1152], ["region_id", 1145], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "65"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "65"], ["id", 1153], ["region_id", 1145], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "67"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "67"], ["id", 1154], ["region_id", 1145], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "70"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "70"], ["id", 1155], ["region_id", 1145], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "74"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "74"], ["id", 1156], ["region_id", 1145], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "78"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "78"], ["id", 1157], ["region_id", 1145], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "82"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "82"], ["id", 1158], ["region_id", 1145], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "84"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "84"], ["id", 1159], ["region_id", 1145], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1145 AND "regions"."code" = ? LIMIT ? [["code", "86"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "86"], ["id", 1160], ["region_id", 1145], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "EG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "EG"], ["id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "ALX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ALX"], ["id", 1162], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "ASN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ASN"], ["id", 1163], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "AST"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AST"], ["id", 1164], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["id", 1165], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "BH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BH"], ["id", 1166], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "BNS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BNS"], ["id", 1167], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["id", 1168], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "DK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DK"], ["id", 1169], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "DT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DT"], ["id", 1170], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "FYM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FYM"], ["id", 1171], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "GH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GH"], ["id", 1172], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "GZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GZ"], ["id", 1173], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "HU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HU"], ["id", 1174], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "IS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IS"], ["id", 1175], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "JS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JS"], ["id", 1176], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "KB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KB"], ["id", 1177], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "KFS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KFS"], ["id", 1178], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "KN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KN"], ["id", 1179], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "MN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MN"], ["id", 1180], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "MNF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MNF"], ["id", 1181], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "MT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MT"], ["id", 1182], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "PTS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PTS"], ["id", 1183], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "SHG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SHG"], ["id", 1184], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "SHR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SHR"], ["id", 1185], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "SIN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SIN"], ["id", 1186], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "SU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SU"], ["id", 1187], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "SUZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SUZ"], ["id", 1188], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1161 AND "regions"."code" = ? LIMIT ? [["code", "WAD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WAD"], ["id", 1189], ["region_id", 1161], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "EH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "EH"], ["id", 1190], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "ER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "ER"], ["id", 1191], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1191 AND "regions"."code" = ? LIMIT ? [["code", "AN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AN"], ["id", 1192], ["region_id", 1191], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1191 AND "regions"."code" = ? LIMIT ? [["code", "DK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DK"], ["id", 1193], ["region_id", 1191], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1191 AND "regions"."code" = ? LIMIT ? [["code", "DU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DU"], ["id", 1194], ["region_id", 1191], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1191 AND "regions"."code" = ? LIMIT ? [["code", "GB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GB"], ["id", 1195], ["region_id", 1191], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1191 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["id", 1196], ["region_id", 1191], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1191 AND "regions"."code" = ? LIMIT ? [["code", "SK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SK"], ["id", 1197], ["region_id", 1191], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "ES"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "ES"], ["id", 1198], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "AN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AN"], ["id", 1199], ["region_id", 1198], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1199 AND "regions"."code" = ? LIMIT ? [["code", "AL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AL"], ["id", 1200], ["region_id", 1199], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1199 AND "regions"."code" = ? LIMIT ? [["code", "CA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CA"], ["id", 1201], ["region_id", 1199], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1199 AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CO"], ["id", 1202], ["region_id", 1199], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1199 AND "regions"."code" = ? LIMIT ? [["code", "GR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GR"], ["id", 1203], ["region_id", 1199], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1199 AND "regions"."code" = ? LIMIT ? [["code", "H"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "H"], ["id", 1204], ["region_id", 1199], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1199 AND "regions"."code" = ? LIMIT ? [["code", "J"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "J"], ["id", 1205], ["region_id", 1199], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1199 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["id", 1206], ["region_id", 1199], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1199 AND "regions"."code" = ? LIMIT ? [["code", "SE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SE"], ["id", 1207], ["region_id", 1199], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AR"], ["id", 1208], ["region_id", 1198], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1208 AND "regions"."code" = ? LIMIT ? [["code", "HU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HU"], ["id", 1209], ["region_id", 1208], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1208 AND "regions"."code" = ? LIMIT ? [["code", "TE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TE"], ["id", 1210], ["region_id", 1208], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1208 AND "regions"."code" = ? LIMIT ? [["code", "Z"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "Z"], ["id", 1211], ["region_id", 1208], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "AS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AS"], ["id", 1212], ["region_id", 1198], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1212 AND "regions"."code" = ? LIMIT ? [["code", "O"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "O"], ["id", 1213], ["region_id", 1212], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "CB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CB"], ["id", 1214], ["region_id", 1198], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1214 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["id", 1215], ["region_id", 1214], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "CE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CE"], ["id", 1216], ["region_id", 1198], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "CL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CL"], ["id", 1217], ["region_id", 1198], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1217 AND "regions"."code" = ? LIMIT ? [["code", "AV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AV"], ["id", 1218], ["region_id", 1217], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1217 AND "regions"."code" = ? LIMIT ? [["code", "BU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BU"], ["id", 1219], ["region_id", 1217], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1217 AND "regions"."code" = ? LIMIT ? [["code", "LE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LE"], ["id", 1220], ["region_id", 1217], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1217 AND "regions"."code" = ? LIMIT ? [["code", "P"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "P"], ["id", 1221], ["region_id", 1217], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1217 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["id", 1222], ["region_id", 1217], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1217 AND "regions"."code" = ? LIMIT ? [["code", "SG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SG"], ["id", 1223], ["region_id", 1217], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1217 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["id", 1224], ["region_id", 1217], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1217 AND "regions"."code" = ? LIMIT ? [["code", "VA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VA"], ["id", 1225], ["region_id", 1217], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1217 AND "regions"."code" = ? LIMIT ? [["code", "ZA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZA"], ["id", 1226], ["region_id", 1217], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "CM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CM"], ["id", 1227], ["region_id", 1198], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1227 AND "regions"."code" = ? LIMIT ? [["code", "AB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AB"], ["id", 1228], ["region_id", 1227], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1227 AND "regions"."code" = ? LIMIT ? [["code", "CR"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CR"], ["id", 1229], ["region_id", 1227], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1227 AND "regions"."code" = ? LIMIT ? [["code", "CU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CU"], ["id", 1230], ["region_id", 1227], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1227 AND "regions"."code" = ? LIMIT ? [["code", "GU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GU"], ["id", 1231], ["region_id", 1227], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1227 AND "regions"."code" = ? LIMIT ? [["code", "TO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TO"], ["id", 1232], ["region_id", 1227], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "CN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CN"], ["id", 1233], ["region_id", 1198], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1233 AND "regions"."code" = ? LIMIT ? [["code", "GC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GC"], ["id", 1234], ["region_id", 1233], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1233 AND "regions"."code" = ? LIMIT ? [["code", "TF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TF"], ["id", 1235], ["region_id", 1233], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "CT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CT"], ["id", 1236], ["region_id", 1198], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1236 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["id", 1237], ["region_id", 1236], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1236 AND "regions"."code" = ? LIMIT ? [["code", "GI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GI"], ["id", 1238], ["region_id", 1236], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1236 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["id", 1239], ["region_id", 1236], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1236 AND "regions"."code" = ? LIMIT ? [["code", "T"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "T"], ["id", 1240], ["region_id", 1236], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "EX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EX"], ["id", 1241], ["region_id", 1198], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1241 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["id", 1242], ["region_id", 1241], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1241 AND "regions"."code" = ? LIMIT ? [["code", "CC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CC"], ["id", 1243], ["region_id", 1241], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["id", 1244], ["region_id", 1198], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1244 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["id", 1245], ["region_id", 1244], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1244 AND "regions"."code" = ? LIMIT ? [["code", "LU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LU"], ["id", 1246], ["region_id", 1244], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1244 AND "regions"."code" = ? LIMIT ? [["code", "OR"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OR"], ["id", 1247], ["region_id", 1244], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1244 AND "regions"."code" = ? LIMIT ? [["code", "PO"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PO"], ["id", 1248], ["region_id", 1244], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "IB"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IB"], ["id", 1249], ["region_id", 1198], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1249 AND "regions"."code" = ? LIMIT ? [["code", "PM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PM"], ["id", 1250], ["region_id", 1249], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "MC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MC"], ["id", 1251], ["region_id", 1198], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1251 AND "regions"."code" = ? LIMIT ? [["code", "MU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MU"], ["id", 1252], ["region_id", 1251], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "MD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MD"], ["id", 1253], ["region_id", 1198], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1253 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["id", 1254], ["region_id", 1253], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "ML"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ML"], ["id", 1255], ["region_id", 1198], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "NC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NC"], ["id", 1256], ["region_id", 1198], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1256 AND "regions"."code" = ? LIMIT ? [["code", "NA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NA"], ["id", 1257], ["region_id", 1256], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "PV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PV"], ["id", 1258], ["region_id", 1198], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1258 AND "regions"."code" = ? LIMIT ? [["code", "VI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VI"], ["id", 1259], ["region_id", 1258], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1258 AND "regions"."code" = ? LIMIT ? [["code", "SS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SS"], ["id", 1260], ["region_id", 1258], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1258 AND "regions"."code" = ? LIMIT ? [["code", "BI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BI"], ["id", 1261], ["region_id", 1258], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "RI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RI"], ["id", 1262], ["region_id", 1198], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1262 AND "regions"."code" = ? LIMIT ? [["code", "LO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LO"], ["id", 1263], ["region_id", 1262], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1198 AND "regions"."code" = ? LIMIT ? [["code", "VC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VC"], ["id", 1264], ["region_id", 1198], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1264 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["id", 1265], ["region_id", 1264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1264 AND "regions"."code" = ? LIMIT ? [["code", "CS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CS"], ["id", 1266], ["region_id", 1264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1264 AND "regions"."code" = ? LIMIT ? [["code", "V"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "V"], ["id", 1267], ["region_id", 1264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "ET"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "ET"], ["id", 1268], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1268 AND "regions"."code" = ? LIMIT ? [["code", "AA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AA"], ["id", 1269], ["region_id", 1268], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1268 AND "regions"."code" = ? LIMIT ? [["code", "AF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AF"], ["id", 1270], ["region_id", 1268], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1268 AND "regions"."code" = ? LIMIT ? [["code", "AM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AM"], ["id", 1271], ["region_id", 1268], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1268 AND "regions"."code" = ? LIMIT ? [["code", "BE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BE"], ["id", 1272], ["region_id", 1268], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1268 AND "regions"."code" = ? LIMIT ? [["code", "DD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DD"], ["id", 1273], ["region_id", 1268], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1268 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["id", 1274], ["region_id", 1268], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1268 AND "regions"."code" = ? LIMIT ? [["code", "HA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HA"], ["id", 1275], ["region_id", 1268], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1268 AND "regions"."code" = ? LIMIT ? [["code", "OR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OR"], ["id", 1276], ["region_id", 1268], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1268 AND "regions"."code" = ? LIMIT ? [["code", "SN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SN"], ["id", 1277], ["region_id", 1268], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1268 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["id", 1278], ["region_id", 1268], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1268 AND "regions"."code" = ? LIMIT ? [["code", "TI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TI"], ["id", 1279], ["region_id", 1268], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "FI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "FI"], ["id", 1280], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 1281], ["region_id", 1280], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 1282], ["region_id", 1280], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 1283], ["region_id", 1280], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 1284], ["region_id", 1280], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 1285], ["region_id", 1280], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 1286], ["region_id", 1280], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 1287], ["region_id", 1280], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 1288], ["region_id", 1280], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 1289], ["region_id", 1280], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 1290], ["region_id", 1280], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 1291], ["region_id", 1280], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 1292], ["region_id", 1280], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 1293], ["region_id", 1280], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 1294], ["region_id", 1280], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 1295], ["region_id", 1280], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 1296], ["region_id", 1280], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 1297], ["region_id", 1280], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["id", 1298], ["region_id", 1280], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1280 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["id", 1299], ["region_id", 1280], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "FJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "FJ"], ["id", 1300], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1300 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["id", 1301], ["region_id", 1300], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1300 AND "regions"."code" = ? LIMIT ? [["code", "E"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "E"], ["id", 1302], ["region_id", 1300], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1300 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["id", 1303], ["region_id", 1300], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1300 AND "regions"."code" = ? LIMIT ? [["code", "R"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "R"], ["id", 1304], ["region_id", 1300], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1300 AND "regions"."code" = ? LIMIT ? [["code", "W"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "W"], ["id", 1305], ["region_id", 1300], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "FK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "FK"], ["id", 1306], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "FM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "FM"], ["id", 1307], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1307 AND "regions"."code" = ? LIMIT ? [["code", "KSA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KSA"], ["id", 1308], ["region_id", 1307], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1307 AND "regions"."code" = ? LIMIT ? [["code", "PNI"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PNI"], ["id", 1309], ["region_id", 1307], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1307 AND "regions"."code" = ? LIMIT ? [["code", "TRK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TRK"], ["id", 1310], ["region_id", 1307], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1307 AND "regions"."code" = ? LIMIT ? [["code", "YAP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "YAP"], ["id", 1311], ["region_id", 1307], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "FO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "FO"], ["id", 1312], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "FR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "FR"], ["id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["id", 1314], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1314 AND "regions"."code" = ? LIMIT ? [["code", "67"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "67"], ["id", 1315], ["region_id", 1314], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1314 AND "regions"."code" = ? LIMIT ? [["code", "68"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "68"], ["id", 1316], ["region_id", 1314], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["id", 1317], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1317 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["id", 1318], ["region_id", 1317], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1317 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["id", 1319], ["region_id", 1317], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1317 AND "regions"."code" = ? LIMIT ? [["code", "40"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "40"], ["id", 1320], ["region_id", 1317], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1317 AND "regions"."code" = ? LIMIT ? [["code", "47"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "47"], ["id", 1321], ["region_id", 1317], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1317 AND "regions"."code" = ? LIMIT ? [["code", "64"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "64"], ["id", 1322], ["region_id", 1317], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "BL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BL"], ["id", 1323], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["id", 1324], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1324 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 1325], ["region_id", 1324], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1324 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 1326], ["region_id", 1324], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1324 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["id", 1327], ["region_id", 1324], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1324 AND "regions"."code" = ? LIMIT ? [["code", "63"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "63"], ["id", 1328], ["region_id", 1324], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "CP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CP"], ["id", 1329], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["id", 1330], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1330 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 1331], ["region_id", 1330], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1330 AND "regions"."code" = ? LIMIT ? [["code", "58"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "58"], ["id", 1332], ["region_id", 1330], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1330 AND "regions"."code" = ? LIMIT ? [["code", "71"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "71"], ["id", 1333], ["region_id", 1330], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1330 AND "regions"."code" = ? LIMIT ? [["code", "89"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "89"], ["id", 1334], ["region_id", 1330], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "E"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "E"], ["id", 1335], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1335 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["id", 1336], ["region_id", 1335], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1335 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["id", 1337], ["region_id", 1335], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1335 AND "regions"."code" = ? LIMIT ? [["code", "35"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "35"], ["id", 1338], ["region_id", 1335], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1335 AND "regions"."code" = ? LIMIT ? [["code", "56"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "56"], ["id", 1339], ["region_id", 1335], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "F"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "F"], ["id", 1340], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1340 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["id", 1341], ["region_id", 1340], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1340 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["id", 1342], ["region_id", 1340], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1340 AND "regions"."code" = ? LIMIT ? [["code", "36"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "36"], ["id", 1343], ["region_id", 1340], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1340 AND "regions"."code" = ? LIMIT ? [["code", "37"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "37"], ["id", 1344], ["region_id", 1340], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1340 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["id", 1345], ["region_id", 1340], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1340 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["id", 1346], ["region_id", 1340], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["id", 1347], ["region_id", 1313], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1347 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 1348], ["region_id", 1347], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1347 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 1349], ["region_id", 1347], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1347 AND "regions"."code" = ? LIMIT ? [["code", "52"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "52"], ["id", 1350], ["region_id", 1347], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1347 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["id", 1351], ["region_id", 1347], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "GF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GF"], ["id", 1352], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "GP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GP"], ["id", 1353], ["region_id", 1313], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "H"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "H"], ["id", 1354], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1354 AND "regions"."code" = ? LIMIT ? [["code", "2A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "2A"], ["id", 1355], ["region_id", 1354], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1354 AND "regions"."code" = ? LIMIT ? [["code", "2B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "2B"], ["id", 1356], ["region_id", 1354], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "I"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "I"], ["id", 1357], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1357 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["id", 1358], ["region_id", 1357], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1357 AND "regions"."code" = ? LIMIT ? [["code", "70"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "70"], ["id", 1359], ["region_id", 1357], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1357 AND "regions"."code" = ? LIMIT ? [["code", "39"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "39"], ["id", 1360], ["region_id", 1357], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1357 AND "regions"."code" = ? LIMIT ? [["code", "90"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "90"], ["id", 1361], ["region_id", 1357], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "J"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "J"], ["id", 1362], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1362 AND "regions"."code" = ? LIMIT ? [["code", "91"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "91"], ["id", 1363], ["region_id", 1362], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1362 AND "regions"."code" = ? LIMIT ? [["code", "92"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "92"], ["id", 1364], ["region_id", 1362], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1362 AND "regions"."code" = ? LIMIT ? [["code", "75"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "75"], ["id", 1365], ["region_id", 1362], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1362 AND "regions"."code" = ? LIMIT ? [["code", "77"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "77"], ["id", 1366], ["region_id", 1362], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1362 AND "regions"."code" = ? LIMIT ? [["code", "93"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "93"], ["id", 1367], ["region_id", 1362], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1362 AND "regions"."code" = ? LIMIT ? [["code", "94"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "94"], ["id", 1368], ["region_id", 1362], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1362 AND "regions"."code" = ? LIMIT ? [["code", "95"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "95"], ["id", 1369], ["region_id", 1362], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1362 AND "regions"."code" = ? LIMIT ? [["code", "78"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "78"], ["id", 1370], ["region_id", 1362], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "K"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "K"], ["id", 1371], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1371 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 1372], ["region_id", 1371], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1371 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["id", 1373], ["region_id", 1371], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1371 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["id", 1374], ["region_id", 1371], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1371 AND "regions"."code" = ? LIMIT ? [["code", "48"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.3ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "48"], ["id", 1375], ["region_id", 1371], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1371 AND "regions"."code" = ? LIMIT ? [["code", "66"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "66"], ["id", 1376], ["region_id", 1371], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["id", 1377], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1377 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["id", 1378], ["region_id", 1377], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1377 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["id", 1379], ["region_id", 1377], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1377 AND "regions"."code" = ? LIMIT ? [["code", "87"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "87"], ["id", 1380], ["region_id", 1377], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["id", 1381], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1381 AND "regions"."code" = ? LIMIT ? [["code", "54"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "54"], ["id", 1382], ["region_id", 1381], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1381 AND "regions"."code" = ? LIMIT ? [["code", "55"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "55"], ["id", 1383], ["region_id", 1381], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1381 AND "regions"."code" = ? LIMIT ? [["code", "57"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "57"], ["id", 1384], ["region_id", 1381], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1381 AND "regions"."code" = ? LIMIT ? [["code", "88"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "88"], ["id", 1385], ["region_id", 1381], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "MF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MF"], ["id", 1386], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "MQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MQ"], ["id", 1387], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["id", 1388], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1388 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 1389], ["region_id", 1388], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1388 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 1390], ["region_id", 1388], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1388 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["id", 1391], ["region_id", 1388], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1388 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["id", 1392], ["region_id", 1388], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1388 AND "regions"."code" = ? LIMIT ? [["code", "65"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "65"], ["id", 1393], ["region_id", 1388], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1388 AND "regions"."code" = ? LIMIT ? [["code", "46"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "46"], ["id", 1394], ["region_id", 1388], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1388 AND "regions"."code" = ? LIMIT ? [["code", "81"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "81"], ["id", 1395], ["region_id", 1388], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1388 AND "regions"."code" = ? LIMIT ? [["code", "82"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "82"], ["id", 1396], ["region_id", 1388], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "NC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NC"], ["id", 1397], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "O"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "O"], ["id", 1398], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1398 AND "regions"."code" = ? LIMIT ? [["code", "59"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "59"], ["id", 1399], ["region_id", 1398], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1398 AND "regions"."code" = ? LIMIT ? [["code", "62"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "62"], ["id", 1400], ["region_id", 1398], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "P"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "P"], ["id", 1401], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1401 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 1402], ["region_id", 1401], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1401 AND "regions"."code" = ? LIMIT ? [["code", "50"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "50"], ["id", 1403], ["region_id", 1401], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1401 AND "regions"."code" = ? LIMIT ? [["code", "61"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "61"], ["id", 1404], ["region_id", 1401], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "PF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PF"], ["id", 1405], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "PM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PM"], ["id", 1406], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "Q"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "Q"], ["id", 1407], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1407 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["id", 1408], ["region_id", 1407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1407 AND "regions"."code" = ? LIMIT ? [["code", "76"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "76"], ["id", 1409], ["region_id", 1407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "R"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "R"], ["id", 1410], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1410 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["id", 1411], ["region_id", 1410], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1410 AND "regions"."code" = ? LIMIT ? [["code", "49"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "49"], ["id", 1412], ["region_id", 1410], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1410 AND "regions"."code" = ? LIMIT ? [["code", "53"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "53"], ["id", 1413], ["region_id", 1410], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1410 AND "regions"."code" = ? LIMIT ? [["code", "72"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "72"], ["id", 1414], ["region_id", 1410], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1410 AND "regions"."code" = ? LIMIT ? [["code", "85"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "85"], ["id", 1415], ["region_id", 1410], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "RE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RE"], ["id", 1416], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["id", 1417], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1417 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 1418], ["region_id", 1417], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1417 AND "regions"."code" = ? LIMIT ? [["code", "60"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "60"], ["id", 1419], ["region_id", 1417], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1417 AND "regions"."code" = ? LIMIT ? [["code", "80"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "80"], ["id", 1420], ["region_id", 1417], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "T"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "T"], ["id", 1421], ["region_id", 1313], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1421 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 1422], ["region_id", 1421], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1421 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 1423], ["region_id", 1421], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1421 AND "regions"."code" = ? LIMIT ? [["code", "79"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "79"], ["id", 1424], ["region_id", 1421], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1421 AND "regions"."code" = ? LIMIT ? [["code", "86"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "86"], ["id", 1425], ["region_id", 1421], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "TF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TF"], ["id", 1426], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "U"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "U"], ["id", 1427], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1427 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 1428], ["region_id", 1427], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.3ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1427 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 1429], ["region_id", 1427], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1427 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 1430], ["region_id", 1427], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1427 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 1431], ["region_id", 1427], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1427 AND "regions"."code" = ? LIMIT ? [["code", "83"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "83"], ["id", 1432], ["region_id", 1427], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1427 AND "regions"."code" = ? LIMIT ? [["code", "84"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "84"], ["id", 1433], ["region_id", 1427], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "V"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "V"], ["id", 1434], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1434 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 1435], ["region_id", 1434], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1434 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 1436], ["region_id", 1434], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1434 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["id", 1437], ["region_id", 1434], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1434 AND "regions"."code" = ? LIMIT ? [["code", "74"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "74"], ["id", 1438], ["region_id", 1434], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1434 AND "regions"."code" = ? LIMIT ? [["code", "38"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "38"], ["id", 1439], ["region_id", 1434], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1434 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["id", 1440], ["region_id", 1434], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1434 AND "regions"."code" = ? LIMIT ? [["code", "69"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "69"], ["id", 1441], ["region_id", 1434], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1434 AND "regions"."code" = ? LIMIT ? [["code", "73"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "73"], ["id", 1442], ["region_id", 1434], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "WF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WF"], ["id", 1443], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1313 AND "regions"."code" = ? LIMIT ? [["code", "YT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "YT"], ["id", 1444], ["region_id", 1313], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "GA"], ["id", 1445], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1445 AND "regions"."code" = ? LIMIT ? [["code", "1"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "1"], ["id", 1446], ["region_id", 1445], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1445 AND "regions"."code" = ? LIMIT ? [["code", "2"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "2"], ["id", 1447], ["region_id", 1445], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1445 AND "regions"."code" = ? LIMIT ? [["code", "3"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "3"], ["id", 1448], ["region_id", 1445], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1445 AND "regions"."code" = ? LIMIT ? [["code", "4"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "4"], ["id", 1449], ["region_id", 1445], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1445 AND "regions"."code" = ? LIMIT ? [["code", "5"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "5"], ["id", 1450], ["region_id", 1445], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1445 AND "regions"."code" = ? LIMIT ? [["code", "6"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "6"], ["id", 1451], ["region_id", 1445], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1445 AND "regions"."code" = ? LIMIT ? [["code", "7"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "7"], ["id", 1452], ["region_id", 1445], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1445 AND "regions"."code" = ? LIMIT ? [["code", "8"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "8"], ["id", 1453], ["region_id", 1445], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1445 AND "regions"."code" = ? LIMIT ? [["code", "9"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "9"], ["id", 1454], ["region_id", 1445], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "GB"], ["id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ABD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ABD"], ["id", 1456], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ABE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ABE"], ["id", 1457], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "AGB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AGB"], ["id", 1458], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "AGY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AGY"], ["id", 1459], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ANS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ANS"], ["id", 1460], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ANT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ANT"], ["id", 1461], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ARD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ARD"], ["id", 1462], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ARM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ARM"], ["id", 1463], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BAS"], ["id", 1464], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BBD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BBD"], ["id", 1465], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BDF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BDF"], ["id", 1466], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BDG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BDG"], ["id", 1467], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BEN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BEN"], ["id", 1468], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BEX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BEX"], ["id", 1469], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BFS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BFS"], ["id", 1470], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BGE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BGE"], ["id", 1471], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BGW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BGW"], ["id", 1472], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BIR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BIR"], ["id", 1473], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BKM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BKM"], ["id", 1474], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BLA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BLA"], ["id", 1475], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BLY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BLY"], ["id", 1476], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BMH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BMH"], ["id", 1477], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BNB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BNB"], ["id", 1478], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BNE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BNE"], ["id", 1479], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BNH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BNH"], ["id", 1480], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BNS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BNS"], ["id", 1481], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BOL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BOL"], ["id", 1482], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BPL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BPL"], ["id", 1483], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BRC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BRC"], ["id", 1484], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BRD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BRD"], ["id", 1485], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BRY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BRY"], ["id", 1486], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BST"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BST"], ["id", 1487], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "BUR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BUR"], ["id", 1488], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CAM"], ["id", 1489], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CAY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CAY"], ["id", 1490], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CBF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CBF"], ["id", 1491], ["region_id", 1455], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CGN"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CGN"], ["id", 1492], ["region_id", 1455], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CGV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CGV"], ["id", 1493], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CHE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CHE"], ["id", 1494], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CHW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CHW"], ["id", 1495], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CKF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CKF"], ["id", 1496], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CKT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CKT"], ["id", 1497], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CLD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CLD"], ["id", 1498], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CLK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CLK"], ["id", 1499], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CLR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CLR"], ["id", 1500], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CMA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CMA"], ["id", 1501], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CMD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CMD"], ["id", 1502], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CMN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CMN"], ["id", 1503], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CON"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CON"], ["id", 1504], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "COV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "COV"], ["id", 1505], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CRF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CRF"], ["id", 1506], ["region_id", 1455], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CRY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CRY"], ["id", 1507], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CSR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CSR"], ["id", 1508], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "CWY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CWY"], ["id", 1509], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DAL"], ["id", 1510], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DBY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DBY"], ["id", 1511], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DEN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DEN"], ["id", 1512], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DER"], ["id", 1513], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DEV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DEV"], ["id", 1514], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DGN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DGN"], ["id", 1515], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DGY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DGY"], ["id", 1516], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DNC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DNC"], ["id", 1517], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DND"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DND"], ["id", 1518], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DOR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DOR"], ["id", 1519], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DOW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DOW"], ["id", 1520], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DRY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DRY"], ["id", 1521], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DUD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DUD"], ["id", 1522], ["region_id", 1455], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "DUR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DUR"], ["id", 1523], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "EAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EAL"], ["id", 1524], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "EAW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EAW"], ["id", 1525], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "EAY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EAY"], ["id", 1526], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "EDH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EDH"], ["id", 1527], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "EDU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EDU"], ["id", 1528], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ELN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ELN"], ["id", 1529], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ELS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ELS"], ["id", 1530], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ENF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ENF"], ["id", 1531], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ENG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ENG"], ["id", 1532], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ERW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ERW"], ["id", 1533], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ERY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ERY"], ["id", 1534], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ESS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ESS"], ["id", 1535], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ESX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ESX"], ["id", 1536], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "FAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FAL"], ["id", 1537], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "FER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FER"], ["id", 1538], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "FIF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FIF"], ["id", 1539], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "FLN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FLN"], ["id", 1540], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "GAT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GAT"], ["id", 1541], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "GBN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GBN"], ["id", 1542], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "GLG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GLG"], ["id", 1543], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "GLS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GLS"], ["id", 1544], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "GRE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GRE"], ["id", 1545], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "GWN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GWN"], ["id", 1546], ["region_id", 1455], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HAL"], ["id", 1547], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HAM"], ["id", 1548], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HAV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HAV"], ["id", 1549], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HCK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HCK"], ["id", 1550], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HEF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HEF"], ["id", 1551], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HIL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HIL"], ["id", 1552], ["region_id", 1455], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HLD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HLD"], ["id", 1553], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HMF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HMF"], ["id", 1554], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HNS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HNS"], ["id", 1555], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HPL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HPL"], ["id", 1556], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HRT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HRT"], ["id", 1557], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HRW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HRW"], ["id", 1558], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "HRY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HRY"], ["id", 1559], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "IOW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IOW"], ["id", 1560], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ISL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ISL"], ["id", 1561], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "IVC"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IVC"], ["id", 1562], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "KEC"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KEC"], ["id", 1563], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "KEN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KEN"], ["id", 1564], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "KHL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KHL"], ["id", 1565], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "KIR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KIR"], ["id", 1566], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "KTT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KTT"], ["id", 1567], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "KWL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KWL"], ["id", 1568], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LAN"], ["id", 1569], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LBH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LBH"], ["id", 1570], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LCE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LCE"], ["id", 1571], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LDS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LDS"], ["id", 1572], ["region_id", 1455], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LEC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LEC"], ["id", 1573], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LEW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LEW"], ["id", 1574], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LIN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LIN"], ["id", 1575], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LIV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LIV"], ["id", 1576], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LMV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LMV"], ["id", 1577], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LND"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LND"], ["id", 1578], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LRN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LRN"], ["id", 1579], ["region_id", 1455], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LSB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LSB"], ["id", 1580], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "LUT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LUT"], ["id", 1581], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "MAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MAN"], ["id", 1582], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "MDB"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MDB"], ["id", 1583], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "MDW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MDW"], ["id", 1584], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "MFT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MFT"], ["id", 1585], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "MIK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MIK"], ["id", 1586], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "MLN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MLN"], ["id", 1587], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "MON"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MON"], ["id", 1588], ["region_id", 1455], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "MRT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MRT"], ["id", 1589], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "MRY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MRY"], ["id", 1590], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "MTY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MTY"], ["id", 1591], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "MYL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MYL"], ["id", 1592], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NAY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NAY"], ["id", 1593], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NBL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NBL"], ["id", 1594], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NDN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NDN"], ["id", 1595], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NEL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NEL"], ["id", 1596], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NET"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NET"], ["id", 1597], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NFK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NFK"], ["id", 1598], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NGM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NGM"], ["id", 1599], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NIR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NIR"], ["id", 1600], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NLK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NLK"], ["id", 1601], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NLN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NLN"], ["id", 1602], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NSM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NSM"], ["id", 1603], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NTA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NTA"], ["id", 1604], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NTH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NTH"], ["id", 1605], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NTL"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NTL"], ["id", 1606], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NTT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NTT"], ["id", 1607], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NTY"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NTY"], ["id", 1608], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NWM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NWM"], ["id", 1609], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NWP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NWP"], ["id", 1610], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NYK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NYK"], ["id", 1611], ["region_id", 1455], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "NYM"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NYM"], ["id", 1612], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "OLD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OLD"], ["id", 1613], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "OMH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OMH"], ["id", 1614], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ORK"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ORK"], ["id", 1615], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "OXF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OXF"], ["id", 1616], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "PEM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PEM"], ["id", 1617], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "PKN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PKN"], ["id", 1618], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "PLY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PLY"], ["id", 1619], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "POL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "POL"], ["id", 1620], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "POR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "POR"], ["id", 1621], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "POW"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "POW"], ["id", 1622], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "PTE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PTE"], ["id", 1623], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "RCC"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RCC"], ["id", 1624], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "RCH"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RCH"], ["id", 1625], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "RCT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RCT"], ["id", 1626], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "RDB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RDB"], ["id", 1627], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "RDG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RDG"], ["id", 1628], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "RFW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RFW"], ["id", 1629], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "RIC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RIC"], ["id", 1630], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ROT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ROT"], ["id", 1631], ["region_id", 1455], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "RUT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RUT"], ["id", 1632], ["region_id", 1455], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SAW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SAW"], ["id", 1633], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SAY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SAY"], ["id", 1634], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SCB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SCB"], ["id", 1635], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SCT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SCT"], ["id", 1636], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SFK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SFK"], ["id", 1637], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SFT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SFT"], ["id", 1638], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SGC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SGC"], ["id", 1639], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SHF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SHF"], ["id", 1640], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SHN"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SHN"], ["id", 1641], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SHR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SHR"], ["id", 1642], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SKP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SKP"], ["id", 1643], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SLF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SLF"], ["id", 1644], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SLG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SLG"], ["id", 1645], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SLK"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SLK"], ["id", 1646], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SND"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SND"], ["id", 1647], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SOL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SOL"], ["id", 1648], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SOM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SOM"], ["id", 1649], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SOS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SOS"], ["id", 1650], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SRY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SRY"], ["id", 1651], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "STB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "STB"], ["id", 1652], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "STE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "STE"], ["id", 1653], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "STG"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "STG"], ["id", 1654], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "STH"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "STH"], ["id", 1655], ["region_id", 1455], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "STN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "STN"], ["id", 1656], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "STS"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "STS"], ["id", 1657], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "STT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "STT"], ["id", 1658], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "STY"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "STY"], ["id", 1659], ["region_id", 1455], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SWA"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SWA"], ["id", 1660], ["region_id", 1455], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SWD"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SWD"], ["id", 1661], ["region_id", 1455], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "SWK"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SWK"], ["id", 1662], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "TAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TAM"], ["id", 1663], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "TFW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TFW"], ["id", 1664], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "THR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "THR"], ["id", 1665], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "TOB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TOB"], ["id", 1666], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "TOF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TOF"], ["id", 1667], ["region_id", 1455], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "TRF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TRF"], ["id", 1668], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "TWH"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TWH"], ["id", 1669], ["region_id", 1455], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "UKM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UKM"], ["id", 1670], ["region_id", 1455], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "VGL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VGL"], ["id", 1671], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WAR"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WAR"], ["id", 1672], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WBK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WBK"], ["id", 1673], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WDU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WDU"], ["id", 1674], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WFT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WFT"], ["id", 1675], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WGN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WGN"], ["id", 1676], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WKF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WKF"], ["id", 1677], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WLL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WLL"], ["id", 1678], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WLN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WLN"], ["id", 1679], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WLS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WLS"], ["id", 1680], ["region_id", 1455], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WLV"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WLV"], ["id", 1681], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WND"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WND"], ["id", 1682], ["region_id", 1455], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WNM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WNM"], ["id", 1683], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WOK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WOK"], ["id", 1684], ["region_id", 1455], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WOR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WOR"], ["id", 1685], ["region_id", 1455], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WRL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WRL"], ["id", 1686], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WRT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WRT"], ["id", 1687], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WRX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WRX"], ["id", 1688], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WSM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WSM"], ["id", 1689], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WSX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WSX"], ["id", 1690], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "YOR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "YOR"], ["id", 1691], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "ZET"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZET"], ["id", 1692], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1455 AND "regions"."code" = ? LIMIT ? [["code", "WIL"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WIL"], ["id", 1693], ["region_id", 1455], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "GD"], ["id", 1694], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1694 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 1695], ["region_id", 1694], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1694 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 1696], ["region_id", 1694], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1694 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 1697], ["region_id", 1694], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1694 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 1698], ["region_id", 1694], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1694 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 1699], ["region_id", 1694], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1694 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 1700], ["region_id", 1694], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1694 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 1701], ["region_id", 1694], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "GE"], ["id", 1702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1702 AND "regions"."code" = ? LIMIT ? [["code", "AB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AB"], ["id", 1703], ["region_id", 1702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1702 AND "regions"."code" = ? LIMIT ? [["code", "AJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AJ"], ["id", 1704], ["region_id", 1702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1702 AND "regions"."code" = ? LIMIT ? [["code", "GU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GU"], ["id", 1705], ["region_id", 1702], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1702 AND "regions"."code" = ? LIMIT ? [["code", "IM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IM"], ["id", 1706], ["region_id", 1702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1702 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["id", 1707], ["region_id", 1702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1702 AND "regions"."code" = ? LIMIT ? [["code", "KK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KK"], ["id", 1708], ["region_id", 1702], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1702 AND "regions"."code" = ? LIMIT ? [["code", "MM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MM"], ["id", 1709], ["region_id", 1702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1702 AND "regions"."code" = ? LIMIT ? [["code", "RL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RL"], ["id", 1710], ["region_id", 1702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1702 AND "regions"."code" = ? LIMIT ? [["code", "SJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SJ"], ["id", 1711], ["region_id", 1702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1702 AND "regions"."code" = ? LIMIT ? [["code", "SK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SK"], ["id", 1712], ["region_id", 1702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1702 AND "regions"."code" = ? LIMIT ? [["code", "SZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SZ"], ["id", 1713], ["region_id", 1702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1702 AND "regions"."code" = ? LIMIT ? [["code", "TB"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TB"], ["id", 1714], ["region_id", 1702], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "GF"], ["id", 1715], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "GG"], ["id", 1716], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GH"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "GH"], ["id", 1717], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1717 AND "regions"."code" = ? LIMIT ? [["code", "AA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AA"], ["id", 1718], ["region_id", 1717], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1717 AND "regions"."code" = ? LIMIT ? [["code", "AH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AH"], ["id", 1719], ["region_id", 1717], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1717 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["id", 1720], ["region_id", 1717], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1717 AND "regions"."code" = ? LIMIT ? [["code", "CP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CP"], ["id", 1721], ["region_id", 1717], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1717 AND "regions"."code" = ? LIMIT ? [["code", "EP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EP"], ["id", 1722], ["region_id", 1717], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1717 AND "regions"."code" = ? LIMIT ? [["code", "NP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NP"], ["id", 1723], ["region_id", 1717], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1717 AND "regions"."code" = ? LIMIT ? [["code", "TV"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TV"], ["id", 1724], ["region_id", 1717], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1717 AND "regions"."code" = ? LIMIT ? [["code", "UE"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UE"], ["id", 1725], ["region_id", 1717], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1717 AND "regions"."code" = ? LIMIT ? [["code", "UW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UW"], ["id", 1726], ["region_id", 1717], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1717 AND "regions"."code" = ? LIMIT ? [["code", "WP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WP"], ["id", 1727], ["region_id", 1717], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "GI"], ["id", 1728], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "GL"], ["id", 1729], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1729 AND "regions"."code" = ? LIMIT ? [["code", "KU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KU"], ["id", 1730], ["region_id", 1729], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1729 AND "regions"."code" = ? LIMIT ? [["code", "QA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "QA"], ["id", 1731], ["region_id", 1729], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1729 AND "regions"."code" = ? LIMIT ? [["code", "QE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "QE"], ["id", 1732], ["region_id", 1729], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1729 AND "regions"."code" = ? LIMIT ? [["code", "SM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SM"], ["id", 1733], ["region_id", 1729], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "GM"], ["id", 1734], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1734 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["id", 1735], ["region_id", 1734], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1734 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["id", 1736], ["region_id", 1734], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1734 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["id", 1737], ["region_id", 1734], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1734 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["id", 1738], ["region_id", 1734], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1734 AND "regions"."code" = ? LIMIT ? [["code", "U"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "U"], ["id", 1739], ["region_id", 1734], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1734 AND "regions"."code" = ? LIMIT ? [["code", "W"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "W"], ["id", 1740], ["region_id", 1734], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "GN"], ["id", 1741], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1741 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["id", 1742], ["region_id", 1741], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1742 AND "regions"."code" = ? LIMIT ? [["code", "BF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BF"], ["id", 1743], ["region_id", 1742], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1742 AND "regions"."code" = ? LIMIT ? [["code", "BK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BK"], ["id", 1744], ["region_id", 1742], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1742 AND "regions"."code" = ? LIMIT ? [["code", "FR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FR"], ["id", 1745], ["region_id", 1742], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1742 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["id", 1746], ["region_id", 1742], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1742 AND "regions"."code" = ? LIMIT ? [["code", "KN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KN"], ["id", 1747], ["region_id", 1742], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1741 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["id", 1748], ["region_id", 1741], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1741 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["id", 1749], ["region_id", 1741], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1749 AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CO"], ["id", 1750], ["region_id", 1749], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1749 AND "regions"."code" = ? LIMIT ? [["code", "DU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DU"], ["id", 1751], ["region_id", 1749], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1749 AND "regions"."code" = ? LIMIT ? [["code", "FO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FO"], ["id", 1752], ["region_id", 1749], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1749 AND "regions"."code" = ? LIMIT ? [["code", "KD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KD"], ["id", 1753], ["region_id", 1749], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1749 AND "regions"."code" = ? LIMIT ? [["code", "TE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TE"], ["id", 1754], ["region_id", 1749], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1741 AND "regions"."code" = ? LIMIT ? [["code", "F"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "F"], ["id", 1755], ["region_id", 1741], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1755 AND "regions"."code" = ? LIMIT ? [["code", "DB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DB"], ["id", 1756], ["region_id", 1755], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1755 AND "regions"."code" = ? LIMIT ? [["code", "DI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DI"], ["id", 1757], ["region_id", 1755], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1755 AND "regions"."code" = ? LIMIT ? [["code", "FA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FA"], ["id", 1758], ["region_id", 1755], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1755 AND "regions"."code" = ? LIMIT ? [["code", "KS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KS"], ["id", 1759], ["region_id", 1755], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1741 AND "regions"."code" = ? LIMIT ? [["code", "K"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "K"], ["id", 1760], ["region_id", 1741], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1760 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["id", 1761], ["region_id", 1760], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1760 AND "regions"."code" = ? LIMIT ? [["code", "KE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KE"], ["id", 1762], ["region_id", 1760], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1760 AND "regions"."code" = ? LIMIT ? [["code", "KO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KO"], ["id", 1763], ["region_id", 1760], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1760 AND "regions"."code" = ? LIMIT ? [["code", "MD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MD"], ["id", 1764], ["region_id", 1760], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1760 AND "regions"."code" = ? LIMIT ? [["code", "SI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SI"], ["id", 1765], ["region_id", 1760], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1741 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["id", 1766], ["region_id", 1741], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1766 AND "regions"."code" = ? LIMIT ? [["code", "KB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KB"], ["id", 1767], ["region_id", 1766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1766 AND "regions"."code" = ? LIMIT ? [["code", "LA"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LA"], ["id", 1768], ["region_id", 1766], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1766 AND "regions"."code" = ? LIMIT ? [["code", "LE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LE"], ["id", 1769], ["region_id", 1766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1766 AND "regions"."code" = ? LIMIT ? [["code", "ML"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ML"], ["id", 1770], ["region_id", 1766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1766 AND "regions"."code" = ? LIMIT ? [["code", "TO"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TO"], ["id", 1771], ["region_id", 1766], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1741 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["id", 1772], ["region_id", 1741], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1772 AND "regions"."code" = ? LIMIT ? [["code", "DL"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DL"], ["id", 1773], ["region_id", 1772], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1772 AND "regions"."code" = ? LIMIT ? [["code", "MM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MM"], ["id", 1774], ["region_id", 1772], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1772 AND "regions"."code" = ? LIMIT ? [["code", "PI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.4ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PI"], ["id", 1775], ["region_id", 1772], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.4ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1741 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.3ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["id", 1776], ["region_id", 1741], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1776 AND "regions"."code" = ? LIMIT ? [["code", "BE"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BE"], ["id", 1777], ["region_id", 1776], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1776 AND "regions"."code" = ? LIMIT ? [["code", "GU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GU"], ["id", 1778], ["region_id", 1776], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1776 AND "regions"."code" = ? LIMIT ? [["code", "LO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LO"], ["id", 1779], ["region_id", 1776], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1776 AND "regions"."code" = ? LIMIT ? [["code", "MC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MC"], ["id", 1780], ["region_id", 1776], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1776 AND "regions"."code" = ? LIMIT ? [["code", "NZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NZ"], ["id", 1781], ["region_id", 1776], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1776 AND "regions"."code" = ? LIMIT ? [["code", "YO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "YO"], ["id", 1782], ["region_id", 1776], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "GP"], ["id", 1783], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "GQ"], ["id", 1784], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1784 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["id", 1785], ["region_id", 1784], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1785 AND "regions"."code" = ? LIMIT ? [["code", "CS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CS"], ["id", 1786], ["region_id", 1785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1785 AND "regions"."code" = ? LIMIT ? [["code", "KN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KN"], ["id", 1787], ["region_id", 1785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1785 AND "regions"."code" = ? LIMIT ? [["code", "LI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LI"], ["id", 1788], ["region_id", 1785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1785 AND "regions"."code" = ? LIMIT ? [["code", "WN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WN"], ["id", 1789], ["region_id", 1785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1784 AND "regions"."code" = ? LIMIT ? [["code", "I"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "I"], ["id", 1790], ["region_id", 1784], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1790 AND "regions"."code" = ? LIMIT ? [["code", "AN"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AN"], ["id", 1791], ["region_id", 1790], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1790 AND "regions"."code" = ? LIMIT ? [["code", "BN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BN"], ["id", 1792], ["region_id", 1790], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1790 AND "regions"."code" = ? LIMIT ? [["code", "BS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BS"], ["id", 1793], ["region_id", 1790], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "GR"], ["id", 1794], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "69"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "69"], ["id", 1795], ["region_id", 1794], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["id", 1796], ["region_id", 1794], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1796 AND "regions"."code" = ? LIMIT ? [["code", "52"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "52"], ["id", 1797], ["region_id", 1796], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1796 AND "regions"."code" = ? LIMIT ? [["code", "71"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "71"], ["id", 1798], ["region_id", 1796], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1796 AND "regions"."code" = ? LIMIT ? [["code", "55"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "55"], ["id", 1799], ["region_id", 1796], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1796 AND "regions"."code" = ? LIMIT ? [["code", "73"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "73"], ["id", 1800], ["region_id", 1796], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1796 AND "regions"."code" = ? LIMIT ? [["code", "72"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "72"], ["id", 1801], ["region_id", 1796], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["id", 1802], ["region_id", 1794], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1802 AND "regions"."code" = ? LIMIT ? [["code", "64"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "64"], ["id", 1803], ["region_id", 1802], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1802 AND "regions"."code" = ? LIMIT ? [["code", "53"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "53"], ["id", 1804], ["region_id", 1802], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1802 AND "regions"."code" = ? LIMIT ? [["code", "57"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "57"], ["id", 1805], ["region_id", 1802], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1802 AND "regions"."code" = ? LIMIT ? [["code", "59"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "59"], ["id", 1806], ["region_id", 1802], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1802 AND "regions"."code" = ? LIMIT ? [["code", "61"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "61"], ["id", 1807], ["region_id", 1802], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1802 AND "regions"."code" = ? LIMIT ? [["code", "62"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "62"], ["id", 1808], ["region_id", 1802], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1802 AND "regions"."code" = ? LIMIT ? [["code", "54"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "54"], ["id", 1809], ["region_id", 1802], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["id", 1810], ["region_id", 1794], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1810 AND "regions"."code" = ? LIMIT ? [["code", "63"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "63"], ["id", 1811], ["region_id", 1810], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1810 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["id", 1812], ["region_id", 1810], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1810 AND "regions"."code" = ? LIMIT ? [["code", "56"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "56"], ["id", 1813], ["region_id", 1810], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1810 AND "regions"."code" = ? LIMIT ? [["code", "58"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "58"], ["id", 1814], ["region_id", 1810], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["id", 1815], ["region_id", 1794], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1815 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["id", 1816], ["region_id", 1815], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1815 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["id", 1817], ["region_id", 1815], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1815 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["id", 1818], ["region_id", 1815], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "E"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "E"], ["id", 1819], ["region_id", 1794], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1819 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["id", 1820], ["region_id", 1819], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1819 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["id", 1821], ["region_id", 1819], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1819 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["id", 1822], ["region_id", 1819], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1819 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["id", 1823], ["region_id", 1819], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "F"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "F"], ["id", 1824], ["region_id", 1794], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1824 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["id", 1825], ["region_id", 1824], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1824 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["id", 1826], ["region_id", 1824], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1824 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["id", 1827], ["region_id", 1824], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1824 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["id", 1828], ["region_id", 1824], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1824 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 1829], ["region_id", 1824], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["id", 1830], ["region_id", 1794], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1830 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 1831], ["region_id", 1830], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1830 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 1832], ["region_id", 1830], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (1.5ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1830 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 1833], ["region_id", 1830], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "H"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "H"], ["id", 1834], ["region_id", 1794], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1834 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 1835], ["region_id", 1834], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1834 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 1836], ["region_id", 1834], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1834 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 1837], ["region_id", 1834], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1834 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 1838], ["region_id", 1834], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1834 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 1839], ["region_id", 1834], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "I"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "I"], ["id", 1840], ["region_id", 1794], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1840 AND "regions"."code" = ? LIMIT ? [["code", "A1"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "A1"], ["id", 1841], ["region_id", 1840], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "J"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "J"], ["id", 1842], ["region_id", 1794], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1842 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 1843], ["region_id", 1842], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1842 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 1844], ["region_id", 1842], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1842 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 1845], ["region_id", 1842], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1842 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 1846], ["region_id", 1842], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1842 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 1847], ["region_id", 1842], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "K"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "K"], ["id", 1848], ["region_id", 1794], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1848 AND "regions"."code" = ? LIMIT ? [["code", "85"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "85"], ["id", 1849], ["region_id", 1848], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1848 AND "regions"."code" = ? LIMIT ? [["code", "83"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "83"], ["id", 1850], ["region_id", 1848], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1848 AND "regions"."code" = ? LIMIT ? [["code", "84"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "84"], ["id", 1851], ["region_id", 1848], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["id", 1852], ["region_id", 1794], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1852 AND "regions"."code" = ? LIMIT ? [["code", "81"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "81"], ["id", 1853], ["region_id", 1852], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1852 AND "regions"."code" = ? LIMIT ? [["code", "82"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "82"], ["id", 1854], ["region_id", 1852], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1794 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["id", 1855], ["region_id", 1794], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1855 AND "regions"."code" = ? LIMIT ? [["code", "94"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "94"], ["id", 1856], ["region_id", 1855], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1855 AND "regions"."code" = ? LIMIT ? [["code", "91"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "91"], ["id", 1857], ["region_id", 1855], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1855 AND "regions"."code" = ? LIMIT ? [["code", "92"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "92"], ["id", 1858], ["region_id", 1855], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1855 AND "regions"."code" = ? LIMIT ? [["code", "93"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "93"], ["id", 1859], ["region_id", 1855], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GS"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "GS"], ["id", 1860], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "GT"], ["id", 1861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "AV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AV"], ["id", 1862], ["region_id", 1861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "BV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BV"], ["id", 1863], ["region_id", 1861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "CM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CM"], ["id", 1864], ["region_id", 1861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "CQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CQ"], ["id", 1865], ["region_id", 1861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "ES"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ES"], ["id", 1866], ["region_id", 1861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "GU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GU"], ["id", 1867], ["region_id", 1861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "HU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HU"], ["id", 1868], ["region_id", 1861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "IZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IZ"], ["id", 1869], ["region_id", 1861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "JA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JA"], ["id", 1870], ["region_id", 1861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "JU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JU"], ["id", 1871], ["region_id", 1861], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "PE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PE"], ["id", 1872], ["region_id", 1861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "PR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PR"], ["id", 1873], ["region_id", 1861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "QC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "QC"], ["id", 1874], ["region_id", 1861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "QZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "QZ"], ["id", 1875], ["region_id", 1861], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "RE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RE"], ["id", 1876], ["region_id", 1861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["id", 1877], ["region_id", 1861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "SM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SM"], ["id", 1878], ["region_id", 1861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["id", 1879], ["region_id", 1861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "SR"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SR"], ["id", 1880], ["region_id", 1861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "SU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SU"], ["id", 1881], ["region_id", 1861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "TO"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TO"], ["id", 1882], ["region_id", 1861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1861 AND "regions"."code" = ? LIMIT ? [["code", "ZA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZA"], ["id", 1883], ["region_id", 1861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "GU"], ["id", 1884], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "GW"], ["id", 1885], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1885 AND "regions"."code" = ? LIMIT ? [["code", "BS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BS"], ["id", 1886], ["region_id", 1885], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1885 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["id", 1887], ["region_id", 1885], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1887 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["id", 1888], ["region_id", 1887], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1887 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["id", 1889], ["region_id", 1887], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1885 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["id", 1890], ["region_id", 1885], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1890 AND "regions"."code" = ? LIMIT ? [["code", "BM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BM"], ["id", 1891], ["region_id", 1890], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1890 AND "regions"."code" = ? LIMIT ? [["code", "CA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CA"], ["id", 1892], ["region_id", 1890], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1890 AND "regions"."code" = ? LIMIT ? [["code", "OI"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OI"], ["id", 1893], ["region_id", 1890], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1885 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["id", 1894], ["region_id", 1885], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1894 AND "regions"."code" = ? LIMIT ? [["code", "BL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BL"], ["id", 1895], ["region_id", 1894], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1894 AND "regions"."code" = ? LIMIT ? [["code", "QU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "QU"], ["id", 1896], ["region_id", 1894], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1894 AND "regions"."code" = ? LIMIT ? [["code", "TO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TO"], ["id", 1897], ["region_id", 1894], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "GY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "GY"], ["id", 1898], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1898 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["id", 1899], ["region_id", 1898], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1898 AND "regions"."code" = ? LIMIT ? [["code", "CU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CU"], ["id", 1900], ["region_id", 1898], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1898 AND "regions"."code" = ? LIMIT ? [["code", "DE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DE"], ["id", 1901], ["region_id", 1898], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1898 AND "regions"."code" = ? LIMIT ? [["code", "EB"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EB"], ["id", 1902], ["region_id", 1898], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1898 AND "regions"."code" = ? LIMIT ? [["code", "ES"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ES"], ["id", 1903], ["region_id", 1898], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1898 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["id", 1904], ["region_id", 1898], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1898 AND "regions"."code" = ? LIMIT ? [["code", "PM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PM"], ["id", 1905], ["region_id", 1898], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1898 AND "regions"."code" = ? LIMIT ? [["code", "PT"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PT"], ["id", 1906], ["region_id", 1898], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1898 AND "regions"."code" = ? LIMIT ? [["code", "UD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UD"], ["id", 1907], ["region_id", 1898], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1898 AND "regions"."code" = ? LIMIT ? [["code", "UT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UT"], ["id", 1908], ["region_id", 1898], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "HK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "HK"], ["id", 1909], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "HM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "HM"], ["id", 1910], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "HN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "HN"], ["id", 1911], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "AT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AT"], ["id", 1912], ["region_id", 1911], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "CH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CH"], ["id", 1913], ["region_id", 1911], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "CL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CL"], ["id", 1914], ["region_id", 1911], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "CM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CM"], ["id", 1915], ["region_id", 1911], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "CP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CP"], ["id", 1916], ["region_id", 1911], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "CR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CR"], ["id", 1917], ["region_id", 1911], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "EP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EP"], ["id", 1918], ["region_id", 1911], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "FM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FM"], ["id", 1919], ["region_id", 1911], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "GD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GD"], ["id", 1920], ["region_id", 1911], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "IB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IB"], ["id", 1921], ["region_id", 1911], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "IN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IN"], ["id", 1922], ["region_id", 1911], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "LE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LE"], ["id", 1923], ["region_id", 1911], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "LP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LP"], ["id", 1924], ["region_id", 1911], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "OC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OC"], ["id", 1925], ["region_id", 1911], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "OL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OL"], ["id", 1926], ["region_id", 1911], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "SB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SB"], ["id", 1927], ["region_id", 1911], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "VA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VA"], ["id", 1928], ["region_id", 1911], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1911 AND "regions"."code" = ? LIMIT ? [["code", "YO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "YO"], ["id", 1929], ["region_id", 1911], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "HR"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "HR"], ["id", 1930], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 1931], ["region_id", 1930], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 1932], ["region_id", 1930], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 1933], ["region_id", 1930], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 1934], ["region_id", 1930], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 1935], ["region_id", 1930], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 1936], ["region_id", 1930], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 1937], ["region_id", 1930], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 1938], ["region_id", 1930], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 1939], ["region_id", 1930], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 1940], ["region_id", 1930], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 1941], ["region_id", 1930], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 1942], ["region_id", 1930], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 1943], ["region_id", 1930], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 1944], ["region_id", 1930], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 1945], ["region_id", 1930], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 1946], ["region_id", 1930], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 1947], ["region_id", 1930], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["id", 1948], ["region_id", 1930], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["id", 1949], ["region_id", 1930], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["id", 1950], ["region_id", 1930], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1930 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 1951], ["region_id", 1930], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "HT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "HT"], ["id", 1952], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1952 AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AR"], ["id", 1953], ["region_id", 1952], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1952 AND "regions"."code" = ? LIMIT ? [["code", "CE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CE"], ["id", 1954], ["region_id", 1952], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1952 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["id", 1955], ["region_id", 1952], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1952 AND "regions"."code" = ? LIMIT ? [["code", "ND"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ND"], ["id", 1956], ["region_id", 1952], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1952 AND "regions"."code" = ? LIMIT ? [["code", "NE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NE"], ["id", 1957], ["region_id", 1952], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1952 AND "regions"."code" = ? LIMIT ? [["code", "NO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NO"], ["id", 1958], ["region_id", 1952], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1952 AND "regions"."code" = ? LIMIT ? [["code", "OU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OU"], ["id", 1959], ["region_id", 1952], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1952 AND "regions"."code" = ? LIMIT ? [["code", "SD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SD"], ["id", 1960], ["region_id", 1952], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1952 AND "regions"."code" = ? LIMIT ? [["code", "SE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SE"], ["id", 1961], ["region_id", 1952], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "HU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "HU"], ["id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["id", 1963], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "BC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BC"], ["id", 1964], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "BE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BE"], ["id", 1965], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "BK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BK"], ["id", 1966], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "BU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BU"], ["id", 1967], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "BZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BZ"], ["id", 1968], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "CS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CS"], ["id", 1969], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "DE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DE"], ["id", 1970], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "DU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DU"], ["id", 1971], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "EG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EG"], ["id", 1972], ["region_id", 1962], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "ER"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ER"], ["id", 1973], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "FE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FE"], ["id", 1974], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "GS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GS"], ["id", 1975], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "GY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GY"], ["id", 1976], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "HB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HB"], ["id", 1977], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "HE"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HE"], ["id", 1978], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "HV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HV"], ["id", 1979], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "JN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JN"], ["id", 1980], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "KE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KE"], ["id", 1981], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "KM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KM"], ["id", 1982], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "KV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KV"], ["id", 1983], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "MI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MI"], ["id", 1984], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "NK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NK"], ["id", 1985], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "NO"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NO"], ["id", 1986], ["region_id", 1962], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "NY"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NY"], ["id", 1987], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "PE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PE"], ["id", 1988], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "PS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PS"], ["id", 1989], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "SD"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SD"], ["id", 1990], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "SF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SF"], ["id", 1991], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "SH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SH"], ["id", 1992], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "SK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SK"], ["id", 1993], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "SN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SN"], ["id", 1994], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["id", 1995], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "SS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SS"], ["id", 1996], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "ST"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ST"], ["id", 1997], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "SZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SZ"], ["id", 1998], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "TB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TB"], ["id", 1999], ["region_id", 1962], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "TO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TO"], ["id", 2000], ["region_id", 1962], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "VA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VA"], ["id", 2001], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "VE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VE"], ["id", 2002], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "VM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VM"], ["id", 2003], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "ZA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZA"], ["id", 2004], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 1962 AND "regions"."code" = ? LIMIT ? [["code", "ZE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZE"], ["id", 2005], ["region_id", 1962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "ID"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "ID"], ["id", 2006], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2006 AND "regions"."code" = ? LIMIT ? [["code", "IJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IJ"], ["id", 2007], ["region_id", 2006], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2007 AND "regions"."code" = ? LIMIT ? [["code", "PA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PA"], ["id", 2008], ["region_id", 2007], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2007 AND "regions"."code" = ? LIMIT ? [["code", "PB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PB"], ["id", 2009], ["region_id", 2007], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2006 AND "regions"."code" = ? LIMIT ? [["code", "JW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JW"], ["id", 2010], ["region_id", 2006], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2010 AND "regions"."code" = ? LIMIT ? [["code", "BT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BT"], ["id", 2011], ["region_id", 2010], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2010 AND "regions"."code" = ? LIMIT ? [["code", "JB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JB"], ["id", 2012], ["region_id", 2010], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2010 AND "regions"."code" = ? LIMIT ? [["code", "JT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JT"], ["id", 2013], ["region_id", 2010], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2010 AND "regions"."code" = ? LIMIT ? [["code", "JI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JI"], ["id", 2014], ["region_id", 2010], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2010 AND "regions"."code" = ? LIMIT ? [["code", "JK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JK"], ["id", 2015], ["region_id", 2010], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2010 AND "regions"."code" = ? LIMIT ? [["code", "YO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "YO"], ["id", 2016], ["region_id", 2010], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2006 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["id", 2017], ["region_id", 2006], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2017 AND "regions"."code" = ? LIMIT ? [["code", "KB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KB"], ["id", 2018], ["region_id", 2017], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2017 AND "regions"."code" = ? LIMIT ? [["code", "KT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KT"], ["id", 2019], ["region_id", 2017], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2017 AND "regions"."code" = ? LIMIT ? [["code", "KS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KS"], ["id", 2020], ["region_id", 2017], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2017 AND "regions"."code" = ? LIMIT ? [["code", "KI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KI"], ["id", 2021], ["region_id", 2017], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2006 AND "regions"."code" = ? LIMIT ? [["code", "ML"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ML"], ["id", 2022], ["region_id", 2006], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2022 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["id", 2023], ["region_id", 2022], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2022 AND "regions"."code" = ? LIMIT ? [["code", "MU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MU"], ["id", 2024], ["region_id", 2022], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2006 AND "regions"."code" = ? LIMIT ? [["code", "NU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NU"], ["id", 2025], ["region_id", 2006], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2025 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["id", 2026], ["region_id", 2025], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2025 AND "regions"."code" = ? LIMIT ? [["code", "NB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NB"], ["id", 2027], ["region_id", 2025], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2025 AND "regions"."code" = ? LIMIT ? [["code", "NT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NT"], ["id", 2028], ["region_id", 2025], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2006 AND "regions"."code" = ? LIMIT ? [["code", "SL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SL"], ["id", 2029], ["region_id", 2006], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2029 AND "regions"."code" = ? LIMIT ? [["code", "GO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GO"], ["id", 2030], ["region_id", 2029], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2029 AND "regions"."code" = ? LIMIT ? [["code", "SR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SR"], ["id", 2031], ["region_id", 2029], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2029 AND "regions"."code" = ? LIMIT ? [["code", "SN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SN"], ["id", 2032], ["region_id", 2029], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2029 AND "regions"."code" = ? LIMIT ? [["code", "ST"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ST"], ["id", 2033], ["region_id", 2029], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2029 AND "regions"."code" = ? LIMIT ? [["code", "SG"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SG"], ["id", 2034], ["region_id", 2029], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2029 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["id", 2035], ["region_id", 2029], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2006 AND "regions"."code" = ? LIMIT ? [["code", "SM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SM"], ["id", 2036], ["region_id", 2006], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2036 AND "regions"."code" = ? LIMIT ? [["code", "AC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AC"], ["id", 2037], ["region_id", 2036], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2036 AND "regions"."code" = ? LIMIT ? [["code", "BB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BB"], ["id", 2038], ["region_id", 2036], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2036 AND "regions"."code" = ? LIMIT ? [["code", "BE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BE"], ["id", 2039], ["region_id", 2036], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2036 AND "regions"."code" = ? LIMIT ? [["code", "JA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JA"], ["id", 2040], ["region_id", 2036], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2036 AND "regions"."code" = ? LIMIT ? [["code", "KR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KR"], ["id", 2041], ["region_id", 2036], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2036 AND "regions"."code" = ? LIMIT ? [["code", "LA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LA"], ["id", 2042], ["region_id", 2036], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2036 AND "regions"."code" = ? LIMIT ? [["code", "RI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RI"], ["id", 2043], ["region_id", 2036], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2036 AND "regions"."code" = ? LIMIT ? [["code", "SB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SB"], ["id", 2044], ["region_id", 2036], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2036 AND "regions"."code" = ? LIMIT ? [["code", "SS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SS"], ["id", 2045], ["region_id", 2036], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2036 AND "regions"."code" = ? LIMIT ? [["code", "SU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SU"], ["id", 2046], ["region_id", 2036], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "IE"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "IE"], ["id", 2047], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2047 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["id", 2048], ["region_id", 2047], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2048 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["id", 2049], ["region_id", 2048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2048 AND "regions"."code" = ? LIMIT ? [["code", "LM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LM"], ["id", 2050], ["region_id", 2048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2048 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["id", 2051], ["region_id", 2048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2048 AND "regions"."code" = ? LIMIT ? [["code", "RN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RN"], ["id", 2052], ["region_id", 2048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2048 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["id", 2053], ["region_id", 2048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2047 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["id", 2054], ["region_id", 2047], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2054 AND "regions"."code" = ? LIMIT ? [["code", "CW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CW"], ["id", 2055], ["region_id", 2054], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2054 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["id", 2056], ["region_id", 2054], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2054 AND "regions"."code" = ? LIMIT ? [["code", "KE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KE"], ["id", 2057], ["region_id", 2054], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2054 AND "regions"."code" = ? LIMIT ? [["code", "KK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KK"], ["id", 2058], ["region_id", 2054], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2054 AND "regions"."code" = ? LIMIT ? [["code", "LS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LS"], ["id", 2059], ["region_id", 2054], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2054 AND "regions"."code" = ? LIMIT ? [["code", "LD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LD"], ["id", 2060], ["region_id", 2054], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2054 AND "regions"."code" = ? LIMIT ? [["code", "LH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LH"], ["id", 2061], ["region_id", 2054], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2054 AND "regions"."code" = ? LIMIT ? [["code", "MH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MH"], ["id", 2062], ["region_id", 2054], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2054 AND "regions"."code" = ? LIMIT ? [["code", "OY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OY"], ["id", 2063], ["region_id", 2054], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2054 AND "regions"."code" = ? LIMIT ? [["code", "WH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WH"], ["id", 2064], ["region_id", 2054], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2054 AND "regions"."code" = ? LIMIT ? [["code", "WX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WX"], ["id", 2065], ["region_id", 2054], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2054 AND "regions"."code" = ? LIMIT ? [["code", "WW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WW"], ["id", 2066], ["region_id", 2054], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2047 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["id", 2067], ["region_id", 2047], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2067 AND "regions"."code" = ? LIMIT ? [["code", "CE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CE"], ["id", 2068], ["region_id", 2067], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2067 AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CO"], ["id", 2069], ["region_id", 2067], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2067 AND "regions"."code" = ? LIMIT ? [["code", "KY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KY"], ["id", 2070], ["region_id", 2067], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2067 AND "regions"."code" = ? LIMIT ? [["code", "LK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LK"], ["id", 2071], ["region_id", 2067], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2067 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["id", 2072], ["region_id", 2067], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2067 AND "regions"."code" = ? LIMIT ? [["code", "WD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WD"], ["id", 2073], ["region_id", 2067], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2047 AND "regions"."code" = ? LIMIT ? [["code", "U"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "U"], ["id", 2074], ["region_id", 2047], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2074 AND "regions"."code" = ? LIMIT ? [["code", "CN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CN"], ["id", 2075], ["region_id", 2074], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2074 AND "regions"."code" = ? LIMIT ? [["code", "DL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DL"], ["id", 2076], ["region_id", 2074], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2074 AND "regions"."code" = ? LIMIT ? [["code", "MN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MN"], ["id", 2077], ["region_id", 2074], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "IL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "IL"], ["id", 2078], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2078 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["id", 2079], ["region_id", 2078], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2078 AND "regions"."code" = ? LIMIT ? [["code", "HA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HA"], ["id", 2080], ["region_id", 2078], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2078 AND "regions"."code" = ? LIMIT ? [["code", "JM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JM"], ["id", 2081], ["region_id", 2078], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2078 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["id", 2082], ["region_id", 2078], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2078 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["id", 2083], ["region_id", 2078], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2078 AND "regions"."code" = ? LIMIT ? [["code", "Z"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "Z"], ["id", 2084], ["region_id", 2078], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "IM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "IM"], ["id", 2085], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "IN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "IN"], ["id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "AN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AN"], ["id", 2087], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "AP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AP"], ["id", 2088], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AR"], ["id", 2089], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "AS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AS"], ["id", 2090], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "BR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BR"], ["id", 2091], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "CH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CH"], ["id", 2092], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "CT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CT"], ["id", 2093], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "DD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DD"], ["id", 2094], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "DL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DL"], ["id", 2095], ["region_id", 2086], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "DN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DN"], ["id", 2096], ["region_id", 2086], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["id", 2097], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "GJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GJ"], ["id", 2098], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "HP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HP"], ["id", 2099], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "HR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HR"], ["id", 2100], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "JH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JH"], ["id", 2101], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "JK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JK"], ["id", 2102], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["id", 2103], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "KL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KL"], ["id", 2104], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "LD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LD"], ["id", 2105], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "MH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MH"], ["id", 2106], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "ML"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ML"], ["id", 2107], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "MN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MN"], ["id", 2108], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "MP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MP"], ["id", 2109], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "MZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MZ"], ["id", 2110], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "NL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NL"], ["id", 2111], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "OR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OR"], ["id", 2112], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "PB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PB"], ["id", 2113], ["region_id", 2086], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "PY"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PY"], ["id", 2114], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "RJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RJ"], ["id", 2115], ["region_id", 2086], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "SK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SK"], ["id", 2116], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "TN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TN"], ["id", 2117], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "TR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TR"], ["id", 2118], ["region_id", 2086], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "UP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UP"], ["id", 2119], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "UT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UT"], ["id", 2120], ["region_id", 2086], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2086 AND "regions"."code" = ? LIMIT ? [["code", "WB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WB"], ["id", 2121], ["region_id", 2086], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.3ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "IO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "IO"], ["id", 2122], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "IQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "IQ"], ["id", 2123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "AN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AN"], ["id", 2124], ["region_id", 2123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AR"], ["id", 2125], ["region_id", 2123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["id", 2126], ["region_id", 2123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "BB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BB"], ["id", 2127], ["region_id", 2123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "BG"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BG"], ["id", 2128], ["region_id", 2123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "DA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DA"], ["id", 2129], ["region_id", 2123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "DI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DI"], ["id", 2130], ["region_id", 2123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "DQ"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DQ"], ["id", 2131], ["region_id", 2123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["id", 2132], ["region_id", 2123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["id", 2133], ["region_id", 2123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "MU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MU"], ["id", 2134], ["region_id", 2123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "NA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NA"], ["id", 2135], ["region_id", 2123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "NI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NI"], ["id", 2136], ["region_id", 2123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "QA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "QA"], ["id", 2137], ["region_id", 2123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "SD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SD"], ["id", 2138], ["region_id", 2123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "SW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SW"], ["id", 2139], ["region_id", 2123], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "TS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TS"], ["id", 2140], ["region_id", 2123], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2123 AND "regions"."code" = ? LIMIT ? [["code", "WA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WA"], ["id", 2141], ["region_id", 2123], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "IR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "IR"], ["id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 2143], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 2144], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 2145], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 2146], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 2147], ["region_id", 2142], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 2148], ["region_id", 2142], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 2149], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 2150], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 2151], ["region_id", 2142], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 2152], ["region_id", 2142], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 2153], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 2154], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 2155], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 2156], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 2157], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 2158], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["id", 2159], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["id", 2160], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["id", 2161], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 2162], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["id", 2163], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["id", 2164], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["id", 2165], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["id", 2166], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["id", 2167], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["id", 2168], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["id", 2169], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["id", 2170], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["id", 2171], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2142 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["id", 2172], ["region_id", 2142], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "IS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "IS"], ["id", 2173], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2173 AND "regions"."code" = ? LIMIT ? [["code", "0"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "0"], ["id", 2174], ["region_id", 2173], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2173 AND "regions"."code" = ? LIMIT ? [["code", "1"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "1"], ["id", 2175], ["region_id", 2173], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2173 AND "regions"."code" = ? LIMIT ? [["code", "2"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "2"], ["id", 2176], ["region_id", 2173], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2173 AND "regions"."code" = ? LIMIT ? [["code", "3"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "3"], ["id", 2177], ["region_id", 2173], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2173 AND "regions"."code" = ? LIMIT ? [["code", "4"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "4"], ["id", 2178], ["region_id", 2173], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2173 AND "regions"."code" = ? LIMIT ? [["code", "5"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "5"], ["id", 2179], ["region_id", 2173], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2173 AND "regions"."code" = ? LIMIT ? [["code", "6"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "6"], ["id", 2180], ["region_id", 2173], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2173 AND "regions"."code" = ? LIMIT ? [["code", "7"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "7"], ["id", 2181], ["region_id", 2173], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2173 AND "regions"."code" = ? LIMIT ? [["code", "8"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "8"], ["id", 2182], ["region_id", 2173], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "IT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "IT"], ["id", 2183], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 2184], ["region_id", 2183], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2184 AND "regions"."code" = ? LIMIT ? [["code", "AL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AL"], ["id", 2185], ["region_id", 2184], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2184 AND "regions"."code" = ? LIMIT ? [["code", "AT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AT"], ["id", 2186], ["region_id", 2184], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2184 AND "regions"."code" = ? LIMIT ? [["code", "BI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BI"], ["id", 2187], ["region_id", 2184], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2184 AND "regions"."code" = ? LIMIT ? [["code", "CN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CN"], ["id", 2188], ["region_id", 2184], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2184 AND "regions"."code" = ? LIMIT ? [["code", "NO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NO"], ["id", 2189], ["region_id", 2184], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2184 AND "regions"."code" = ? LIMIT ? [["code", "TO"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TO"], ["id", 2190], ["region_id", 2184], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2184 AND "regions"."code" = ? LIMIT ? [["code", "VB"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VB"], ["id", 2191], ["region_id", 2184], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2184 AND "regions"."code" = ? LIMIT ? [["code", "VC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VC"], ["id", 2192], ["region_id", 2184], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["id", 2193], ["region_id", 2183], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2193 AND "regions"."code" = ? LIMIT ? [["code", "AO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AO"], ["id", 2194], ["region_id", 2193], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["id", 2195], ["region_id", 2183], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2195 AND "regions"."code" = ? LIMIT ? [["code", "BG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BG"], ["id", 2196], ["region_id", 2195], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2195 AND "regions"."code" = ? LIMIT ? [["code", "BS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BS"], ["id", 2197], ["region_id", 2195], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2195 AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CO"], ["id", 2198], ["region_id", 2195], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2195 AND "regions"."code" = ? LIMIT ? [["code", "CR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CR"], ["id", 2199], ["region_id", 2195], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2195 AND "regions"."code" = ? LIMIT ? [["code", "LC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LC"], ["id", 2200], ["region_id", 2195], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2195 AND "regions"."code" = ? LIMIT ? [["code", "LO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LO"], ["id", 2201], ["region_id", 2195], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2195 AND "regions"."code" = ? LIMIT ? [["code", "MN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MN"], ["id", 2202], ["region_id", 2195], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2195 AND "regions"."code" = ? LIMIT ? [["code", "MI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MI"], ["id", 2203], ["region_id", 2195], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2195 AND "regions"."code" = ? LIMIT ? [["code", "MB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MB"], ["id", 2204], ["region_id", 2195], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2195 AND "regions"."code" = ? LIMIT ? [["code", "PV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PV"], ["id", 2205], ["region_id", 2195], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2195 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["id", 2206], ["region_id", 2195], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2195 AND "regions"."code" = ? LIMIT ? [["code", "VA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VA"], ["id", 2207], ["region_id", 2195], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["id", 2208], ["region_id", 2183], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2208 AND "regions"."code" = ? LIMIT ? [["code", "BZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BZ"], ["id", 2209], ["region_id", 2208], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2208 AND "regions"."code" = ? LIMIT ? [["code", "TN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TN"], ["id", 2210], ["region_id", 2208], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["id", 2211], ["region_id", 2183], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2211 AND "regions"."code" = ? LIMIT ? [["code", "BL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BL"], ["id", 2212], ["region_id", 2211], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2211 AND "regions"."code" = ? LIMIT ? [["code", "PD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PD"], ["id", 2213], ["region_id", 2211], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2211 AND "regions"."code" = ? LIMIT ? [["code", "RO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RO"], ["id", 2214], ["region_id", 2211], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2211 AND "regions"."code" = ? LIMIT ? [["code", "TV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TV"], ["id", 2215], ["region_id", 2211], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2211 AND "regions"."code" = ? LIMIT ? [["code", "VE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VE"], ["id", 2216], ["region_id", 2211], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2211 AND "regions"."code" = ? LIMIT ? [["code", "VR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VR"], ["id", 2217], ["region_id", 2211], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2211 AND "regions"."code" = ? LIMIT ? [["code", "VI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VI"], ["id", 2218], ["region_id", 2211], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "36"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "36"], ["id", 2219], ["region_id", 2183], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2219 AND "regions"."code" = ? LIMIT ? [["code", "GO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GO"], ["id", 2220], ["region_id", 2219], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2219 AND "regions"."code" = ? LIMIT ? [["code", "PN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PN"], ["id", 2221], ["region_id", 2219], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2219 AND "regions"."code" = ? LIMIT ? [["code", "TS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TS"], ["id", 2222], ["region_id", 2219], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2219 AND "regions"."code" = ? LIMIT ? [["code", "UD"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UD"], ["id", 2223], ["region_id", 2219], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["id", 2224], ["region_id", 2183], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2224 AND "regions"."code" = ? LIMIT ? [["code", "GE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GE"], ["id", 2225], ["region_id", 2224], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2224 AND "regions"."code" = ? LIMIT ? [["code", "IM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IM"], ["id", 2226], ["region_id", 2224], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2224 AND "regions"."code" = ? LIMIT ? [["code", "SP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SP"], ["id", 2227], ["region_id", 2224], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2224 AND "regions"."code" = ? LIMIT ? [["code", "SV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SV"], ["id", 2228], ["region_id", 2224], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["id", 2229], ["region_id", 2183], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2229 AND "regions"."code" = ? LIMIT ? [["code", "BO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BO"], ["id", 2230], ["region_id", 2229], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2229 AND "regions"."code" = ? LIMIT ? [["code", "FE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FE"], ["id", 2231], ["region_id", 2229], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2229 AND "regions"."code" = ? LIMIT ? [["code", "FC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FC"], ["id", 2232], ["region_id", 2229], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2229 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["id", 2233], ["region_id", 2229], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2229 AND "regions"."code" = ? LIMIT ? [["code", "PR"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PR"], ["id", 2234], ["region_id", 2229], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2229 AND "regions"."code" = ? LIMIT ? [["code", "PC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PC"], ["id", 2235], ["region_id", 2229], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2229 AND "regions"."code" = ? LIMIT ? [["code", "RA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RA"], ["id", 2236], ["region_id", 2229], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2229 AND "regions"."code" = ? LIMIT ? [["code", "RE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RE"], ["id", 2237], ["region_id", 2229], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2229 AND "regions"."code" = ? LIMIT ? [["code", "RN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RN"], ["id", 2238], ["region_id", 2229], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "52"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "52"], ["id", 2239], ["region_id", 2183], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2239 AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AR"], ["id", 2240], ["region_id", 2239], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2239 AND "regions"."code" = ? LIMIT ? [["code", "FI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FI"], ["id", 2241], ["region_id", 2239], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2239 AND "regions"."code" = ? LIMIT ? [["code", "GR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GR"], ["id", 2242], ["region_id", 2239], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2239 AND "regions"."code" = ? LIMIT ? [["code", "LI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LI"], ["id", 2243], ["region_id", 2239], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2239 AND "regions"."code" = ? LIMIT ? [["code", "LU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LU"], ["id", 2244], ["region_id", 2239], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2239 AND "regions"."code" = ? LIMIT ? [["code", "MS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MS"], ["id", 2245], ["region_id", 2239], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2239 AND "regions"."code" = ? LIMIT ? [["code", "PI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PI"], ["id", 2246], ["region_id", 2239], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2239 AND "regions"."code" = ? LIMIT ? [["code", "PT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PT"], ["id", 2247], ["region_id", 2239], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2239 AND "regions"."code" = ? LIMIT ? [["code", "PO"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PO"], ["id", 2248], ["region_id", 2239], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2239 AND "regions"."code" = ? LIMIT ? [["code", "SI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SI"], ["id", 2249], ["region_id", 2239], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "55"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "55"], ["id", 2250], ["region_id", 2183], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2250 AND "regions"."code" = ? LIMIT ? [["code", "PG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PG"], ["id", 2251], ["region_id", 2250], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2250 AND "regions"."code" = ? LIMIT ? [["code", "TR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TR"], ["id", 2252], ["region_id", 2250], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "57"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "57"], ["id", 2253], ["region_id", 2183], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2253 AND "regions"."code" = ? LIMIT ? [["code", "AN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AN"], ["id", 2254], ["region_id", 2253], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2253 AND "regions"."code" = ? LIMIT ? [["code", "AP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AP"], ["id", 2255], ["region_id", 2253], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2253 AND "regions"."code" = ? LIMIT ? [["code", "FM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FM"], ["id", 2256], ["region_id", 2253], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2253 AND "regions"."code" = ? LIMIT ? [["code", "MC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MC"], ["id", 2257], ["region_id", 2253], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2253 AND "regions"."code" = ? LIMIT ? [["code", "PU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PU"], ["id", 2258], ["region_id", 2253], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "62"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "62"], ["id", 2259], ["region_id", 2183], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2259 AND "regions"."code" = ? LIMIT ? [["code", "FR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FR"], ["id", 2260], ["region_id", 2259], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2259 AND "regions"."code" = ? LIMIT ? [["code", "LT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LT"], ["id", 2261], ["region_id", 2259], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2259 AND "regions"."code" = ? LIMIT ? [["code", "RI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RI"], ["id", 2262], ["region_id", 2259], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2259 AND "regions"."code" = ? LIMIT ? [["code", "RM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RM"], ["id", 2263], ["region_id", 2259], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2259 AND "regions"."code" = ? LIMIT ? [["code", "VT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VT"], ["id", 2264], ["region_id", 2259], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "65"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "65"], ["id", 2265], ["region_id", 2183], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2265 AND "regions"."code" = ? LIMIT ? [["code", "CH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CH"], ["id", 2266], ["region_id", 2265], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2265 AND "regions"."code" = ? LIMIT ? [["code", "AQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AQ"], ["id", 2267], ["region_id", 2265], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2265 AND "regions"."code" = ? LIMIT ? [["code", "PE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PE"], ["id", 2268], ["region_id", 2265], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2265 AND "regions"."code" = ? LIMIT ? [["code", "TE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TE"], ["id", 2269], ["region_id", 2265], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "67"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "67"], ["id", 2270], ["region_id", 2183], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2270 AND "regions"."code" = ? LIMIT ? [["code", "CB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CB"], ["id", 2271], ["region_id", 2270], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2270 AND "regions"."code" = ? LIMIT ? [["code", "IS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IS"], ["id", 2272], ["region_id", 2270], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "72"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "72"], ["id", 2273], ["region_id", 2183], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2273 AND "regions"."code" = ? LIMIT ? [["code", "AV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AV"], ["id", 2274], ["region_id", 2273], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2273 AND "regions"."code" = ? LIMIT ? [["code", "BN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BN"], ["id", 2275], ["region_id", 2273], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2273 AND "regions"."code" = ? LIMIT ? [["code", "CE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CE"], ["id", 2276], ["region_id", 2273], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2273 AND "regions"."code" = ? LIMIT ? [["code", "NA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NA"], ["id", 2277], ["region_id", 2273], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2273 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["id", 2278], ["region_id", 2273], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "75"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "75"], ["id", 2279], ["region_id", 2183], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2279 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["id", 2280], ["region_id", 2279], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2279 AND "regions"."code" = ? LIMIT ? [["code", "BT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BT"], ["id", 2281], ["region_id", 2279], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2279 AND "regions"."code" = ? LIMIT ? [["code", "BR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BR"], ["id", 2282], ["region_id", 2279], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2279 AND "regions"."code" = ? LIMIT ? [["code", "FG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FG"], ["id", 2283], ["region_id", 2279], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2279 AND "regions"."code" = ? LIMIT ? [["code", "LE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LE"], ["id", 2284], ["region_id", 2279], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2279 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["id", 2285], ["region_id", 2279], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "77"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "77"], ["id", 2286], ["region_id", 2183], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2286 AND "regions"."code" = ? LIMIT ? [["code", "MT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MT"], ["id", 2287], ["region_id", 2286], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2286 AND "regions"."code" = ? LIMIT ? [["code", "PZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PZ"], ["id", 2288], ["region_id", 2286], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "78"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "78"], ["id", 2289], ["region_id", 2183], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2289 AND "regions"."code" = ? LIMIT ? [["code", "CZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CZ"], ["id", 2290], ["region_id", 2289], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2289 AND "regions"."code" = ? LIMIT ? [["code", "CS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CS"], ["id", 2291], ["region_id", 2289], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2289 AND "regions"."code" = ? LIMIT ? [["code", "KR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KR"], ["id", 2292], ["region_id", 2289], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2289 AND "regions"."code" = ? LIMIT ? [["code", "RC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RC"], ["id", 2293], ["region_id", 2289], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2289 AND "regions"."code" = ? LIMIT ? [["code", "VV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VV"], ["id", 2294], ["region_id", 2289], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "82"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "82"], ["id", 2295], ["region_id", 2183], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2295 AND "regions"."code" = ? LIMIT ? [["code", "AG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AG"], ["id", 2296], ["region_id", 2295], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2295 AND "regions"."code" = ? LIMIT ? [["code", "CL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CL"], ["id", 2297], ["region_id", 2295], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2295 AND "regions"."code" = ? LIMIT ? [["code", "CT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CT"], ["id", 2298], ["region_id", 2295], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2295 AND "regions"."code" = ? LIMIT ? [["code", "EN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EN"], ["id", 2299], ["region_id", 2295], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2295 AND "regions"."code" = ? LIMIT ? [["code", "ME"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ME"], ["id", 2300], ["region_id", 2295], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2295 AND "regions"."code" = ? LIMIT ? [["code", "PA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PA"], ["id", 2301], ["region_id", 2295], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2295 AND "regions"."code" = ? LIMIT ? [["code", "RG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RG"], ["id", 2302], ["region_id", 2295], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2295 AND "regions"."code" = ? LIMIT ? [["code", "SR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SR"], ["id", 2303], ["region_id", 2295], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2295 AND "regions"."code" = ? LIMIT ? [["code", "TP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TP"], ["id", 2304], ["region_id", 2295], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2183 AND "regions"."code" = ? LIMIT ? [["code", "88"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "88"], ["id", 2305], ["region_id", 2183], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2305 AND "regions"."code" = ? LIMIT ? [["code", "CA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CA"], ["id", 2306], ["region_id", 2305], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2305 AND "regions"."code" = ? LIMIT ? [["code", "CI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CI"], ["id", 2307], ["region_id", 2305], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2305 AND "regions"."code" = ? LIMIT ? [["code", "VS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VS"], ["id", 2308], ["region_id", 2305], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2305 AND "regions"."code" = ? LIMIT ? [["code", "NU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NU"], ["id", 2309], ["region_id", 2305], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2305 AND "regions"."code" = ? LIMIT ? [["code", "OG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OG"], ["id", 2310], ["region_id", 2305], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2305 AND "regions"."code" = ? LIMIT ? [["code", "OT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OT"], ["id", 2311], ["region_id", 2305], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2305 AND "regions"."code" = ? LIMIT ? [["code", "OR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OR"], ["id", 2312], ["region_id", 2305], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2305 AND "regions"."code" = ? LIMIT ? [["code", "SS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SS"], ["id", 2313], ["region_id", 2305], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "JE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "JE"], ["id", 2314], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "JM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "JM"], ["id", 2315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 2316], ["region_id", 2315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 2317], ["region_id", 2315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 2318], ["region_id", 2315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 2319], ["region_id", 2315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 2320], ["region_id", 2315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 2321], ["region_id", 2315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 2322], ["region_id", 2315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 2323], ["region_id", 2315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 2324], ["region_id", 2315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 2325], ["region_id", 2315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 2326], ["region_id", 2315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 2327], ["region_id", 2315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 2328], ["region_id", 2315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2315 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 2329], ["region_id", 2315], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "JO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "JO"], ["id", 2330], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2330 AND "regions"."code" = ? LIMIT ? [["code", "AJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AJ"], ["id", 2331], ["region_id", 2330], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2330 AND "regions"."code" = ? LIMIT ? [["code", "AM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AM"], ["id", 2332], ["region_id", 2330], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2330 AND "regions"."code" = ? LIMIT ? [["code", "AQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AQ"], ["id", 2333], ["region_id", 2330], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2330 AND "regions"."code" = ? LIMIT ? [["code", "AT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AT"], ["id", 2334], ["region_id", 2330], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2330 AND "regions"."code" = ? LIMIT ? [["code", "AZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AZ"], ["id", 2335], ["region_id", 2330], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2330 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["id", 2336], ["region_id", 2330], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2330 AND "regions"."code" = ? LIMIT ? [["code", "IR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IR"], ["id", 2337], ["region_id", 2330], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2330 AND "regions"."code" = ? LIMIT ? [["code", "JA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JA"], ["id", 2338], ["region_id", 2330], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2330 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["id", 2339], ["region_id", 2330], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2330 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["id", 2340], ["region_id", 2330], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2330 AND "regions"."code" = ? LIMIT ? [["code", "MD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MD"], ["id", 2341], ["region_id", 2330], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2330 AND "regions"."code" = ? LIMIT ? [["code", "MN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MN"], ["id", 2342], ["region_id", 2330], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "JP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "JP"], ["id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 2344], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 2345], ["region_id", 2343], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 2346], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 2347], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 2348], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 2349], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 2350], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 2351], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 2352], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 2353], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 2354], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 2355], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 2356], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 2357], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 2358], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 2359], ["region_id", 2343], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 2360], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["id", 2361], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["id", 2362], ["region_id", 2343], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["id", 2363], ["region_id", 2343], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 2364], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["id", 2365], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["id", 2366], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["id", 2367], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["id", 2368], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["id", 2369], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["id", 2370], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["id", 2371], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["id", 2372], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["id", 2373], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["id", 2374], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["id", 2375], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["id", 2376], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["id", 2377], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "35"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "35"], ["id", 2378], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "36"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "36"], ["id", 2379], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "37"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "37"], ["id", 2380], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "38"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "38"], ["id", 2381], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "39"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "39"], ["id", 2382], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "40"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "40"], ["id", 2383], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["id", 2384], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["id", 2385], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["id", 2386], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["id", 2387], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["id", 2388], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "46"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "46"], ["id", 2389], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2343 AND "regions"."code" = ? LIMIT ? [["code", "47"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "47"], ["id", 2390], ["region_id", 2343], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "KE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "KE"], ["id", 2391], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2391 AND "regions"."code" = ? LIMIT ? [["code", "110"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "110"], ["id", 2392], ["region_id", 2391], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2391 AND "regions"."code" = ? LIMIT ? [["code", "200"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "200"], ["id", 2393], ["region_id", 2391], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2391 AND "regions"."code" = ? LIMIT ? [["code", "300"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "300"], ["id", 2394], ["region_id", 2391], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2391 AND "regions"."code" = ? LIMIT ? [["code", "400"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "400"], ["id", 2395], ["region_id", 2391], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2391 AND "regions"."code" = ? LIMIT ? [["code", "500"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "500"], ["id", 2396], ["region_id", 2391], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2391 AND "regions"."code" = ? LIMIT ? [["code", "700"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "700"], ["id", 2397], ["region_id", 2391], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2391 AND "regions"."code" = ? LIMIT ? [["code", "800"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "800"], ["id", 2398], ["region_id", 2391], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "KG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "KG"], ["id", 2399], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2399 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["id", 2400], ["region_id", 2399], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2399 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["id", 2401], ["region_id", 2399], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2399 AND "regions"."code" = ? LIMIT ? [["code", "GB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GB"], ["id", 2402], ["region_id", 2399], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2399 AND "regions"."code" = ? LIMIT ? [["code", "J"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "J"], ["id", 2403], ["region_id", 2399], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2399 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["id", 2404], ["region_id", 2399], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2399 AND "regions"."code" = ? LIMIT ? [["code", "O"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "O"], ["id", 2405], ["region_id", 2399], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2399 AND "regions"."code" = ? LIMIT ? [["code", "T"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "T"], ["id", 2406], ["region_id", 2399], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2399 AND "regions"."code" = ? LIMIT ? [["code", "Y"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "Y"], ["id", 2407], ["region_id", 2399], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "KH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "KH"], ["id", 2408], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "1"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "1"], ["id", 2409], ["region_id", 2408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 2410], ["region_id", 2408], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 2411], ["region_id", 2408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 2412], ["region_id", 2408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 2413], ["region_id", 2408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 2414], ["region_id", 2408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 2415], ["region_id", 2408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 2416], ["region_id", 2408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 2417], ["region_id", 2408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["id", 2418], ["region_id", 2408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["id", 2419], ["region_id", 2408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "2"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "2"], ["id", 2420], ["region_id", 2408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["id", 2421], ["region_id", 2408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 2422], ["region_id", 2408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["id", 2423], ["region_id", 2408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["id", 2424], ["region_id", 2408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["id", 2425], ["region_id", 2408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "3"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "3"], ["id", 2426], ["region_id", 2408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "4"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "4"], ["id", 2427], ["region_id", 2408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "5"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "5"], ["id", 2428], ["region_id", 2408], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "6"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "6"], ["id", 2429], ["region_id", 2408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "7"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "7"], ["id", 2430], ["region_id", 2408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "8"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "8"], ["id", 2431], ["region_id", 2408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2408 AND "regions"."code" = ? LIMIT ? [["code", "9"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "9"], ["id", 2432], ["region_id", 2408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "KI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "KI"], ["id", 2433], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2433 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["id", 2434], ["region_id", 2433], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2433 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["id", 2435], ["region_id", 2433], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2433 AND "regions"."code" = ? LIMIT ? [["code", "P"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "P"], ["id", 2436], ["region_id", 2433], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "KM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "KM"], ["id", 2437], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2437 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["id", 2438], ["region_id", 2437], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2437 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["id", 2439], ["region_id", 2437], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2437 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["id", 2440], ["region_id", 2437], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "KN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "KN"], ["id", 2441], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2441 AND "regions"."code" = ? LIMIT ? [["code", "K"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "K"], ["id", 2442], ["region_id", 2441], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2442 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 2443], ["region_id", 2442], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2442 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 2444], ["region_id", 2442], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2442 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 2445], ["region_id", 2442], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2442 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 2446], ["region_id", 2442], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2442 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 2447], ["region_id", 2442], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2442 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 2448], ["region_id", 2442], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2442 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 2449], ["region_id", 2442], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2442 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 2450], ["region_id", 2442], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2442 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 2451], ["region_id", 2442], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2441 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["id", 2452], ["region_id", 2441], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2452 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 2453], ["region_id", 2452], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2452 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 2454], ["region_id", 2452], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2452 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 2455], ["region_id", 2452], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2452 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 2456], ["region_id", 2452], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2452 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 2457], ["region_id", 2452], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "KP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "KP"], ["id", 2458], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2458 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 2459], ["region_id", 2458], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2458 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 2460], ["region_id", 2458], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2458 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 2461], ["region_id", 2458], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2458 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 2462], ["region_id", 2458], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2458 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 2463], ["region_id", 2458], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2458 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 2464], ["region_id", 2458], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2458 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 2465], ["region_id", 2458], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2458 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 2466], ["region_id", 2458], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2458 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 2467], ["region_id", 2458], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2458 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 2468], ["region_id", 2458], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2458 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 2469], ["region_id", 2458], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "KR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "KR"], ["id", 2470], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 2471], ["region_id", 2470], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["id", 2472], ["region_id", 2470], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["id", 2473], ["region_id", 2470], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["id", 2474], ["region_id", 2470], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["id", 2475], ["region_id", 2470], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["id", 2476], ["region_id", 2470], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["id", 2477], ["region_id", 2470], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["id", 2478], ["region_id", 2470], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["id", 2479], ["region_id", 2470], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["id", 2480], ["region_id", 2470], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["id", 2481], ["region_id", 2470], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["id", 2482], ["region_id", 2470], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "46"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "46"], ["id", 2483], ["region_id", 2470], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "47"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "47"], ["id", 2484], ["region_id", 2470], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "48"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "48"], ["id", 2485], ["region_id", 2470], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2470 AND "regions"."code" = ? LIMIT ? [["code", "49"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "49"], ["id", 2486], ["region_id", 2470], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "KW"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "KW"], ["id", 2487], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2487 AND "regions"."code" = ? LIMIT ? [["code", "AH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AH"], ["id", 2488], ["region_id", 2487], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2487 AND "regions"."code" = ? LIMIT ? [["code", "FA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FA"], ["id", 2489], ["region_id", 2487], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2487 AND "regions"."code" = ? LIMIT ? [["code", "HA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HA"], ["id", 2490], ["region_id", 2487], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2487 AND "regions"."code" = ? LIMIT ? [["code", "JA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JA"], ["id", 2491], ["region_id", 2487], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2487 AND "regions"."code" = ? LIMIT ? [["code", "KU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KU"], ["id", 2492], ["region_id", 2487], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2487 AND "regions"."code" = ? LIMIT ? [["code", "MU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MU"], ["id", 2493], ["region_id", 2487], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "KY"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "KY"], ["id", 2494], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "KZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "KZ"], ["id", 2495], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "AKM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AKM"], ["id", 2496], ["region_id", 2495], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "AKT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AKT"], ["id", 2497], ["region_id", 2495], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "ALA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ALA"], ["id", 2498], ["region_id", 2495], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "ALM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ALM"], ["id", 2499], ["region_id", 2495], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "AST"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AST"], ["id", 2500], ["region_id", 2495], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "ATY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ATY"], ["id", 2501], ["region_id", 2495], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "KAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KAR"], ["id", 2502], ["region_id", 2495], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "KUS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KUS"], ["id", 2503], ["region_id", 2495], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "KZY"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KZY"], ["id", 2504], ["region_id", 2495], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "MAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MAN"], ["id", 2505], ["region_id", 2495], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "PAV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PAV"], ["id", 2506], ["region_id", 2495], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "SEV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SEV"], ["id", 2507], ["region_id", 2495], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "VOS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VOS"], ["id", 2508], ["region_id", 2495], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "YUZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "YUZ"], ["id", 2509], ["region_id", 2495], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "ZAP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZAP"], ["id", 2510], ["region_id", 2495], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2495 AND "regions"."code" = ? LIMIT ? [["code", "ZHA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZHA"], ["id", 2511], ["region_id", 2495], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "LA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "LA"], ["id", 2512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "AT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AT"], ["id", 2513], ["region_id", 2512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "BK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BK"], ["id", 2514], ["region_id", 2512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "BL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BL"], ["id", 2515], ["region_id", 2512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "CH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CH"], ["id", 2516], ["region_id", 2512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "HO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HO"], ["id", 2517], ["region_id", 2512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "KH"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KH"], ["id", 2518], ["region_id", 2512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "LM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LM"], ["id", 2519], ["region_id", 2512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "LP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LP"], ["id", 2520], ["region_id", 2512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "OU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OU"], ["id", 2521], ["region_id", 2512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "PH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PH"], ["id", 2522], ["region_id", 2512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "SL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SL"], ["id", 2523], ["region_id", 2512], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "SV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SV"], ["id", 2524], ["region_id", 2512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "VI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VI"], ["id", 2525], ["region_id", 2512], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "VT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VT"], ["id", 2526], ["region_id", 2512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "XA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "XA"], ["id", 2527], ["region_id", 2512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "XE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "XE"], ["id", 2528], ["region_id", 2512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "XI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "XI"], ["id", 2529], ["region_id", 2512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2512 AND "regions"."code" = ? LIMIT ? [["code", "XN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "XN"], ["id", 2530], ["region_id", 2512], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "LB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "LB"], ["id", 2531], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2531 AND "regions"."code" = ? LIMIT ? [["code", "AK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AK"], ["id", 2532], ["region_id", 2531], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2531 AND "regions"."code" = ? LIMIT ? [["code", "AS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AS"], ["id", 2533], ["region_id", 2531], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2531 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["id", 2534], ["region_id", 2531], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2531 AND "regions"."code" = ? LIMIT ? [["code", "BH"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BH"], ["id", 2535], ["region_id", 2531], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2531 AND "regions"."code" = ? LIMIT ? [["code", "BI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BI"], ["id", 2536], ["region_id", 2531], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2531 AND "regions"."code" = ? LIMIT ? [["code", "JA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JA"], ["id", 2537], ["region_id", 2531], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2531 AND "regions"."code" = ? LIMIT ? [["code", "JL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JL"], ["id", 2538], ["region_id", 2531], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2531 AND "regions"."code" = ? LIMIT ? [["code", "NA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NA"], ["id", 2539], ["region_id", 2531], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "LC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "LC"], ["id", 2540], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "LI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "LI"], ["id", 2541], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2541 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 2542], ["region_id", 2541], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2541 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 2543], ["region_id", 2541], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2541 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 2544], ["region_id", 2541], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2541 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 2545], ["region_id", 2541], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2541 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 2546], ["region_id", 2541], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2541 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 2547], ["region_id", 2541], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2541 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 2548], ["region_id", 2541], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2541 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 2549], ["region_id", 2541], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2541 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 2550], ["region_id", 2541], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2541 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 2551], ["region_id", 2541], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2541 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 2552], ["region_id", 2541], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "LK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "LK"], ["id", 2553], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2553 AND "regions"."code" = ? LIMIT ? [["code", "1"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "1"], ["id", 2554], ["region_id", 2553], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2554 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 2555], ["region_id", 2554], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2554 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 2556], ["region_id", 2554], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2554 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 2557], ["region_id", 2554], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2553 AND "regions"."code" = ? LIMIT ? [["code", "2"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "2"], ["id", 2558], ["region_id", 2553], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2558 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 2559], ["region_id", 2558], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2558 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["id", 2560], ["region_id", 2558], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2558 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["id", 2561], ["region_id", 2558], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2553 AND "regions"."code" = ? LIMIT ? [["code", "3"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "3"], ["id", 2562], ["region_id", 2553], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2562 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["id", 2563], ["region_id", 2562], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2562 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["id", 2564], ["region_id", 2562], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2562 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["id", 2565], ["region_id", 2562], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2553 AND "regions"."code" = ? LIMIT ? [["code", "4"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "4"], ["id", 2566], ["region_id", 2553], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2566 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["id", 2567], ["region_id", 2566], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2566 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["id", 2568], ["region_id", 2566], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2566 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["id", 2569], ["region_id", 2566], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2566 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["id", 2570], ["region_id", 2566], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2566 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["id", 2571], ["region_id", 2566], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2553 AND "regions"."code" = ? LIMIT ? [["code", "5"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "5"], ["id", 2572], ["region_id", 2553], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2572 AND "regions"."code" = ? LIMIT ? [["code", "52"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "52"], ["id", 2573], ["region_id", 2572], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2572 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["id", 2574], ["region_id", 2572], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2572 AND "regions"."code" = ? LIMIT ? [["code", "53"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "53"], ["id", 2575], ["region_id", 2572], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2553 AND "regions"."code" = ? LIMIT ? [["code", "6"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "6"], ["id", 2576], ["region_id", 2553], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2576 AND "regions"."code" = ? LIMIT ? [["code", "61"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "61"], ["id", 2577], ["region_id", 2576], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2576 AND "regions"."code" = ? LIMIT ? [["code", "62"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "62"], ["id", 2578], ["region_id", 2576], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2553 AND "regions"."code" = ? LIMIT ? [["code", "7"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "7"], ["id", 2579], ["region_id", 2553], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2579 AND "regions"."code" = ? LIMIT ? [["code", "71"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "71"], ["id", 2580], ["region_id", 2579], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2579 AND "regions"."code" = ? LIMIT ? [["code", "72"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "72"], ["id", 2581], ["region_id", 2579], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2553 AND "regions"."code" = ? LIMIT ? [["code", "8"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "8"], ["id", 2582], ["region_id", 2553], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2582 AND "regions"."code" = ? LIMIT ? [["code", "81"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "81"], ["id", 2583], ["region_id", 2582], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2582 AND "regions"."code" = ? LIMIT ? [["code", "82"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "82"], ["id", 2584], ["region_id", 2582], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2553 AND "regions"."code" = ? LIMIT ? [["code", "9"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.0ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "9"], ["id", 2585], ["region_id", 2553], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2585 AND "regions"."code" = ? LIMIT ? [["code", "92"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "92"], ["id", 2586], ["region_id", 2585], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2585 AND "regions"."code" = ? LIMIT ? [["code", "91"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "91"], ["id", 2587], ["region_id", 2585], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "LR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "LR"], ["id", 2588], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "BG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BG"], ["id", 2589], ["region_id", 2588], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "BM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BM"], ["id", 2590], ["region_id", 2588], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "CM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CM"], ["id", 2591], ["region_id", 2588], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "GB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GB"], ["id", 2592], ["region_id", 2588], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "GG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GG"], ["id", 2593], ["region_id", 2588], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "GK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GK"], ["id", 2594], ["region_id", 2588], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "LO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LO"], ["id", 2595], ["region_id", 2588], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "MG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MG"], ["id", 2596], ["region_id", 2588], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["id", 2597], ["region_id", 2588], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "MY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MY"], ["id", 2598], ["region_id", 2588], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "NI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NI"], ["id", 2599], ["region_id", 2588], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "RI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RI"], ["id", 2600], ["region_id", 2588], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2588 AND "regions"."code" = ? LIMIT ? [["code", "SI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SI"], ["id", 2601], ["region_id", 2588], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "LS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "LS"], ["id", 2602], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2602 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["id", 2603], ["region_id", 2602], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2602 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["id", 2604], ["region_id", 2602], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2602 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["id", 2605], ["region_id", 2602], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2602 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["id", 2606], ["region_id", 2602], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2602 AND "regions"."code" = ? LIMIT ? [["code", "E"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "E"], ["id", 2607], ["region_id", 2602], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2602 AND "regions"."code" = ? LIMIT ? [["code", "F"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "F"], ["id", 2608], ["region_id", 2602], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2602 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["id", 2609], ["region_id", 2602], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2602 AND "regions"."code" = ? LIMIT ? [["code", "H"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "H"], ["id", 2610], ["region_id", 2602], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2602 AND "regions"."code" = ? LIMIT ? [["code", "J"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "J"], ["id", 2611], ["region_id", 2602], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2602 AND "regions"."code" = ? LIMIT ? [["code", "K"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "K"], ["id", 2612], ["region_id", 2602], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "LT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "LT"], ["id", 2613], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2613 AND "regions"."code" = ? LIMIT ? [["code", "AL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AL"], ["id", 2614], ["region_id", 2613], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2613 AND "regions"."code" = ? LIMIT ? [["code", "KL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KL"], ["id", 2615], ["region_id", 2613], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2613 AND "regions"."code" = ? LIMIT ? [["code", "KU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KU"], ["id", 2616], ["region_id", 2613], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2613 AND "regions"."code" = ? LIMIT ? [["code", "MR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MR"], ["id", 2617], ["region_id", 2613], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2613 AND "regions"."code" = ? LIMIT ? [["code", "PN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PN"], ["id", 2618], ["region_id", 2613], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2613 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["id", 2619], ["region_id", 2613], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2613 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["id", 2620], ["region_id", 2613], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2613 AND "regions"."code" = ? LIMIT ? [["code", "TE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TE"], ["id", 2621], ["region_id", 2613], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2613 AND "regions"."code" = ? LIMIT ? [["code", "UT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UT"], ["id", 2622], ["region_id", 2613], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2613 AND "regions"."code" = ? LIMIT ? [["code", "VL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VL"], ["id", 2623], ["region_id", 2613], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "LU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "LU"], ["id", 2624], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2624 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["id", 2625], ["region_id", 2624], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2624 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["id", 2626], ["region_id", 2624], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2624 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["id", 2627], ["region_id", 2624], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "LV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "LV"], ["id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "001"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "001"], ["id", 2629], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "002"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "002"], ["id", 2630], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "003"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "003"], ["id", 2631], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "004"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "004"], ["id", 2632], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "005"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "005"], ["id", 2633], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "006"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "006"], ["id", 2634], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "007"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "007"], ["id", 2635], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "008"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "008"], ["id", 2636], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "009"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "009"], ["id", 2637], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "010"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "010"], ["id", 2638], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "011"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "011"], ["id", 2639], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "012"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "012"], ["id", 2640], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "013"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "013"], ["id", 2641], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "014"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "014"], ["id", 2642], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "015"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "015"], ["id", 2643], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "016"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "016"], ["id", 2644], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "017"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "017"], ["id", 2645], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "018"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "018"], ["id", 2646], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "019"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "019"], ["id", 2647], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "020"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "020"], ["id", 2648], ["region_id", 2628], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "021"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "021"], ["id", 2649], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "022"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "022"], ["id", 2650], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "023"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "023"], ["id", 2651], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "024"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "024"], ["id", 2652], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "025"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "025"], ["id", 2653], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "026"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "026"], ["id", 2654], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "027"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "027"], ["id", 2655], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "028"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "028"], ["id", 2656], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "029"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "029"], ["id", 2657], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "030"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "030"], ["id", 2658], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "031"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "031"], ["id", 2659], ["region_id", 2628], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "032"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "032"], ["id", 2660], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "033"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "033"], ["id", 2661], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "034"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "034"], ["id", 2662], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "035"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "035"], ["id", 2663], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "036"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "036"], ["id", 2664], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "037"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "037"], ["id", 2665], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "038"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "038"], ["id", 2666], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "039"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "039"], ["id", 2667], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "040"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "040"], ["id", 2668], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "041"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "041"], ["id", 2669], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "042"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "042"], ["id", 2670], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "043"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "043"], ["id", 2671], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "044"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "044"], ["id", 2672], ["region_id", 2628], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "045"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "045"], ["id", 2673], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "046"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "046"], ["id", 2674], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "047"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "047"], ["id", 2675], ["region_id", 2628], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "048"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "048"], ["id", 2676], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "049"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "049"], ["id", 2677], ["region_id", 2628], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "050"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "050"], ["id", 2678], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "051"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "051"], ["id", 2679], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "052"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "052"], ["id", 2680], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "053"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "053"], ["id", 2681], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "054"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "054"], ["id", 2682], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "055"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "055"], ["id", 2683], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "056"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "056"], ["id", 2684], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "057"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "057"], ["id", 2685], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "058"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "058"], ["id", 2686], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "059"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "059"], ["id", 2687], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "060"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "060"], ["id", 2688], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "061"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "061"], ["id", 2689], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "062"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "062"], ["id", 2690], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "063"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "063"], ["id", 2691], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "064"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "064"], ["id", 2692], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "065"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "065"], ["id", 2693], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "066"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "066"], ["id", 2694], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "067"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "067"], ["id", 2695], ["region_id", 2628], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "068"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "068"], ["id", 2696], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "069"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "069"], ["id", 2697], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "070"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "070"], ["id", 2698], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "071"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "071"], ["id", 2699], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "072"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "072"], ["id", 2700], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "073"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "073"], ["id", 2701], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "074"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "074"], ["id", 2702], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "075"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "075"], ["id", 2703], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "076"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "076"], ["id", 2704], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "077"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "077"], ["id", 2705], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "078"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "078"], ["id", 2706], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "079"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "079"], ["id", 2707], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "080"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "080"], ["id", 2708], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "081"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "081"], ["id", 2709], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "082"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "082"], ["id", 2710], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "083"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "083"], ["id", 2711], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "084"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "084"], ["id", 2712], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "085"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "085"], ["id", 2713], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "086"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "086"], ["id", 2714], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "087"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "087"], ["id", 2715], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "088"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "088"], ["id", 2716], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "089"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "089"], ["id", 2717], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "090"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "090"], ["id", 2718], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "091"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "091"], ["id", 2719], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "092"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "092"], ["id", 2720], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "093"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "093"], ["id", 2721], ["region_id", 2628], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "094"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "094"], ["id", 2722], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "095"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "095"], ["id", 2723], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "096"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "096"], ["id", 2724], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "097"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "097"], ["id", 2725], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "098"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "098"], ["id", 2726], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "099"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "099"], ["id", 2727], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "100"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "100"], ["id", 2728], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "101"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "101"], ["id", 2729], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "102"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "102"], ["id", 2730], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "103"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "103"], ["id", 2731], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "104"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "104"], ["id", 2732], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "105"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "105"], ["id", 2733], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "106"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "106"], ["id", 2734], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "107"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "107"], ["id", 2735], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "108"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "108"], ["id", 2736], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "109"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "109"], ["id", 2737], ["region_id", 2628], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "110"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "110"], ["id", 2738], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "DGV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DGV"], ["id", 2739], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "JEL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JEL"], ["id", 2740], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "JKB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JKB"], ["id", 2741], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "JUR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JUR"], ["id", 2742], ["region_id", 2628], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "LPX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LPX"], ["id", 2743], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "REZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "REZ"], ["id", 2744], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "RIX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RIX"], ["id", 2745], ["region_id", 2628], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "VEN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VEN"], ["id", 2746], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2628 AND "regions"."code" = ? LIMIT ? [["code", "VMR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VMR"], ["id", 2747], ["region_id", 2628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "LY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "LY"], ["id", 2748], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["id", 2749], ["region_id", 2748], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "BU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BU"], ["id", 2750], ["region_id", 2748], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "DR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DR"], ["id", 2751], ["region_id", 2748], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "GT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GT"], ["id", 2752], ["region_id", 2748], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "JA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JA"], ["id", 2753], ["region_id", 2748], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "JB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JB"], ["id", 2754], ["region_id", 2748], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "JG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JG"], ["id", 2755], ["region_id", 2748], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "JI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JI"], ["id", 2756], ["region_id", 2748], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "JU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JU"], ["id", 2757], ["region_id", 2748], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "KF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KF"], ["id", 2758], ["region_id", 2748], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "MB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MB"], ["id", 2759], ["region_id", 2748], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "MI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MI"], ["id", 2760], ["region_id", 2748], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "MJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MJ"], ["id", 2761], ["region_id", 2748], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "MQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MQ"], ["id", 2762], ["region_id", 2748], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "NL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NL"], ["id", 2763], ["region_id", 2748], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "NQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NQ"], ["id", 2764], ["region_id", 2748], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "SB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SB"], ["id", 2765], ["region_id", 2748], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "SR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SR"], ["id", 2766], ["region_id", 2748], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "TB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TB"], ["id", 2767], ["region_id", 2748], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "WA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WA"], ["id", 2768], ["region_id", 2748], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "WD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WD"], ["id", 2769], ["region_id", 2748], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "WS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WS"], ["id", 2770], ["region_id", 2748], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2748 AND "regions"."code" = ? LIMIT ? [["code", "ZA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZA"], ["id", 2771], ["region_id", 2748], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "MA"], ["id", 2772], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 2773], ["region_id", 2772], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2773 AND "regions"."code" = ? LIMIT ? [["code", "CHE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CHE"], ["id", 2774], ["region_id", 2773], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2773 AND "regions"."code" = ? LIMIT ? [["code", "LAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LAR"], ["id", 2775], ["region_id", 2773], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2773 AND "regions"."code" = ? LIMIT ? [["code", "FAH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FAH"], ["id", 2776], ["region_id", 2773], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2773 AND "regions"."code" = ? LIMIT ? [["code", "TNG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TNG"], ["id", 2777], ["region_id", 2773], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2773 AND "regions"."code" = ? LIMIT ? [["code", "TET"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TET"], ["id", 2778], ["region_id", 2773], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 2779], ["region_id", 2772], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2779 AND "regions"."code" = ? LIMIT ? [["code", "KEN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KEN"], ["id", 2780], ["region_id", 2779], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2779 AND "regions"."code" = ? LIMIT ? [["code", "SIK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SIK"], ["id", 2781], ["region_id", 2779], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 2782], ["region_id", 2772], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2782 AND "regions"."code" = ? LIMIT ? [["code", "HOC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HOC"], ["id", 2783], ["region_id", 2782], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2782 AND "regions"."code" = ? LIMIT ? [["code", "TAO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TAO"], ["id", 2784], ["region_id", 2782], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2782 AND "regions"."code" = ? LIMIT ? [["code", "TAZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TAZ"], ["id", 2785], ["region_id", 2782], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 2786], ["region_id", 2772], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2786 AND "regions"."code" = ? LIMIT ? [["code", "BER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BER"], ["id", 2787], ["region_id", 2786], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2786 AND "regions"."code" = ? LIMIT ? [["code", "FIG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FIG"], ["id", 2788], ["region_id", 2786], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2786 AND "regions"."code" = ? LIMIT ? [["code", "JRA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JRA"], ["id", 2789], ["region_id", 2786], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2786 AND "regions"."code" = ? LIMIT ? [["code", "NAD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NAD"], ["id", 2790], ["region_id", 2786], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2786 AND "regions"."code" = ? LIMIT ? [["code", "TAI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TAI"], ["id", 2791], ["region_id", 2786], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2786 AND "regions"."code" = ? LIMIT ? [["code", "OUJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OUJ"], ["id", 2792], ["region_id", 2786], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 2793], ["region_id", 2772], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2793 AND "regions"."code" = ? LIMIT ? [["code", "BOM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BOM"], ["id", 2794], ["region_id", 2793], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2793 AND "regions"."code" = ? LIMIT ? [["code", "MOU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MOU"], ["id", 2795], ["region_id", 2793], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2793 AND "regions"."code" = ? LIMIT ? [["code", "SEF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SEF"], ["id", 2796], ["region_id", 2793], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2793 AND "regions"."code" = ? LIMIT ? [["code", "FES"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FES"], ["id", 2797], ["region_id", 2793], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 2798], ["region_id", 2772], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2798 AND "regions"."code" = ? LIMIT ? [["code", "HAJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HAJ"], ["id", 2799], ["region_id", 2798], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2798 AND "regions"."code" = ? LIMIT ? [["code", "ERR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ERR"], ["id", 2800], ["region_id", 2798], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2798 AND "regions"."code" = ? LIMIT ? [["code", "IFR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IFR"], ["id", 2801], ["region_id", 2798], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2798 AND "regions"."code" = ? LIMIT ? [["code", "KHN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KHN"], ["id", 2802], ["region_id", 2798], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2798 AND "regions"."code" = ? LIMIT ? [["code", "MEK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MEK"], ["id", 2803], ["region_id", 2798], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 2804], ["region_id", 2772], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2804 AND "regions"."code" = ? LIMIT ? [["code", "KHE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KHE"], ["id", 2805], ["region_id", 2804], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2804 AND "regions"."code" = ? LIMIT ? [["code", "RAB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RAB"], ["id", 2806], ["region_id", 2804], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2804 AND "regions"."code" = ? LIMIT ? [["code", "SAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SAL"], ["id", 2807], ["region_id", 2804], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2804 AND "regions"."code" = ? LIMIT ? [["code", "SKH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SKH"], ["id", 2808], ["region_id", 2804], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 2809], ["region_id", 2772], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2809 AND "regions"."code" = ? LIMIT ? [["code", "MED"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MED"], ["id", 2810], ["region_id", 2809], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2809 AND "regions"."code" = ? LIMIT ? [["code", "NOU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NOU"], ["id", 2811], ["region_id", 2809], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2809 AND "regions"."code" = ? LIMIT ? [["code", "CAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CAS"], ["id", 2812], ["region_id", 2809], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2809 AND "regions"."code" = ? LIMIT ? [["code", "MOH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MOH"], ["id", 2813], ["region_id", 2809], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 2814], ["region_id", 2772], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2814 AND "regions"."code" = ? LIMIT ? [["code", "BES"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BES"], ["id", 2815], ["region_id", 2814], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2814 AND "regions"."code" = ? LIMIT ? [["code", "KHO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KHO"], ["id", 2816], ["region_id", 2814], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2814 AND "regions"."code" = ? LIMIT ? [["code", "SET"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SET"], ["id", 2817], ["region_id", 2814], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 2818], ["region_id", 2772], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2818 AND "regions"."code" = ? LIMIT ? [["code", "JDI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JDI"], ["id", 2819], ["region_id", 2818], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2818 AND "regions"."code" = ? LIMIT ? [["code", "SAF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SAF"], ["id", 2820], ["region_id", 2818], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 2821], ["region_id", 2772], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2821 AND "regions"."code" = ? LIMIT ? [["code", "HAO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HAO"], ["id", 2822], ["region_id", 2821], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2821 AND "regions"."code" = ? LIMIT ? [["code", "CHI"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CHI"], ["id", 2823], ["region_id", 2821], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2821 AND "regions"."code" = ? LIMIT ? [["code", "ESI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ESI"], ["id", 2824], ["region_id", 2821], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2821 AND "regions"."code" = ? LIMIT ? [["code", "KES"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KES"], ["id", 2825], ["region_id", 2821], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2821 AND "regions"."code" = ? LIMIT ? [["code", "MMD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MMD"], ["id", 2826], ["region_id", 2821], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2821 AND "regions"."code" = ? LIMIT ? [["code", "MMN"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MMN"], ["id", 2827], ["region_id", 2821], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2821 AND "regions"."code" = ? LIMIT ? [["code", "SYB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SYB"], ["id", 2828], ["region_id", 2821], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 2829], ["region_id", 2772], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2829 AND "regions"."code" = ? LIMIT ? [["code", "AZI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AZI"], ["id", 2830], ["region_id", 2829], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2829 AND "regions"."code" = ? LIMIT ? [["code", "BEM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BEM"], ["id", 2831], ["region_id", 2829], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 2832], ["region_id", 2772], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2832 AND "regions"."code" = ? LIMIT ? [["code", "CHT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CHT"], ["id", 2833], ["region_id", 2832], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2832 AND "regions"."code" = ? LIMIT ? [["code", "OUA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OUA"], ["id", 2834], ["region_id", 2832], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2832 AND "regions"."code" = ? LIMIT ? [["code", "TAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TAR"], ["id", 2835], ["region_id", 2832], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2832 AND "regions"."code" = ? LIMIT ? [["code", "TIZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TIZ"], ["id", 2836], ["region_id", 2832], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2832 AND "regions"."code" = ? LIMIT ? [["code", "ZAG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZAG"], ["id", 2837], ["region_id", 2832], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2832 AND "regions"."code" = ? LIMIT ? [["code", "AGD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AGD"], ["id", 2838], ["region_id", 2832], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2832 AND "regions"."code" = ? LIMIT ? [["code", "INE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "INE"], ["id", 2839], ["region_id", 2832], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 2840], ["region_id", 2772], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2840 AND "regions"."code" = ? LIMIT ? [["code", "ASZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ASZ"], ["id", 2841], ["region_id", 2840], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2840 AND "regions"."code" = ? LIMIT ? [["code", "ESM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ESM"], ["id", 2842], ["region_id", 2840], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2840 AND "regions"."code" = ? LIMIT ? [["code", "GUE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GUE"], ["id", 2843], ["region_id", 2840], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2840 AND "regions"."code" = ? LIMIT ? [["code", "TNT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TNT"], ["id", 2844], ["region_id", 2840], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2840 AND "regions"."code" = ? LIMIT ? [["code", "TAT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TAT"], ["id", 2845], ["region_id", 2840], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 2846], ["region_id", 2772], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2846 AND "regions"."code" = ? LIMIT ? [["code", "BOD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BOD"], ["id", 2847], ["region_id", 2846], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2846 AND "regions"."code" = ? LIMIT ? [["code", "LAA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LAA"], ["id", 2848], ["region_id", 2846], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2772 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 2849], ["region_id", 2772], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2849 AND "regions"."code" = ? LIMIT ? [["code", "OUD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OUD"], ["id", 2850], ["region_id", 2849], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2849 AND "regions"."code" = ? LIMIT ? [["code", "AOU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AOU"], ["id", 2851], ["region_id", 2849], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "MC"], ["id", 2852], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "CL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CL"], ["id", 2853], ["region_id", 2852], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CO"], ["id", 2854], ["region_id", 2852], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "FO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FO"], ["id", 2855], ["region_id", 2852], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["id", 2856], ["region_id", 2852], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "JE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JE"], ["id", 2857], ["region_id", 2852], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "LA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LA"], ["id", 2858], ["region_id", 2852], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["id", 2859], ["region_id", 2852], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "MC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MC"], ["id", 2860], ["region_id", 2852], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "MG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MG"], ["id", 2861], ["region_id", 2852], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["id", 2862], ["region_id", 2852], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "MU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MU"], ["id", 2863], ["region_id", 2852], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "PH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PH"], ["id", 2864], ["region_id", 2852], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "SD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SD"], ["id", 2865], ["region_id", 2852], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["id", 2866], ["region_id", 2852], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "SP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SP"], ["id", 2867], ["region_id", 2852], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "SR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SR"], ["id", 2868], ["region_id", 2852], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2852 AND "regions"."code" = ? LIMIT ? [["code", "VR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VR"], ["id", 2869], ["region_id", 2852], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "MD"], ["id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "AN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AN"], ["id", 2871], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["id", 2872], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "BD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BD"], ["id", 2873], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "BR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BR"], ["id", 2874], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "BS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BS"], ["id", 2875], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "CA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CA"], ["id", 2876], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "CL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CL"], ["id", 2877], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "CM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CM"], ["id", 2878], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "CR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CR"], ["id", 2879], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "CS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CS"], ["id", 2880], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "CT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CT"], ["id", 2881], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "CU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CU"], ["id", 2882], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "DO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DO"], ["id", 2883], ["region_id", 2870], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "DR"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DR"], ["id", 2884], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "DU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DU"], ["id", 2885], ["region_id", 2870], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "ED"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ED"], ["id", 2886], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "FA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FA"], ["id", 2887], ["region_id", 2870], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "FL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FL"], ["id", 2888], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["id", 2889], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "GL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GL"], ["id", 2890], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "HI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HI"], ["id", 2891], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "IA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IA"], ["id", 2892], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "LE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LE"], ["id", 2893], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "NI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NI"], ["id", 2894], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "OC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OC"], ["id", 2895], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "OR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OR"], ["id", 2896], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "RE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RE"], ["id", 2897], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "RI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RI"], ["id", 2898], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "SD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SD"], ["id", 2899], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "SI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SI"], ["id", 2900], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "SN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SN"], ["id", 2901], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["id", 2902], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "ST"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ST"], ["id", 2903], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "SV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SV"], ["id", 2904], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["id", 2905], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "TE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TE"], ["id", 2906], ["region_id", 2870], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2870 AND "regions"."code" = ? LIMIT ? [["code", "UN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UN"], ["id", 2907], ["region_id", 2870], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "ME"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "ME"], ["id", 2908], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 2909], ["region_id", 2908], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 2910], ["region_id", 2908], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 2911], ["region_id", 2908], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 2912], ["region_id", 2908], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 2913], ["region_id", 2908], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 2914], ["region_id", 2908], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 2915], ["region_id", 2908], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 2916], ["region_id", 2908], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 2917], ["region_id", 2908], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 2918], ["region_id", 2908], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 2919], ["region_id", 2908], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 2920], ["region_id", 2908], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 2921], ["region_id", 2908], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 2922], ["region_id", 2908], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 2923], ["region_id", 2908], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 2924], ["region_id", 2908], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 2925], ["region_id", 2908], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["id", 2926], ["region_id", 2908], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["id", 2927], ["region_id", 2908], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["id", 2928], ["region_id", 2908], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2908 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 2929], ["region_id", 2908], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "MF"], ["id", 2930], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "MG"], ["id", 2931], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2931 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["id", 2932], ["region_id", 2931], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2931 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["id", 2933], ["region_id", 2931], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2931 AND "regions"."code" = ? LIMIT ? [["code", "F"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "F"], ["id", 2934], ["region_id", 2931], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2931 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["id", 2935], ["region_id", 2931], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2931 AND "regions"."code" = ? LIMIT ? [["code", "T"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "T"], ["id", 2936], ["region_id", 2931], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2931 AND "regions"."code" = ? LIMIT ? [["code", "U"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "U"], ["id", 2937], ["region_id", 2931], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "MH"], ["id", 2938], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2938 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["id", 2939], ["region_id", 2938], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "ALL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ALL"], ["id", 2940], ["region_id", 2939], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "EBO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EBO"], ["id", 2941], ["region_id", 2939], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "ENI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ENI"], ["id", 2942], ["region_id", 2939], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "JAB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JAB"], ["id", 2943], ["region_id", 2939], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "JAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JAL"], ["id", 2944], ["region_id", 2939], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "KIL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KIL"], ["id", 2945], ["region_id", 2939], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "KWA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KWA"], ["id", 2946], ["region_id", 2939], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "LAE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LAE"], ["id", 2947], ["region_id", 2939], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "LIB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LIB"], ["id", 2948], ["region_id", 2939], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "NMK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NMK"], ["id", 2949], ["region_id", 2939], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "NMU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NMU"], ["id", 2950], ["region_id", 2939], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "RON"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RON"], ["id", 2951], ["region_id", 2939], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "UJA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UJA"], ["id", 2952], ["region_id", 2939], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2939 AND "regions"."code" = ? LIMIT ? [["code", "WTN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WTN"], ["id", 2953], ["region_id", 2939], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2938 AND "regions"."code" = ? LIMIT ? [["code", "T"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "T"], ["id", 2954], ["region_id", 2938], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2954 AND "regions"."code" = ? LIMIT ? [["code", "ALK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ALK"], ["id", 2955], ["region_id", 2954], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2954 AND "regions"."code" = ? LIMIT ? [["code", "ARN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ARN"], ["id", 2956], ["region_id", 2954], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2954 AND "regions"."code" = ? LIMIT ? [["code", "AUR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AUR"], ["id", 2957], ["region_id", 2954], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2954 AND "regions"."code" = ? LIMIT ? [["code", "LIK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LIK"], ["id", 2958], ["region_id", 2954], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2954 AND "regions"."code" = ? LIMIT ? [["code", "MAJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MAJ"], ["id", 2959], ["region_id", 2954], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2954 AND "regions"."code" = ? LIMIT ? [["code", "MAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MAL"], ["id", 2960], ["region_id", 2954], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2954 AND "regions"."code" = ? LIMIT ? [["code", "MEJ"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MEJ"], ["id", 2961], ["region_id", 2954], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2954 AND "regions"."code" = ? LIMIT ? [["code", "MIL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MIL"], ["id", 2962], ["region_id", 2954], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2954 AND "regions"."code" = ? LIMIT ? [["code", "UTI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UTI"], ["id", 2963], ["region_id", 2954], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2954 AND "regions"."code" = ? LIMIT ? [["code", "WTJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WTJ"], ["id", 2964], ["region_id", 2954], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "MK"], ["id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 2966], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 2967], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 2968], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 2969], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 2970], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 2971], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 2972], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 2973], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 2974], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 2975], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 2976], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 2977], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 2978], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 2979], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 2980], ["region_id", 2965], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 2981], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 2982], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["id", 2983], ["region_id", 2965], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["id", 2984], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["id", 2985], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 2986], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["id", 2987], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["id", 2988], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["id", 2989], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["id", 2990], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["id", 2991], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["id", 2992], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["id", 2993], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["id", 2994], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["id", 2995], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["id", 2996], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["id", 2997], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["id", 2998], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["id", 2999], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "35"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "35"], ["id", 3000], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "36"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "36"], ["id", 3001], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "37"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "37"], ["id", 3002], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "38"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "38"], ["id", 3003], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "39"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "39"], ["id", 3004], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "40"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "40"], ["id", 3005], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["id", 3006], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["id", 3007], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["id", 3008], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["id", 3009], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["id", 3010], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "46"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "46"], ["id", 3011], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "47"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "47"], ["id", 3012], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "48"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "48"], ["id", 3013], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "49"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "49"], ["id", 3014], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "50"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "50"], ["id", 3015], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["id", 3016], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "52"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "52"], ["id", 3017], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "53"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "53"], ["id", 3018], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "54"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "54"], ["id", 3019], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "55"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "55"], ["id", 3020], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "56"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "56"], ["id", 3021], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "57"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "57"], ["id", 3022], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "58"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "58"], ["id", 3023], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "59"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "59"], ["id", 3024], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "60"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "60"], ["id", 3025], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "61"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "61"], ["id", 3026], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "62"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "62"], ["id", 3027], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "63"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "63"], ["id", 3028], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "64"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "64"], ["id", 3029], ["region_id", 2965], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "65"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "65"], ["id", 3030], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "66"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "66"], ["id", 3031], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "67"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "67"], ["id", 3032], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "68"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "68"], ["id", 3033], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "69"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "69"], ["id", 3034], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "70"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "70"], ["id", 3035], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "71"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "71"], ["id", 3036], ["region_id", 2965], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "72"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "72"], ["id", 3037], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "73"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "73"], ["id", 3038], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "74"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "74"], ["id", 3039], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "75"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "75"], ["id", 3040], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "76"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "76"], ["id", 3041], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "77"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "77"], ["id", 3042], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "78"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "78"], ["id", 3043], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "79"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "79"], ["id", 3044], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "80"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "80"], ["id", 3045], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "81"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "81"], ["id", 3046], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "82"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "82"], ["id", 3047], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "83"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "83"], ["id", 3048], ["region_id", 2965], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 2965 AND "regions"."code" = ? LIMIT ? [["code", "84"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "84"], ["id", 3049], ["region_id", 2965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "ML"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "ML"], ["id", 3050], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3050 AND "regions"."code" = ? LIMIT ? [["code", "1"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "1"], ["id", 3051], ["region_id", 3050], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3050 AND "regions"."code" = ? LIMIT ? [["code", "2"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "2"], ["id", 3052], ["region_id", 3050], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3050 AND "regions"."code" = ? LIMIT ? [["code", "3"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "3"], ["id", 3053], ["region_id", 3050], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3050 AND "regions"."code" = ? LIMIT ? [["code", "4"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "4"], ["id", 3054], ["region_id", 3050], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3050 AND "regions"."code" = ? LIMIT ? [["code", "5"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "5"], ["id", 3055], ["region_id", 3050], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3050 AND "regions"."code" = ? LIMIT ? [["code", "6"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "6"], ["id", 3056], ["region_id", 3050], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3050 AND "regions"."code" = ? LIMIT ? [["code", "7"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "7"], ["id", 3057], ["region_id", 3050], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3050 AND "regions"."code" = ? LIMIT ? [["code", "8"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "8"], ["id", 3058], ["region_id", 3050], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3050 AND "regions"."code" = ? LIMIT ? [["code", "BK0"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BK0"], ["id", 3059], ["region_id", 3050], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "MM"], ["id", 3060], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 3061], ["region_id", 3060], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 3062], ["region_id", 3060], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 3063], ["region_id", 3060], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 3064], ["region_id", 3060], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 3065], ["region_id", 3060], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 3066], ["region_id", 3060], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 3067], ["region_id", 3060], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 3068], ["region_id", 3060], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 3069], ["region_id", 3060], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 3070], ["region_id", 3060], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 3071], ["region_id", 3060], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 3072], ["region_id", 3060], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 3073], ["region_id", 3060], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3060 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 3074], ["region_id", 3060], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "MN"], ["id", 3075], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "035"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "035"], ["id", 3076], ["region_id", 3075], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "037"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "037"], ["id", 3077], ["region_id", 3075], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "039"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "039"], ["id", 3078], ["region_id", 3075], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "041"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "041"], ["id", 3079], ["region_id", 3075], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "043"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "043"], ["id", 3080], ["region_id", 3075], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "046"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "046"], ["id", 3081], ["region_id", 3075], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "047"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "047"], ["id", 3082], ["region_id", 3075], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "049"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "049"], ["id", 3083], ["region_id", 3075], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "051"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "051"], ["id", 3084], ["region_id", 3075], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "053"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "053"], ["id", 3085], ["region_id", 3075], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "055"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "055"], ["id", 3086], ["region_id", 3075], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "057"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "057"], ["id", 3087], ["region_id", 3075], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "059"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "059"], ["id", 3088], ["region_id", 3075], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "061"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "061"], ["id", 3089], ["region_id", 3075], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "063"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "063"], ["id", 3090], ["region_id", 3075], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "064"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "064"], ["id", 3091], ["region_id", 3075], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "065"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "065"], ["id", 3092], ["region_id", 3075], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "067"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "067"], ["id", 3093], ["region_id", 3075], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "069"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "069"], ["id", 3094], ["region_id", 3075], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "071"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "071"], ["id", 3095], ["region_id", 3075], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "073"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "073"], ["id", 3096], ["region_id", 3075], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3075 AND "regions"."code" = ? LIMIT ? [["code", "1"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "1"], ["id", 3097], ["region_id", 3075], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "MO"], ["id", 3098], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "MP"], ["id", 3099], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "MQ"], ["id", 3100], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "MR"], ["id", 3101], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 3102], ["region_id", 3101], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 3103], ["region_id", 3101], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 3104], ["region_id", 3101], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 3105], ["region_id", 3101], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 3106], ["region_id", 3101], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 3107], ["region_id", 3101], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 3108], ["region_id", 3101], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 3109], ["region_id", 3101], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 3110], ["region_id", 3101], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 3111], ["region_id", 3101], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 3112], ["region_id", 3101], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 3113], ["region_id", 3101], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3101 AND "regions"."code" = ? LIMIT ? [["code", "NKC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NKC"], ["id", 3114], ["region_id", 3101], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "MS"], ["id", 3115], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.5ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "MT"], ["id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 3117], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 3118], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 3119], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 3120], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 3121], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 3122], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 3123], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 3124], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 3125], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 3126], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 3127], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 3128], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 3129], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 3130], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 3131], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 3132], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 3133], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["id", 3134], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["id", 3135], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["id", 3136], ["region_id", 3116], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 3137], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["id", 3138], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["id", 3139], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["id", 3140], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["id", 3141], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["id", 3142], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["id", 3143], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["id", 3144], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["id", 3145], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["id", 3146], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["id", 3147], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["id", 3148], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["id", 3149], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["id", 3150], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "35"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "35"], ["id", 3151], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "36"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "36"], ["id", 3152], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "37"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "37"], ["id", 3153], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "38"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "38"], ["id", 3154], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "39"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "39"], ["id", 3155], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "40"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "40"], ["id", 3156], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["id", 3157], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["id", 3158], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["id", 3159], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["id", 3160], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["id", 3161], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "46"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "46"], ["id", 3162], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "47"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "47"], ["id", 3163], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "48"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "48"], ["id", 3164], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "49"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "49"], ["id", 3165], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "50"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "50"], ["id", 3166], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["id", 3167], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "52"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "52"], ["id", 3168], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "53"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "53"], ["id", 3169], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "54"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "54"], ["id", 3170], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "55"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "55"], ["id", 3171], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "56"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "56"], ["id", 3172], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "57"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "57"], ["id", 3173], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "58"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "58"], ["id", 3174], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "59"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "59"], ["id", 3175], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "60"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "60"], ["id", 3176], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "61"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "61"], ["id", 3177], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "62"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "62"], ["id", 3178], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "63"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "63"], ["id", 3179], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "64"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "64"], ["id", 3180], ["region_id", 3116], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "65"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "65"], ["id", 3181], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "66"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "66"], ["id", 3182], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "67"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "67"], ["id", 3183], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3116 AND "regions"."code" = ? LIMIT ? [["code", "68"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "68"], ["id", 3184], ["region_id", 3116], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "MU"], ["id", 3185], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "AG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AG"], ["id", 3186], ["region_id", 3185], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "BL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BL"], ["id", 3187], ["region_id", 3185], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "BR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BR"], ["id", 3188], ["region_id", 3185], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "CC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CC"], ["id", 3189], ["region_id", 3185], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "CU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CU"], ["id", 3190], ["region_id", 3185], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "FL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FL"], ["id", 3191], ["region_id", 3185], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "GP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GP"], ["id", 3192], ["region_id", 3185], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["id", 3193], ["region_id", 3185], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "PA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PA"], ["id", 3194], ["region_id", 3185], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "PL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PL"], ["id", 3195], ["region_id", 3185], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "PU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PU"], ["id", 3196], ["region_id", 3185], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "PW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PW"], ["id", 3197], ["region_id", 3185], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "QB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "QB"], ["id", 3198], ["region_id", 3185], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "RO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RO"], ["id", 3199], ["region_id", 3185], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "RP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RP"], ["id", 3200], ["region_id", 3185], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["id", 3201], ["region_id", 3185], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3185 AND "regions"."code" = ? LIMIT ? [["code", "VP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VP"], ["id", 3202], ["region_id", 3185], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "MV"], ["id", 3203], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3203 AND "regions"."code" = ? LIMIT ? [["code", "CE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CE"], ["id", 3204], ["region_id", 3203], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3204 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 3205], ["region_id", 3204], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3204 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 3206], ["region_id", 3204], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3204 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 3207], ["region_id", 3204], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3203 AND "regions"."code" = ? LIMIT ? [["code", "MLE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MLE"], ["id", 3208], ["region_id", 3203], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3203 AND "regions"."code" = ? LIMIT ? [["code", "NC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NC"], ["id", 3209], ["region_id", 3203], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3209 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 3210], ["region_id", 3209], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3209 AND "regions"."code" = ? LIMIT ? [["code", "00"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "00"], ["id", 3211], ["region_id", 3209], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3209 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["id", 3212], ["region_id", 3209], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3209 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 3213], ["region_id", 3209], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3203 AND "regions"."code" = ? LIMIT ? [["code", "NO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NO"], ["id", 3214], ["region_id", 3203], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3214 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["id", 3215], ["region_id", 3214], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3214 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 3216], ["region_id", 3214], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3214 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["id", 3217], ["region_id", 3214], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3214 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 3218], ["region_id", 3214], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3203 AND "regions"."code" = ? LIMIT ? [["code", "SC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SC"], ["id", 3219], ["region_id", 3203], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3219 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["id", 3220], ["region_id", 3219], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3219 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["id", 3221], ["region_id", 3219], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3203 AND "regions"."code" = ? LIMIT ? [["code", "SU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SU"], ["id", 3222], ["region_id", 3203], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3222 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["id", 3223], ["region_id", 3222], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3222 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 3224], ["region_id", 3222], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3203 AND "regions"."code" = ? LIMIT ? [["code", "UN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UN"], ["id", 3225], ["region_id", 3203], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3225 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 3226], ["region_id", 3225], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3225 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["id", 3227], ["region_id", 3225], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3225 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["id", 3228], ["region_id", 3225], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3203 AND "regions"."code" = ? LIMIT ? [["code", "US"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "US"], ["id", 3229], ["region_id", 3203], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3229 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 3230], ["region_id", 3229], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3229 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 3231], ["region_id", 3229], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "MW"], ["id", 3232], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3232 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["id", 3233], ["region_id", 3232], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3233 AND "regions"."code" = ? LIMIT ? [["code", "DE"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DE"], ["id", 3234], ["region_id", 3233], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3233 AND "regions"."code" = ? LIMIT ? [["code", "DO"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DO"], ["id", 3235], ["region_id", 3233], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3233 AND "regions"."code" = ? LIMIT ? [["code", "KS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KS"], ["id", 3236], ["region_id", 3233], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3233 AND "regions"."code" = ? LIMIT ? [["code", "LI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LI"], ["id", 3237], ["region_id", 3233], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3233 AND "regions"."code" = ? LIMIT ? [["code", "MC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MC"], ["id", 3238], ["region_id", 3233], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3233 AND "regions"."code" = ? LIMIT ? [["code", "NK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NK"], ["id", 3239], ["region_id", 3233], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3233 AND "regions"."code" = ? LIMIT ? [["code", "NU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NU"], ["id", 3240], ["region_id", 3233], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3233 AND "regions"."code" = ? LIMIT ? [["code", "NI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NI"], ["id", 3241], ["region_id", 3233], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3233 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["id", 3242], ["region_id", 3233], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3232 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["id", 3243], ["region_id", 3232], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3243 AND "regions"."code" = ? LIMIT ? [["code", "CT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CT"], ["id", 3244], ["region_id", 3243], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3243 AND "regions"."code" = ? LIMIT ? [["code", "KR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KR"], ["id", 3245], ["region_id", 3243], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3243 AND "regions"."code" = ? LIMIT ? [["code", "LK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LK"], ["id", 3246], ["region_id", 3243], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3243 AND "regions"."code" = ? LIMIT ? [["code", "MZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MZ"], ["id", 3247], ["region_id", 3243], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3243 AND "regions"."code" = ? LIMIT ? [["code", "NE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NE"], ["id", 3248], ["region_id", 3243], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3243 AND "regions"."code" = ? LIMIT ? [["code", "NB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NB"], ["id", 3249], ["region_id", 3243], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3243 AND "regions"."code" = ? LIMIT ? [["code", "RU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RU"], ["id", 3250], ["region_id", 3243], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3232 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["id", 3251], ["region_id", 3232], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3251 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["id", 3252], ["region_id", 3251], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3251 AND "regions"."code" = ? LIMIT ? [["code", "BL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BL"], ["id", 3253], ["region_id", 3251], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3251 AND "regions"."code" = ? LIMIT ? [["code", "CK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CK"], ["id", 3254], ["region_id", 3251], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3251 AND "regions"."code" = ? LIMIT ? [["code", "CR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CR"], ["id", 3255], ["region_id", 3251], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3251 AND "regions"."code" = ? LIMIT ? [["code", "MH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MH"], ["id", 3256], ["region_id", 3251], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3251 AND "regions"."code" = ? LIMIT ? [["code", "MG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MG"], ["id", 3257], ["region_id", 3251], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3251 AND "regions"."code" = ? LIMIT ? [["code", "MU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MU"], ["id", 3258], ["region_id", 3251], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3251 AND "regions"."code" = ? LIMIT ? [["code", "MW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MW"], ["id", 3259], ["region_id", 3251], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3251 AND "regions"."code" = ? LIMIT ? [["code", "NS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NS"], ["id", 3260], ["region_id", 3251], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3251 AND "regions"."code" = ? LIMIT ? [["code", "PH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PH"], ["id", 3261], ["region_id", 3251], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3251 AND "regions"."code" = ? LIMIT ? [["code", "TH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TH"], ["id", 3262], ["region_id", 3251], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3251 AND "regions"."code" = ? LIMIT ? [["code", "ZO"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZO"], ["id", 3263], ["region_id", 3251], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "MX"], ["id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "AGU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AGU"], ["id", 3265], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "BCN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BCN"], ["id", 3266], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "BCS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BCS"], ["id", 3267], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "CAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CAM"], ["id", 3268], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "CHH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CHH"], ["id", 3269], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "CHP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CHP"], ["id", 3270], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "COA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "COA"], ["id", 3271], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "COL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "COL"], ["id", 3272], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "DIF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DIF"], ["id", 3273], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "DUR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DUR"], ["id", 3274], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "GRO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GRO"], ["id", 3275], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "GUA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GUA"], ["id", 3276], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "HID"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HID"], ["id", 3277], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "JAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JAL"], ["id", 3278], ["region_id", 3264], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "MEX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MEX"], ["id", 3279], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "MIC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MIC"], ["id", 3280], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "MOR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MOR"], ["id", 3281], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "NAY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NAY"], ["id", 3282], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "NLE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NLE"], ["id", 3283], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "OAX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OAX"], ["id", 3284], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "PUE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PUE"], ["id", 3285], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "QUE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "QUE"], ["id", 3286], ["region_id", 3264], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "ROO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ROO"], ["id", 3287], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "SIN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SIN"], ["id", 3288], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "SLP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SLP"], ["id", 3289], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "SON"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SON"], ["id", 3290], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "TAB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TAB"], ["id", 3291], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "TAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TAM"], ["id", 3292], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "TLA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TLA"], ["id", 3293], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "VER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VER"], ["id", 3294], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "YUC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "YUC"], ["id", 3295], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3264 AND "regions"."code" = ? LIMIT ? [["code", "ZAC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZAC"], ["id", 3296], ["region_id", 3264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "MY"], ["id", 3297], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 3298], ["region_id", 3297], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 3299], ["region_id", 3297], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 3300], ["region_id", 3297], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 3301], ["region_id", 3297], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 3302], ["region_id", 3297], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 3303], ["region_id", 3297], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 3304], ["region_id", 3297], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 3305], ["region_id", 3297], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 3306], ["region_id", 3297], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 3307], ["region_id", 3297], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 3308], ["region_id", 3297], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 3309], ["region_id", 3297], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 3310], ["region_id", 3297], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 3311], ["region_id", 3297], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 3312], ["region_id", 3297], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3297 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 3313], ["region_id", 3297], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "MZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "MZ"], ["id", 3314], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3314 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["id", 3315], ["region_id", 3314], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3314 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["id", 3316], ["region_id", 3314], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3314 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["id", 3317], ["region_id", 3314], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3314 AND "regions"."code" = ? LIMIT ? [["code", "I"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "I"], ["id", 3318], ["region_id", 3314], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3314 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["id", 3319], ["region_id", 3314], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3314 AND "regions"."code" = ? LIMIT ? [["code", "MPM"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MPM"], ["id", 3320], ["region_id", 3314], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3314 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["id", 3321], ["region_id", 3314], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3314 AND "regions"."code" = ? LIMIT ? [["code", "P"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "P"], ["id", 3322], ["region_id", 3314], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3314 AND "regions"."code" = ? LIMIT ? [["code", "Q"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "Q"], ["id", 3323], ["region_id", 3314], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3314 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["id", 3324], ["region_id", 3314], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3314 AND "regions"."code" = ? LIMIT ? [["code", "T"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "T"], ["id", 3325], ["region_id", 3314], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "NA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "NA"], ["id", 3326], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "CA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CA"], ["id", 3327], ["region_id", 3326], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "ER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ER"], ["id", 3328], ["region_id", 3326], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "HA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HA"], ["id", 3329], ["region_id", 3326], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["id", 3330], ["region_id", 3326], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "KH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KH"], ["id", 3331], ["region_id", 3326], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "KU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KU"], ["id", 3332], ["region_id", 3326], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "OD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OD"], ["id", 3333], ["region_id", 3326], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "OH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OH"], ["id", 3334], ["region_id", 3326], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "OK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OK"], ["id", 3335], ["region_id", 3326], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "ON"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ON"], ["id", 3336], ["region_id", 3326], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "OS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OS"], ["id", 3337], ["region_id", 3326], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "OT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OT"], ["id", 3338], ["region_id", 3326], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3326 AND "regions"."code" = ? LIMIT ? [["code", "OW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OW"], ["id", 3339], ["region_id", 3326], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "NC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "NC"], ["id", 3340], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "NE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "NE"], ["id", 3341], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3341 AND "regions"."code" = ? LIMIT ? [["code", "1"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "1"], ["id", 3342], ["region_id", 3341], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3341 AND "regions"."code" = ? LIMIT ? [["code", "2"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "2"], ["id", 3343], ["region_id", 3341], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3341 AND "regions"."code" = ? LIMIT ? [["code", "3"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "3"], ["id", 3344], ["region_id", 3341], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3341 AND "regions"."code" = ? LIMIT ? [["code", "4"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "4"], ["id", 3345], ["region_id", 3341], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3341 AND "regions"."code" = ? LIMIT ? [["code", "5"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "5"], ["id", 3346], ["region_id", 3341], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3341 AND "regions"."code" = ? LIMIT ? [["code", "6"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "6"], ["id", 3347], ["region_id", 3341], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3341 AND "regions"."code" = ? LIMIT ? [["code", "7"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "7"], ["id", 3348], ["region_id", 3341], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3341 AND "regions"."code" = ? LIMIT ? [["code", "8"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "8"], ["id", 3349], ["region_id", 3341], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "NF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "NF"], ["id", 3350], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "NG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "NG"], ["id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "AB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AB"], ["id", 3352], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "AD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AD"], ["id", 3353], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "AK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AK"], ["id", 3354], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "AN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AN"], ["id", 3355], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["id", 3356], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "BE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BE"], ["id", 3357], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "BO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BO"], ["id", 3358], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "BY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BY"], ["id", 3359], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "CR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CR"], ["id", 3360], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "DE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DE"], ["id", 3361], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "EB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EB"], ["id", 3362], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "ED"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ED"], ["id", 3363], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "EK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EK"], ["id", 3364], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "EN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EN"], ["id", 3365], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "FC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FC"], ["id", 3366], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "GO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GO"], ["id", 3367], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "IM"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IM"], ["id", 3368], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "JI"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JI"], ["id", 3369], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "KD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KD"], ["id", 3370], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "KE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KE"], ["id", 3371], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "KN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KN"], ["id", 3372], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "KO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KO"], ["id", 3373], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "KT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KT"], ["id", 3374], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "KW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KW"], ["id", 3375], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "LA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LA"], ["id", 3376], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "NA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NA"], ["id", 3377], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "NI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NI"], ["id", 3378], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "OG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OG"], ["id", 3379], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "ON"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ON"], ["id", 3380], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "OS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OS"], ["id", 3381], ["region_id", 3351], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "OY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OY"], ["id", 3382], ["region_id", 3351], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "PL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PL"], ["id", 3383], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "RI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RI"], ["id", 3384], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["id", 3385], ["region_id", 3351], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["id", 3386], ["region_id", 3351], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "YO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "YO"], ["id", 3387], ["region_id", 3351], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3351 AND "regions"."code" = ? LIMIT ? [["code", "ZA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZA"], ["id", 3388], ["region_id", 3351], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "NI"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "NI"], ["id", 3389], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "AN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AN"], ["id", 3390], ["region_id", 3389], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "AS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AS"], ["id", 3391], ["region_id", 3389], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "BO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BO"], ["id", 3392], ["region_id", 3389], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "CA"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CA"], ["id", 3393], ["region_id", 3389], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "CI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CI"], ["id", 3394], ["region_id", 3389], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CO"], ["id", 3395], ["region_id", 3389], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "ES"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ES"], ["id", 3396], ["region_id", 3389], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "GR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GR"], ["id", 3397], ["region_id", 3389], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "JI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JI"], ["id", 3398], ["region_id", 3389], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "LE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LE"], ["id", 3399], ["region_id", 3389], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "MD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MD"], ["id", 3400], ["region_id", 3389], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "MN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MN"], ["id", 3401], ["region_id", 3389], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "MS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MS"], ["id", 3402], ["region_id", 3389], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "MT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MT"], ["id", 3403], ["region_id", 3389], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "NS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NS"], ["id", 3404], ["region_id", 3389], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "RI"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RI"], ["id", 3405], ["region_id", 3389], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3389 AND "regions"."code" = ? LIMIT ? [["code", "SJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SJ"], ["id", 3406], ["region_id", 3389], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "NL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "NL"], ["id", 3407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "AW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AW"], ["id", 3408], ["region_id", 3407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "BQ1"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BQ1"], ["id", 3409], ["region_id", 3407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "BQ2"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BQ2"], ["id", 3410], ["region_id", 3407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "BQ3"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BQ3"], ["id", 3411], ["region_id", 3407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "CW"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CW"], ["id", 3412], ["region_id", 3407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "DR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DR"], ["id", 3413], ["region_id", 3407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "FL"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FL"], ["id", 3414], ["region_id", 3407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "FR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FR"], ["id", 3415], ["region_id", 3407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "GE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GE"], ["id", 3416], ["region_id", 3407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "GR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GR"], ["id", 3417], ["region_id", 3407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "LI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LI"], ["id", 3418], ["region_id", 3407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "NB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NB"], ["id", 3419], ["region_id", 3407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "NH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NH"], ["id", 3420], ["region_id", 3407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "OV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OV"], ["id", 3421], ["region_id", 3407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "SX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SX"], ["id", 3422], ["region_id", 3407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "UT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UT"], ["id", 3423], ["region_id", 3407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "ZE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZE"], ["id", 3424], ["region_id", 3407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3407 AND "regions"."code" = ? LIMIT ? [["code", "ZH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZH"], ["id", 3425], ["region_id", 3407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "NO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "NO"], ["id", 3426], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 3427], ["region_id", 3426], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 3428], ["region_id", 3426], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 3429], ["region_id", 3426], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 3430], ["region_id", 3426], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 3431], ["region_id", 3426], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 3432], ["region_id", 3426], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 3433], ["region_id", 3426], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 3434], ["region_id", 3426], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 3435], ["region_id", 3426], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 3436], ["region_id", 3426], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 3437], ["region_id", 3426], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 3438], ["region_id", 3426], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 3439], ["region_id", 3426], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 3440], ["region_id", 3426], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 3441], ["region_id", 3426], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 3442], ["region_id", 3426], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["id", 3443], ["region_id", 3426], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["id", 3444], ["region_id", 3426], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["id", 3445], ["region_id", 3426], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 3446], ["region_id", 3426], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3426 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["id", 3447], ["region_id", 3426], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "NP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "NP"], ["id", 3448], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3448 AND "regions"."code" = ? LIMIT ? [["code", "1"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "1"], ["id", 3449], ["region_id", 3448], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3449 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["id", 3450], ["region_id", 3449], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3449 AND "regions"."code" = ? LIMIT ? [["code", "JA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JA"], ["id", 3451], ["region_id", 3449], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3449 AND "regions"."code" = ? LIMIT ? [["code", "NA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NA"], ["id", 3452], ["region_id", 3449], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3448 AND "regions"."code" = ? LIMIT ? [["code", "2"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "2"], ["id", 3453], ["region_id", 3448], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3453 AND "regions"."code" = ? LIMIT ? [["code", "BH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BH"], ["id", 3454], ["region_id", 3453], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3453 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["id", 3455], ["region_id", 3453], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3453 AND "regions"."code" = ? LIMIT ? [["code", "RA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RA"], ["id", 3456], ["region_id", 3453], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3448 AND "regions"."code" = ? LIMIT ? [["code", "3"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "3"], ["id", 3457], ["region_id", 3448], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3457 AND "regions"."code" = ? LIMIT ? [["code", "DH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DH"], ["id", 3458], ["region_id", 3457], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3457 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["id", 3459], ["region_id", 3457], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3457 AND "regions"."code" = ? LIMIT ? [["code", "LU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LU"], ["id", 3460], ["region_id", 3457], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3448 AND "regions"."code" = ? LIMIT ? [["code", "4"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "4"], ["id", 3461], ["region_id", 3448], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3461 AND "regions"."code" = ? LIMIT ? [["code", "KO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KO"], ["id", 3462], ["region_id", 3461], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3461 AND "regions"."code" = ? LIMIT ? [["code", "ME"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ME"], ["id", 3463], ["region_id", 3461], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3461 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["id", 3464], ["region_id", 3461], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3448 AND "regions"."code" = ? LIMIT ? [["code", "5"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "5"], ["id", 3465], ["region_id", 3448], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3465 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["id", 3466], ["region_id", 3465], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3465 AND "regions"."code" = ? LIMIT ? [["code", "SE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SE"], ["id", 3467], ["region_id", 3465], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "NR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "NR"], ["id", 3468], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 3469], ["region_id", 3468], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 3470], ["region_id", 3468], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 3471], ["region_id", 3468], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 3472], ["region_id", 3468], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 3473], ["region_id", 3468], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 3474], ["region_id", 3468], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 3475], ["region_id", 3468], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 3476], ["region_id", 3468], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 3477], ["region_id", 3468], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 3478], ["region_id", 3468], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 3479], ["region_id", 3468], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 3480], ["region_id", 3468], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 3481], ["region_id", 3468], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3468 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 3482], ["region_id", 3468], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "NU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "NU"], ["id", 3483], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "NZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "NZ"], ["id", 3484], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3484 AND "regions"."code" = ? LIMIT ? [["code", "CIT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CIT"], ["id", 3485], ["region_id", 3484], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3484 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["id", 3486], ["region_id", 3484], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3486 AND "regions"."code" = ? LIMIT ? [["code", "AUK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AUK"], ["id", 3487], ["region_id", 3486], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3486 AND "regions"."code" = ? LIMIT ? [["code", "BOP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BOP"], ["id", 3488], ["region_id", 3486], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3486 AND "regions"."code" = ? LIMIT ? [["code", "HKB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HKB"], ["id", 3489], ["region_id", 3486], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3486 AND "regions"."code" = ? LIMIT ? [["code", "MWT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MWT"], ["id", 3490], ["region_id", 3486], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3486 AND "regions"."code" = ? LIMIT ? [["code", "NTL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NTL"], ["id", 3491], ["region_id", 3486], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3486 AND "regions"."code" = ? LIMIT ? [["code", "TKI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TKI"], ["id", 3492], ["region_id", 3486], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3486 AND "regions"."code" = ? LIMIT ? [["code", "WKO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WKO"], ["id", 3493], ["region_id", 3486], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3486 AND "regions"."code" = ? LIMIT ? [["code", "WGN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WGN"], ["id", 3494], ["region_id", 3486], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3486 AND "regions"."code" = ? LIMIT ? [["code", "GIS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GIS"], ["id", 3495], ["region_id", 3486], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3484 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["id", 3496], ["region_id", 3484], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3496 AND "regions"."code" = ? LIMIT ? [["code", "CAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CAN"], ["id", 3497], ["region_id", 3496], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3496 AND "regions"."code" = ? LIMIT ? [["code", "OTA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OTA"], ["id", 3498], ["region_id", 3496], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3496 AND "regions"."code" = ? LIMIT ? [["code", "STL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "STL"], ["id", 3499], ["region_id", 3496], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3496 AND "regions"."code" = ? LIMIT ? [["code", "WTC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WTC"], ["id", 3500], ["region_id", 3496], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3496 AND "regions"."code" = ? LIMIT ? [["code", "MBH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MBH"], ["id", 3501], ["region_id", 3496], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3496 AND "regions"."code" = ? LIMIT ? [["code", "NSN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NSN"], ["id", 3502], ["region_id", 3496], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3496 AND "regions"."code" = ? LIMIT ? [["code", "TAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TAS"], ["id", 3503], ["region_id", 3496], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "OM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "OM"], ["id", 3504], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3504 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["id", 3505], ["region_id", 3504], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3504 AND "regions"."code" = ? LIMIT ? [["code", "BU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BU"], ["id", 3506], ["region_id", 3504], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3504 AND "regions"."code" = ? LIMIT ? [["code", "DA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DA"], ["id", 3507], ["region_id", 3504], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3504 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["id", 3508], ["region_id", 3504], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3504 AND "regions"."code" = ? LIMIT ? [["code", "MU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MU"], ["id", 3509], ["region_id", 3504], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3504 AND "regions"."code" = ? LIMIT ? [["code", "SH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SH"], ["id", 3510], ["region_id", 3504], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3504 AND "regions"."code" = ? LIMIT ? [["code", "WU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WU"], ["id", 3511], ["region_id", 3504], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3504 AND "regions"."code" = ? LIMIT ? [["code", "ZA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZA"], ["id", 3512], ["region_id", 3504], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3504 AND "regions"."code" = ? LIMIT ? [["code", "ZU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZU"], ["id", 3513], ["region_id", 3504], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PA"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "PA"], ["id", 3514], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3514 AND "regions"."code" = ? LIMIT ? [["code", "1"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "1"], ["id", 3515], ["region_id", 3514], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3514 AND "regions"."code" = ? LIMIT ? [["code", "2"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "2"], ["id", 3516], ["region_id", 3514], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3514 AND "regions"."code" = ? LIMIT ? [["code", "3"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "3"], ["id", 3517], ["region_id", 3514], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3514 AND "regions"."code" = ? LIMIT ? [["code", "4"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "4"], ["id", 3518], ["region_id", 3514], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3514 AND "regions"."code" = ? LIMIT ? [["code", "5"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "5"], ["id", 3519], ["region_id", 3514], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3514 AND "regions"."code" = ? LIMIT ? [["code", "6"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "6"], ["id", 3520], ["region_id", 3514], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3514 AND "regions"."code" = ? LIMIT ? [["code", "7"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "7"], ["id", 3521], ["region_id", 3514], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3514 AND "regions"."code" = ? LIMIT ? [["code", "8"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "8"], ["id", 3522], ["region_id", 3514], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3514 AND "regions"."code" = ? LIMIT ? [["code", "9"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "9"], ["id", 3523], ["region_id", 3514], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3514 AND "regions"."code" = ? LIMIT ? [["code", "EM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EM"], ["id", 3524], ["region_id", 3514], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3514 AND "regions"."code" = ? LIMIT ? [["code", "KY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KY"], ["id", 3525], ["region_id", 3514], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3514 AND "regions"."code" = ? LIMIT ? [["code", "NB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NB"], ["id", 3526], ["region_id", 3514], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "PE"], ["id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "AMA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AMA"], ["id", 3528], ["region_id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "ANC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ANC"], ["id", 3529], ["region_id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "APU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "APU"], ["id", 3530], ["region_id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "ARE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ARE"], ["id", 3531], ["region_id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "AYA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AYA"], ["id", 3532], ["region_id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "CAJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CAJ"], ["id", 3533], ["region_id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "CAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CAL"], ["id", 3534], ["region_id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "CUS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CUS"], ["id", 3535], ["region_id", 3527], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "HUC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HUC"], ["id", 3536], ["region_id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "HUV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HUV"], ["id", 3537], ["region_id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "ICA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ICA"], ["id", 3538], ["region_id", 3527], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "JUN"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JUN"], ["id", 3539], ["region_id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "LAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LAL"], ["id", 3540], ["region_id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "LAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LAM"], ["id", 3541], ["region_id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "LIM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LIM"], ["id", 3542], ["region_id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "LMA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LMA"], ["id", 3543], ["region_id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "LOR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LOR"], ["id", 3544], ["region_id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "MDD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MDD"], ["id", 3545], ["region_id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "MOQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MOQ"], ["id", 3546], ["region_id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "PAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PAS"], ["id", 3547], ["region_id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "PIU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PIU"], ["id", 3548], ["region_id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "PUN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PUN"], ["id", 3549], ["region_id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "SAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SAM"], ["id", 3550], ["region_id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "TAC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TAC"], ["id", 3551], ["region_id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "TUM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TUM"], ["id", 3552], ["region_id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3527 AND "regions"."code" = ? LIMIT ? [["code", "UCA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UCA"], ["id", 3553], ["region_id", 3527], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "PF"], ["id", 3554], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "PG"], ["id", 3555], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "CPK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CPK"], ["id", 3556], ["region_id", 3555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "CPM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CPM"], ["id", 3557], ["region_id", 3555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "EBR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EBR"], ["id", 3558], ["region_id", 3555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "EHG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EHG"], ["id", 3559], ["region_id", 3555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "EPW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EPW"], ["id", 3560], ["region_id", 3555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "ESW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ESW"], ["id", 3561], ["region_id", 3555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "GPK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GPK"], ["id", 3562], ["region_id", 3555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "MBA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MBA"], ["id", 3563], ["region_id", 3555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "MPL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MPL"], ["id", 3564], ["region_id", 3555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "MPM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MPM"], ["id", 3565], ["region_id", 3555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "MRL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MRL"], ["id", 3566], ["region_id", 3555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "NCD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NCD"], ["id", 3567], ["region_id", 3555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "NIK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NIK"], ["id", 3568], ["region_id", 3555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "NPP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NPP"], ["id", 3569], ["region_id", 3555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "NSB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NSB"], ["id", 3570], ["region_id", 3555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "SAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SAN"], ["id", 3571], ["region_id", 3555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "SHM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SHM"], ["id", 3572], ["region_id", 3555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "WBK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WBK"], ["id", 3573], ["region_id", 3555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "WHM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WHM"], ["id", 3574], ["region_id", 3555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3555 AND "regions"."code" = ? LIMIT ? [["code", "WPD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WPD"], ["id", 3575], ["region_id", 3555], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "PH"], ["id", 3576], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "00"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "00"], ["id", 3577], ["region_id", 3576], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 3578], ["region_id", 3576], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3578 AND "regions"."code" = ? LIMIT ? [["code", "ILN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ILN"], ["id", 3579], ["region_id", 3578], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3578 AND "regions"."code" = ? LIMIT ? [["code", "ILS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ILS"], ["id", 3580], ["region_id", 3578], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3578 AND "regions"."code" = ? LIMIT ? [["code", "LUN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LUN"], ["id", 3581], ["region_id", 3578], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3578 AND "regions"."code" = ? LIMIT ? [["code", "PAN"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PAN"], ["id", 3582], ["region_id", 3578], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 3583], ["region_id", 3576], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3583 AND "regions"."code" = ? LIMIT ? [["code", "BTN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BTN"], ["id", 3584], ["region_id", 3583], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3583 AND "regions"."code" = ? LIMIT ? [["code", "CAG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CAG"], ["id", 3585], ["region_id", 3583], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3583 AND "regions"."code" = ? LIMIT ? [["code", "ISA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ISA"], ["id", 3586], ["region_id", 3583], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3583 AND "regions"."code" = ? LIMIT ? [["code", "NUV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NUV"], ["id", 3587], ["region_id", 3583], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3583 AND "regions"."code" = ? LIMIT ? [["code", "QUI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "QUI"], ["id", 3588], ["region_id", 3583], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 3589], ["region_id", 3576], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3589 AND "regions"."code" = ? LIMIT ? [["code", "AUR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AUR"], ["id", 3590], ["region_id", 3589], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3589 AND "regions"."code" = ? LIMIT ? [["code", "BAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BAN"], ["id", 3591], ["region_id", 3589], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3589 AND "regions"."code" = ? LIMIT ? [["code", "BUL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BUL"], ["id", 3592], ["region_id", 3589], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3589 AND "regions"."code" = ? LIMIT ? [["code", "NUE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NUE"], ["id", 3593], ["region_id", 3589], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3589 AND "regions"."code" = ? LIMIT ? [["code", "PAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PAM"], ["id", 3594], ["region_id", 3589], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3589 AND "regions"."code" = ? LIMIT ? [["code", "TAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TAR"], ["id", 3595], ["region_id", 3589], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3589 AND "regions"."code" = ? LIMIT ? [["code", "ZMB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZMB"], ["id", 3596], ["region_id", 3589], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 3597], ["region_id", 3576], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3597 AND "regions"."code" = ? LIMIT ? [["code", "ALB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ALB"], ["id", 3598], ["region_id", 3597], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3597 AND "regions"."code" = ? LIMIT ? [["code", "CAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CAN"], ["id", 3599], ["region_id", 3597], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3597 AND "regions"."code" = ? LIMIT ? [["code", "CAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CAS"], ["id", 3600], ["region_id", 3597], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3597 AND "regions"."code" = ? LIMIT ? [["code", "CAT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CAT"], ["id", 3601], ["region_id", 3597], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3597 AND "regions"."code" = ? LIMIT ? [["code", "MAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MAS"], ["id", 3602], ["region_id", 3597], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3597 AND "regions"."code" = ? LIMIT ? [["code", "SOR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SOR"], ["id", 3603], ["region_id", 3597], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 3604], ["region_id", 3576], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3604 AND "regions"."code" = ? LIMIT ? [["code", "AKL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AKL"], ["id", 3605], ["region_id", 3604], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3604 AND "regions"."code" = ? LIMIT ? [["code", "ANT"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ANT"], ["id", 3606], ["region_id", 3604], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3604 AND "regions"."code" = ? LIMIT ? [["code", "CAP"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CAP"], ["id", 3607], ["region_id", 3604], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3604 AND "regions"."code" = ? LIMIT ? [["code", "GUI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GUI"], ["id", 3608], ["region_id", 3604], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3604 AND "regions"."code" = ? LIMIT ? [["code", "ILI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ILI"], ["id", 3609], ["region_id", 3604], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3604 AND "regions"."code" = ? LIMIT ? [["code", "NEC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NEC"], ["id", 3610], ["region_id", 3604], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 3611], ["region_id", 3576], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3611 AND "regions"."code" = ? LIMIT ? [["code", "BOH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BOH"], ["id", 3612], ["region_id", 3611], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3611 AND "regions"."code" = ? LIMIT ? [["code", "CEB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CEB"], ["id", 3613], ["region_id", 3611], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3611 AND "regions"."code" = ? LIMIT ? [["code", "NER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NER"], ["id", 3614], ["region_id", 3611], ["LIMIT", 1]]  (2.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3611 AND "regions"."code" = ? LIMIT ? [["code", "SIG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SIG"], ["id", 3615], ["region_id", 3611], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 3616], ["region_id", 3576], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3616 AND "regions"."code" = ? LIMIT ? [["code", "BIL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BIL"], ["id", 3617], ["region_id", 3616], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3616 AND "regions"."code" = ? LIMIT ? [["code", "EAS"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EAS"], ["id", 3618], ["region_id", 3616], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3616 AND "regions"."code" = ? LIMIT ? [["code", "LEY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LEY"], ["id", 3619], ["region_id", 3616], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3616 AND "regions"."code" = ? LIMIT ? [["code", "NSA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NSA"], ["id", 3620], ["region_id", 3616], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3616 AND "regions"."code" = ? LIMIT ? [["code", "SLE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SLE"], ["id", 3621], ["region_id", 3616], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3616 AND "regions"."code" = ? LIMIT ? [["code", "WSA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WSA"], ["id", 3622], ["region_id", 3616], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 3623], ["region_id", 3576], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3623 AND "regions"."code" = ? LIMIT ? [["code", "BAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BAS"], ["id", 3624], ["region_id", 3623], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3623 AND "regions"."code" = ? LIMIT ? [["code", "ZAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZAN"], ["id", 3625], ["region_id", 3623], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3623 AND "regions"."code" = ? LIMIT ? [["code", "ZAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZAS"], ["id", 3626], ["region_id", 3623], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3623 AND "regions"."code" = ? LIMIT ? [["code", "ZSI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZSI"], ["id", 3627], ["region_id", 3623], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 3628], ["region_id", 3576], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3628 AND "regions"."code" = ? LIMIT ? [["code", "BUK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BUK"], ["id", 3629], ["region_id", 3628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3628 AND "regions"."code" = ? LIMIT ? [["code", "CAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CAM"], ["id", 3630], ["region_id", 3628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3628 AND "regions"."code" = ? LIMIT ? [["code", "MSC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MSC"], ["id", 3631], ["region_id", 3628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3628 AND "regions"."code" = ? LIMIT ? [["code", "MSR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MSR"], ["id", 3632], ["region_id", 3628], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 3633], ["region_id", 3576], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3633 AND "regions"."code" = ? LIMIT ? [["code", "COM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "COM"], ["id", 3634], ["region_id", 3633], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3633 AND "regions"."code" = ? LIMIT ? [["code", "DAV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DAV"], ["id", 3635], ["region_id", 3633], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3633 AND "regions"."code" = ? LIMIT ? [["code", "DAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DAS"], ["id", 3636], ["region_id", 3633], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3633 AND "regions"."code" = ? LIMIT ? [["code", "DAO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DAO"], ["id", 3637], ["region_id", 3633], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3633 AND "regions"."code" = ? LIMIT ? [["code", "SAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SAR"], ["id", 3638], ["region_id", 3633], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3633 AND "regions"."code" = ? LIMIT ? [["code", "SCO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SCO"], ["id", 3639], ["region_id", 3633], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 3640], ["region_id", 3576], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.4ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3640 AND "regions"."code" = ? LIMIT ? [["code", "LAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LAN"], ["id", 3641], ["region_id", 3640], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3640 AND "regions"."code" = ? LIMIT ? [["code", "NCO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NCO"], ["id", 3642], ["region_id", 3640], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3640 AND "regions"."code" = ? LIMIT ? [["code", "SUK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SUK"], ["id", 3643], ["region_id", 3640], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 3644], ["region_id", 3576], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3644 AND "regions"."code" = ? LIMIT ? [["code", "AGN"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AGN"], ["id", 3645], ["region_id", 3644], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3644 AND "regions"."code" = ? LIMIT ? [["code", "AGS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AGS"], ["id", 3646], ["region_id", 3644], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3644 AND "regions"."code" = ? LIMIT ? [["code", "DIN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DIN"], ["id", 3647], ["region_id", 3644], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3644 AND "regions"."code" = ? LIMIT ? [["code", "SUN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SUN"], ["id", 3648], ["region_id", 3644], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3644 AND "regions"."code" = ? LIMIT ? [["code", "SUR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SUR"], ["id", 3649], ["region_id", 3644], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 3650], ["region_id", 3576], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3650 AND "regions"."code" = ? LIMIT ? [["code", "LAS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LAS"], ["id", 3651], ["region_id", 3650], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3650 AND "regions"."code" = ? LIMIT ? [["code", "MAG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MAG"], ["id", 3652], ["region_id", 3650], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3650 AND "regions"."code" = ? LIMIT ? [["code", "SLU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SLU"], ["id", 3653], ["region_id", 3650], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3650 AND "regions"."code" = ? LIMIT ? [["code", "TAW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TAW"], ["id", 3654], ["region_id", 3650], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 3655], ["region_id", 3576], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3655 AND "regions"."code" = ? LIMIT ? [["code", "ABR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ABR"], ["id", 3656], ["region_id", 3655], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3655 AND "regions"."code" = ? LIMIT ? [["code", "APA"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "APA"], ["id", 3657], ["region_id", 3655], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3655 AND "regions"."code" = ? LIMIT ? [["code", "BEN"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BEN"], ["id", 3658], ["region_id", 3655], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3655 AND "regions"."code" = ? LIMIT ? [["code", "IFU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IFU"], ["id", 3659], ["region_id", 3655], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3655 AND "regions"."code" = ? LIMIT ? [["code", "KAL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KAL"], ["id", 3660], ["region_id", 3655], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3655 AND "regions"."code" = ? LIMIT ? [["code", "MOU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MOU"], ["id", 3661], ["region_id", 3655], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "40"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "40"], ["id", 3662], ["region_id", 3576], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3662 AND "regions"."code" = ? LIMIT ? [["code", "BTG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BTG"], ["id", 3663], ["region_id", 3662], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3662 AND "regions"."code" = ? LIMIT ? [["code", "CAV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CAV"], ["id", 3664], ["region_id", 3662], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3662 AND "regions"."code" = ? LIMIT ? [["code", "LAG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LAG"], ["id", 3665], ["region_id", 3662], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3662 AND "regions"."code" = ? LIMIT ? [["code", "QUE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "QUE"], ["id", 3666], ["region_id", 3662], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3662 AND "regions"."code" = ? LIMIT ? [["code", "RIZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RIZ"], ["id", 3667], ["region_id", 3662], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3576 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["id", 3668], ["region_id", 3576], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3668 AND "regions"."code" = ? LIMIT ? [["code", "MAD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MAD"], ["id", 3669], ["region_id", 3668], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3668 AND "regions"."code" = ? LIMIT ? [["code", "MDC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MDC"], ["id", 3670], ["region_id", 3668], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3668 AND "regions"."code" = ? LIMIT ? [["code", "MDR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MDR"], ["id", 3671], ["region_id", 3668], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3668 AND "regions"."code" = ? LIMIT ? [["code", "PLW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PLW"], ["id", 3672], ["region_id", 3668], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3668 AND "regions"."code" = ? LIMIT ? [["code", "ROM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ROM"], ["id", 3673], ["region_id", 3668], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "PK"], ["id", 3674], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3674 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["id", 3675], ["region_id", 3674], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3674 AND "regions"."code" = ? LIMIT ? [["code", "GB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GB"], ["id", 3676], ["region_id", 3674], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3674 AND "regions"."code" = ? LIMIT ? [["code", "IS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IS"], ["id", 3677], ["region_id", 3674], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3674 AND "regions"."code" = ? LIMIT ? [["code", "JK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JK"], ["id", 3678], ["region_id", 3674], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3674 AND "regions"."code" = ? LIMIT ? [["code", "KP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KP"], ["id", 3679], ["region_id", 3674], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3674 AND "regions"."code" = ? LIMIT ? [["code", "PB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PB"], ["id", 3680], ["region_id", 3674], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3674 AND "regions"."code" = ? LIMIT ? [["code", "SD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SD"], ["id", 3681], ["region_id", 3674], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3674 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["id", 3682], ["region_id", 3674], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "PL"], ["id", 3683], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "DS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DS"], ["id", 3684], ["region_id", 3683], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "KP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KP"], ["id", 3685], ["region_id", 3683], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "LB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LB"], ["id", 3686], ["region_id", 3683], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "LD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LD"], ["id", 3687], ["region_id", 3683], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "LU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LU"], ["id", 3688], ["region_id", 3683], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["id", 3689], ["region_id", 3683], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "MZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MZ"], ["id", 3690], ["region_id", 3683], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "OP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OP"], ["id", 3691], ["region_id", 3683], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "PD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PD"], ["id", 3692], ["region_id", 3683], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "PK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PK"], ["id", 3693], ["region_id", 3683], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "PM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PM"], ["id", 3694], ["region_id", 3683], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "SK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SK"], ["id", 3695], ["region_id", 3683], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "SL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SL"], ["id", 3696], ["region_id", 3683], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "WN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WN"], ["id", 3697], ["region_id", 3683], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "WP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WP"], ["id", 3698], ["region_id", 3683], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3683 AND "regions"."code" = ? LIMIT ? [["code", "ZP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZP"], ["id", 3699], ["region_id", 3683], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "PM"], ["id", 3700], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "PN"], ["id", 3701], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "PS"], ["id", 3702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "BTH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BTH"], ["id", 3703], ["region_id", 3702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "DEB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DEB"], ["id", 3704], ["region_id", 3702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "GZA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GZA"], ["id", 3705], ["region_id", 3702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "HBN"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HBN"], ["id", 3706], ["region_id", 3702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "JEM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JEM"], ["id", 3707], ["region_id", 3702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "JEN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JEN"], ["id", 3708], ["region_id", 3702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "JRH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JRH"], ["id", 3709], ["region_id", 3702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "KYS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KYS"], ["id", 3710], ["region_id", 3702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "NBS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NBS"], ["id", 3711], ["region_id", 3702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "NGZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NGZ"], ["id", 3712], ["region_id", 3702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "QQA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "QQA"], ["id", 3713], ["region_id", 3702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "RBH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RBH"], ["id", 3714], ["region_id", 3702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "RFH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RFH"], ["id", 3715], ["region_id", 3702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "SLT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SLT"], ["id", 3716], ["region_id", 3702], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "TBS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TBS"], ["id", 3717], ["region_id", 3702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3702 AND "regions"."code" = ? LIMIT ? [["code", "TKM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TKM"], ["id", 3718], ["region_id", 3702], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "PT"], ["id", 3719], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 3720], ["region_id", 3719], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 3721], ["region_id", 3719], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 3722], ["region_id", 3719], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 3723], ["region_id", 3719], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 3724], ["region_id", 3719], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 3725], ["region_id", 3719], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 3726], ["region_id", 3719], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 3727], ["region_id", 3719], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 3728], ["region_id", 3719], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 3729], ["region_id", 3719], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 3730], ["region_id", 3719], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 3731], ["region_id", 3719], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 3732], ["region_id", 3719], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 3733], ["region_id", 3719], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 3734], ["region_id", 3719], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 3735], ["region_id", 3719], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 3736], ["region_id", 3719], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["id", 3737], ["region_id", 3719], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["id", 3738], ["region_id", 3719], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3719 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["id", 3739], ["region_id", 3719], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "PW"], ["id", 3740], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "002"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "002"], ["id", 3741], ["region_id", 3740], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "004"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "004"], ["id", 3742], ["region_id", 3740], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "010"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "010"], ["id", 3743], ["region_id", 3740], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "050"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "050"], ["id", 3744], ["region_id", 3740], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "100"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "100"], ["id", 3745], ["region_id", 3740], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "150"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "150"], ["id", 3746], ["region_id", 3740], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "212"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "212"], ["id", 3747], ["region_id", 3740], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "214"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "214"], ["id", 3748], ["region_id", 3740], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "218"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "218"], ["id", 3749], ["region_id", 3740], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "222"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "222"], ["id", 3750], ["region_id", 3740], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "224"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "224"], ["id", 3751], ["region_id", 3740], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "226"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "226"], ["id", 3752], ["region_id", 3740], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "227"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "227"], ["id", 3753], ["region_id", 3740], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "228"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "228"], ["id", 3754], ["region_id", 3740], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "350"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "350"], ["id", 3755], ["region_id", 3740], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3740 AND "regions"."code" = ? LIMIT ? [["code", "370"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "370"], ["id", 3756], ["region_id", 3740], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "PY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "PY"], ["id", 3757], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "1"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "1"], ["id", 3758], ["region_id", 3757], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 3759], ["region_id", 3757], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 3760], ["region_id", 3757], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 3761], ["region_id", 3757], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 3762], ["region_id", 3757], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 3763], ["region_id", 3757], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 3764], ["region_id", 3757], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 3765], ["region_id", 3757], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["id", 3766], ["region_id", 3757], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "2"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "2"], ["id", 3767], ["region_id", 3757], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "3"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "3"], ["id", 3768], ["region_id", 3757], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "4"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "4"], ["id", 3769], ["region_id", 3757], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "5"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "5"], ["id", 3770], ["region_id", 3757], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "6"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "6"], ["id", 3771], ["region_id", 3757], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "7"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "7"], ["id", 3772], ["region_id", 3757], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "8"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "8"], ["id", 3773], ["region_id", 3757], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "9"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "9"], ["id", 3774], ["region_id", 3757], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3757 AND "regions"."code" = ? LIMIT ? [["code", "ASU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ASU"], ["id", 3775], ["region_id", 3757], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "QA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "QA"], ["id", 3776], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3776 AND "regions"."code" = ? LIMIT ? [["code", "DA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DA"], ["id", 3777], ["region_id", 3776], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3776 AND "regions"."code" = ? LIMIT ? [["code", "KH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KH"], ["id", 3778], ["region_id", 3776], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3776 AND "regions"."code" = ? LIMIT ? [["code", "MS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MS"], ["id", 3779], ["region_id", 3776], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3776 AND "regions"."code" = ? LIMIT ? [["code", "RA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RA"], ["id", 3780], ["region_id", 3776], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3776 AND "regions"."code" = ? LIMIT ? [["code", "US"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "US"], ["id", 3781], ["region_id", 3776], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3776 AND "regions"."code" = ? LIMIT ? [["code", "WA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WA"], ["id", 3782], ["region_id", 3776], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3776 AND "regions"."code" = ? LIMIT ? [["code", "ZA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZA"], ["id", 3783], ["region_id", 3776], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "RE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "RE"], ["id", 3784], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "RO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "RO"], ["id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "AB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AB"], ["id", 3786], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "AG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AG"], ["id", 3787], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AR"], ["id", 3788], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["id", 3789], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "BC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BC"], ["id", 3790], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "BH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BH"], ["id", 3791], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "BN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BN"], ["id", 3792], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "BR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BR"], ["id", 3793], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "BT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BT"], ["id", 3794], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "BV"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BV"], ["id", 3795], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "BZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BZ"], ["id", 3796], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "CJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CJ"], ["id", 3797], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "CL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CL"], ["id", 3798], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "CS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CS"], ["id", 3799], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "CT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CT"], ["id", 3800], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "CV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CV"], ["id", 3801], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "DB"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DB"], ["id", 3802], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "DJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DJ"], ["id", 3803], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "GJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GJ"], ["id", 3804], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "GL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GL"], ["id", 3805], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "GR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GR"], ["id", 3806], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "HD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HD"], ["id", 3807], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "HR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HR"], ["id", 3808], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "IF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IF"], ["id", 3809], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "IL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IL"], ["id", 3810], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "IS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IS"], ["id", 3811], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "MH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MH"], ["id", 3812], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "MM"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MM"], ["id", 3813], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "MS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MS"], ["id", 3814], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "NT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NT"], ["id", 3815], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "OT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OT"], ["id", 3816], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "PH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PH"], ["id", 3817], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "SB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SB"], ["id", 3818], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "SJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SJ"], ["id", 3819], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "SM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SM"], ["id", 3820], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "SV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SV"], ["id", 3821], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "TL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TL"], ["id", 3822], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "TM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TM"], ["id", 3823], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "TR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TR"], ["id", 3824], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "VL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VL"], ["id", 3825], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "VN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VN"], ["id", 3826], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3785 AND "regions"."code" = ? LIMIT ? [["code", "VS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VS"], ["id", 3827], ["region_id", 3785], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "RS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "RS"], ["id", 3828], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "00"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "00"], ["id", 3829], ["region_id", 3828], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 3830], ["region_id", 3828], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 3831], ["region_id", 3828], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 3832], ["region_id", 3828], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 3833], ["region_id", 3828], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 3834], ["region_id", 3828], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 3835], ["region_id", 3828], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 3836], ["region_id", 3828], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 3837], ["region_id", 3828], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 3838], ["region_id", 3828], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 3839], ["region_id", 3828], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["id", 3840], ["region_id", 3828], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["id", 3841], ["region_id", 3828], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["id", 3842], ["region_id", 3828], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 3843], ["region_id", 3828], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["id", 3844], ["region_id", 3828], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["id", 3845], ["region_id", 3828], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["id", 3846], ["region_id", 3828], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "KM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KM"], ["id", 3847], ["region_id", 3828], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3847 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["id", 3848], ["region_id", 3847], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3847 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["id", 3849], ["region_id", 3847], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3847 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["id", 3850], ["region_id", 3847], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3847 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["id", 3851], ["region_id", 3847], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3847 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["id", 3852], ["region_id", 3847], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3828 AND "regions"."code" = ? LIMIT ? [["code", "VO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VO"], ["id", 3853], ["region_id", 3828], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3853 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 3854], ["region_id", 3853], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3853 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 3855], ["region_id", 3853], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3853 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 3856], ["region_id", 3853], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3853 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 3857], ["region_id", 3853], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3853 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 3858], ["region_id", 3853], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3853 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 3859], ["region_id", 3853], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3853 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 3860], ["region_id", 3853], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "RU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "RU"], ["id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "AD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AD"], ["id", 3862], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "AL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AL"], ["id", 3863], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "ALT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ALT"], ["id", 3864], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "AMU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AMU"], ["id", 3865], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "ARK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ARK"], ["id", 3866], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "AST"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AST"], ["id", 3867], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["id", 3868], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "BEL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BEL"], ["id", 3869], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "BRY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BRY"], ["id", 3870], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "BU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BU"], ["id", 3871], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "CE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CE"], ["id", 3872], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "CHE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CHE"], ["id", 3873], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "CHU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CHU"], ["id", 3874], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "CU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CU"], ["id", 3875], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "DA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DA"], ["id", 3876], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "IN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IN"], ["id", 3877], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "IRK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IRK"], ["id", 3878], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "IVA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IVA"], ["id", 3879], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KAM"], ["id", 3880], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KB"], ["id", 3881], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KC"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KC"], ["id", 3882], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KDA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KDA"], ["id", 3883], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KEM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KEM"], ["id", 3884], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KGD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KGD"], ["id", 3885], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KGN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KGN"], ["id", 3886], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KHA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KHA"], ["id", 3887], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KHM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KHM"], ["id", 3888], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KIR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KIR"], ["id", 3889], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KK"], ["id", 3890], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KL"], ["id", 3891], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KLU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KLU"], ["id", 3892], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KO"], ["id", 3893], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KOS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KOS"], ["id", 3894], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KR"], ["id", 3895], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KRS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KRS"], ["id", 3896], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "KYA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KYA"], ["id", 3897], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "LEN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LEN"], ["id", 3898], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "LIP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LIP"], ["id", 3899], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "MAG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MAG"], ["id", 3900], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "ME"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ME"], ["id", 3901], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["id", 3902], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "MOS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MOS"], ["id", 3903], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "MOW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MOW"], ["id", 3904], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "MUR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MUR"], ["id", 3905], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "NEN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NEN"], ["id", 3906], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "NGR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NGR"], ["id", 3907], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "NIZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NIZ"], ["id", 3908], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "NVS"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NVS"], ["id", 3909], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "OMS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OMS"], ["id", 3910], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "ORE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ORE"], ["id", 3911], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "ORL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ORL"], ["id", 3912], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "PER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PER"], ["id", 3913], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "PNZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PNZ"], ["id", 3914], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "PRI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PRI"], ["id", 3915], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "PSK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PSK"], ["id", 3916], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "ROS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ROS"], ["id", 3917], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "RYA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RYA"], ["id", 3918], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["id", 3919], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "SAK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SAK"], ["id", 3920], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "SAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SAM"], ["id", 3921], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "SAR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SAR"], ["id", 3922], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "SE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SE"], ["id", 3923], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "SMO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SMO"], ["id", 3924], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "SPE"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SPE"], ["id", 3925], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "STA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "STA"], ["id", 3926], ["region_id", 3861], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "SVE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SVE"], ["id", 3927], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["id", 3928], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "TAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TAM"], ["id", 3929], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "TOM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TOM"], ["id", 3930], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "TUL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TUL"], ["id", 3931], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "TVE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TVE"], ["id", 3932], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "TY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TY"], ["id", 3933], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "TYU"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TYU"], ["id", 3934], ["region_id", 3861], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "UD"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UD"], ["id", 3935], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "ULY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ULY"], ["id", 3936], ["region_id", 3861], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "VGG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VGG"], ["id", 3937], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "VLA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VLA"], ["id", 3938], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "VLG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VLG"], ["id", 3939], ["region_id", 3861], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "VOR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VOR"], ["id", 3940], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "YAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "YAN"], ["id", 3941], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "YAR"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "YAR"], ["id", 3942], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "YEV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "YEV"], ["id", 3943], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3861 AND "regions"."code" = ? LIMIT ? [["code", "ZAB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZAB"], ["id", 3944], ["region_id", 3861], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "RW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "RW"], ["id", 3945], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3945 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 3946], ["region_id", 3945], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3945 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 3947], ["region_id", 3945], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3945 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 3948], ["region_id", 3945], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3945 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 3949], ["region_id", 3945], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3945 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 3950], ["region_id", 3945], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "SA"], ["id", 3951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 3952], ["region_id", 3951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 3953], ["region_id", 3951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 3954], ["region_id", 3951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 3955], ["region_id", 3951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 3956], ["region_id", 3951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 3957], ["region_id", 3951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 3958], ["region_id", 3951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 3959], ["region_id", 3951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 3960], ["region_id", 3951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 3961], ["region_id", 3951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 3962], ["region_id", 3951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 3963], ["region_id", 3951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3951 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 3964], ["region_id", 3951], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "SB"], ["id", 3965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3965 AND "regions"."code" = ? LIMIT ? [["code", "CE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CE"], ["id", 3966], ["region_id", 3965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3965 AND "regions"."code" = ? LIMIT ? [["code", "CH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CH"], ["id", 3967], ["region_id", 3965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3965 AND "regions"."code" = ? LIMIT ? [["code", "CT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CT"], ["id", 3968], ["region_id", 3965], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3965 AND "regions"."code" = ? LIMIT ? [["code", "GU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GU"], ["id", 3969], ["region_id", 3965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3965 AND "regions"."code" = ? LIMIT ? [["code", "IS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IS"], ["id", 3970], ["region_id", 3965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3965 AND "regions"."code" = ? LIMIT ? [["code", "MK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MK"], ["id", 3971], ["region_id", 3965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3965 AND "regions"."code" = ? LIMIT ? [["code", "ML"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ML"], ["id", 3972], ["region_id", 3965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3965 AND "regions"."code" = ? LIMIT ? [["code", "RB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RB"], ["id", 3973], ["region_id", 3965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3965 AND "regions"."code" = ? LIMIT ? [["code", "TE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TE"], ["id", 3974], ["region_id", 3965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3965 AND "regions"."code" = ? LIMIT ? [["code", "WE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WE"], ["id", 3975], ["region_id", 3965], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "SC"], ["id", 3976], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 3977], ["region_id", 3976], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 3978], ["region_id", 3976], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 3979], ["region_id", 3976], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 3980], ["region_id", 3976], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 3981], ["region_id", 3976], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 3982], ["region_id", 3976], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 3983], ["region_id", 3976], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 3984], ["region_id", 3976], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 3985], ["region_id", 3976], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 3986], ["region_id", 3976], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 3987], ["region_id", 3976], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 3988], ["region_id", 3976], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 3989], ["region_id", 3976], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 3990], ["region_id", 3976], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 3991], ["region_id", 3976], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 3992], ["region_id", 3976], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 3993], ["region_id", 3976], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["id", 3994], ["region_id", 3976], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["id", 3995], ["region_id", 3976], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["id", 3996], ["region_id", 3976], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 3997], ["region_id", 3976], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["id", 3998], ["region_id", 3976], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["id", 3999], ["region_id", 3976], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["id", 4000], ["region_id", 3976], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 3976 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["id", 4001], ["region_id", 3976], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "SD"], ["id", 4002], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "DC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DC"], ["id", 4003], ["region_id", 4002], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "DE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DE"], ["id", 4004], ["region_id", 4002], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "DN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DN"], ["id", 4005], ["region_id", 4002], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "DS"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DS"], ["id", 4006], ["region_id", 4002], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "DW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DW"], ["id", 4007], ["region_id", 4002], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "GD"], ["LIMIT", 1]]  (0.3ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GD"], ["id", 4008], ["region_id", 4002], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "GZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GZ"], ["id", 4009], ["region_id", 4002], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["id", 4010], ["region_id", 4002], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "KH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KH"], ["id", 4011], ["region_id", 4002], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "KN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KN"], ["id", 4012], ["region_id", 4002], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "KS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KS"], ["id", 4013], ["region_id", 4002], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "NB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NB"], ["id", 4014], ["region_id", 4002], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "NO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NO"], ["id", 4015], ["region_id", 4002], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "NR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NR"], ["id", 4016], ["region_id", 4002], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "NW"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NW"], ["id", 4017], ["region_id", 4002], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "RS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RS"], ["id", 4018], ["region_id", 4002], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4002 AND "regions"."code" = ? LIMIT ? [["code", "SI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SI"], ["id", 4019], ["region_id", 4002], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SE"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "SE"], ["id", 4020], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "AB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AB"], ["id", 4021], ["region_id", 4020], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "AC"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AC"], ["id", 4022], ["region_id", 4020], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "BD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BD"], ["id", 4023], ["region_id", 4020], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["id", 4024], ["region_id", 4020], ["LIMIT", 1]]  (0.2ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["id", 4025], ["region_id", 4020], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "E"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "E"], ["id", 4026], ["region_id", 4020], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "F"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "F"], ["id", 4027], ["region_id", 4020], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["id", 4028], ["region_id", 4020], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "H"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "H"], ["id", 4029], ["region_id", 4020], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "I"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "I"], ["id", 4030], ["region_id", 4020], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "K"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "K"], ["id", 4031], ["region_id", 4020], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["id", 4032], ["region_id", 4020], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["id", 4033], ["region_id", 4020], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "O"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "O"], ["id", 4034], ["region_id", 4020], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["id", 4035], ["region_id", 4020], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "T"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "T"], ["id", 4036], ["region_id", 4020], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "U"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "U"], ["id", 4037], ["region_id", 4020], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "W"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "W"], ["id", 4038], ["region_id", 4020], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "X"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "X"], ["id", 4039], ["region_id", 4020], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "Y"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "Y"], ["id", 4040], ["region_id", 4020], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4020 AND "regions"."code" = ? LIMIT ? [["code", "Z"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "Z"], ["id", 4041], ["region_id", 4020], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "SG"], ["id", 4042], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4042 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 4043], ["region_id", 4042], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4042 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 4044], ["region_id", 4042], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4042 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 4045], ["region_id", 4042], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4042 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 4046], ["region_id", 4042], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4042 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 4047], ["region_id", 4042], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "SH"], ["id", 4048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4048 AND "regions"."code" = ? LIMIT ? [["code", "AC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AC"], ["id", 4049], ["region_id", 4048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4048 AND "regions"."code" = ? LIMIT ? [["code", "HL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HL"], ["id", 4050], ["region_id", 4048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4048 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["id", 4051], ["region_id", 4048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SI"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "SI"], ["id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "001"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "001"], ["id", 4053], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "002"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "002"], ["id", 4054], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "003"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "003"], ["id", 4055], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "004"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "004"], ["id", 4056], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "005"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "005"], ["id", 4057], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "006"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "006"], ["id", 4058], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "007"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "007"], ["id", 4059], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "008"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "008"], ["id", 4060], ["region_id", 4052], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "009"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "009"], ["id", 4061], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "010"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "010"], ["id", 4062], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "011"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "011"], ["id", 4063], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "012"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "012"], ["id", 4064], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "013"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "013"], ["id", 4065], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "014"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "014"], ["id", 4066], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "015"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "015"], ["id", 4067], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "016"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "016"], ["id", 4068], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "017"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "017"], ["id", 4069], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "018"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "018"], ["id", 4070], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "019"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "019"], ["id", 4071], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "020"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "020"], ["id", 4072], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "021"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "021"], ["id", 4073], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "022"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "022"], ["id", 4074], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "023"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "023"], ["id", 4075], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "024"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "024"], ["id", 4076], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "025"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "025"], ["id", 4077], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "026"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "026"], ["id", 4078], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "027"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "027"], ["id", 4079], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "028"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "028"], ["id", 4080], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "029"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "029"], ["id", 4081], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "030"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "030"], ["id", 4082], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "031"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "031"], ["id", 4083], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "032"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "032"], ["id", 4084], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "033"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "033"], ["id", 4085], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "034"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "034"], ["id", 4086], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "035"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "035"], ["id", 4087], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "036"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "036"], ["id", 4088], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "037"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "037"], ["id", 4089], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "038"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "038"], ["id", 4090], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "039"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "039"], ["id", 4091], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "040"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "040"], ["id", 4092], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "041"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "041"], ["id", 4093], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "042"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "042"], ["id", 4094], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "043"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "043"], ["id", 4095], ["region_id", 4052], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "044"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "044"], ["id", 4096], ["region_id", 4052], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "045"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "045"], ["id", 4097], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "046"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "046"], ["id", 4098], ["region_id", 4052], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "047"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "047"], ["id", 4099], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "048"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "048"], ["id", 4100], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "049"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "049"], ["id", 4101], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "050"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "050"], ["id", 4102], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "051"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "051"], ["id", 4103], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "052"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "052"], ["id", 4104], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "053"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "053"], ["id", 4105], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "054"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "054"], ["id", 4106], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "055"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "055"], ["id", 4107], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "056"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "056"], ["id", 4108], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "057"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "057"], ["id", 4109], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "058"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "058"], ["id", 4110], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "059"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "059"], ["id", 4111], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "060"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "060"], ["id", 4112], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "061"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "061"], ["id", 4113], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "062"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "062"], ["id", 4114], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "063"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "063"], ["id", 4115], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "064"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "064"], ["id", 4116], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "065"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "065"], ["id", 4117], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "066"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "066"], ["id", 4118], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "067"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "067"], ["id", 4119], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "068"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "068"], ["id", 4120], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "069"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "069"], ["id", 4121], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "070"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "070"], ["id", 4122], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "071"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "071"], ["id", 4123], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "072"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "072"], ["id", 4124], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "073"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "073"], ["id", 4125], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "074"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "074"], ["id", 4126], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "075"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "075"], ["id", 4127], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "076"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "076"], ["id", 4128], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "077"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "077"], ["id", 4129], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "078"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "078"], ["id", 4130], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "079"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "079"], ["id", 4131], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "080"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "080"], ["id", 4132], ["region_id", 4052], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "081"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "081"], ["id", 4133], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "082"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "082"], ["id", 4134], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "083"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "083"], ["id", 4135], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "084"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "084"], ["id", 4136], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "085"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "085"], ["id", 4137], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "086"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "086"], ["id", 4138], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "087"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "087"], ["id", 4139], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "088"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "088"], ["id", 4140], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "089"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "089"], ["id", 4141], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "090"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "090"], ["id", 4142], ["region_id", 4052], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "091"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "091"], ["id", 4143], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "092"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "092"], ["id", 4144], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "093"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "093"], ["id", 4145], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "094"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "094"], ["id", 4146], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "095"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "095"], ["id", 4147], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "096"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "096"], ["id", 4148], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "097"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "097"], ["id", 4149], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "098"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "098"], ["id", 4150], ["region_id", 4052], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "099"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "099"], ["id", 4151], ["region_id", 4052], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "100"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "100"], ["id", 4152], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "101"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "101"], ["id", 4153], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "102"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "102"], ["id", 4154], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "103"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "103"], ["id", 4155], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "104"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "104"], ["id", 4156], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "105"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "105"], ["id", 4157], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "106"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "106"], ["id", 4158], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "107"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "107"], ["id", 4159], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "108"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "108"], ["id", 4160], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "109"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "109"], ["id", 4161], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "110"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "110"], ["id", 4162], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "111"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "111"], ["id", 4163], ["region_id", 4052], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "112"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "112"], ["id", 4164], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "113"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "113"], ["id", 4165], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "114"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "114"], ["id", 4166], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "115"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "115"], ["id", 4167], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "116"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "116"], ["id", 4168], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "117"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "117"], ["id", 4169], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "118"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "118"], ["id", 4170], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "119"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "119"], ["id", 4171], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "120"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "120"], ["id", 4172], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "121"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "121"], ["id", 4173], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "122"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "122"], ["id", 4174], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "123"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "123"], ["id", 4175], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "124"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "124"], ["id", 4176], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "125"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "125"], ["id", 4177], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "126"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "126"], ["id", 4178], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "127"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "127"], ["id", 4179], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "128"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "128"], ["id", 4180], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "129"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "129"], ["id", 4181], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "130"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "130"], ["id", 4182], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "131"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "131"], ["id", 4183], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "132"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "132"], ["id", 4184], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "133"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "133"], ["id", 4185], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "134"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "134"], ["id", 4186], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "135"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "135"], ["id", 4187], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "136"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "136"], ["id", 4188], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "137"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "137"], ["id", 4189], ["region_id", 4052], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "138"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "138"], ["id", 4190], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "139"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "139"], ["id", 4191], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "140"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "140"], ["id", 4192], ["region_id", 4052], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "141"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "141"], ["id", 4193], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "142"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "142"], ["id", 4194], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "143"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "143"], ["id", 4195], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "144"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "144"], ["id", 4196], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "146"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "146"], ["id", 4197], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "147"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "147"], ["id", 4198], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "148"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "148"], ["id", 4199], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "149"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "149"], ["id", 4200], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "150"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "150"], ["id", 4201], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "151"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "151"], ["id", 4202], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "152"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "152"], ["id", 4203], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "153"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "153"], ["id", 4204], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "154"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "154"], ["id", 4205], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "155"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "155"], ["id", 4206], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "156"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "156"], ["id", 4207], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "157"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "157"], ["id", 4208], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "158"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "158"], ["id", 4209], ["region_id", 4052], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "159"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "159"], ["id", 4210], ["region_id", 4052], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "160"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "160"], ["id", 4211], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "161"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "161"], ["id", 4212], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "162"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "162"], ["id", 4213], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "163"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "163"], ["id", 4214], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "164"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "164"], ["id", 4215], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "165"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "165"], ["id", 4216], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "166"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "166"], ["id", 4217], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "167"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "167"], ["id", 4218], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "168"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "168"], ["id", 4219], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "169"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "169"], ["id", 4220], ["region_id", 4052], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "170"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "170"], ["id", 4221], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "171"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "171"], ["id", 4222], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "172"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "172"], ["id", 4223], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "173"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "173"], ["id", 4224], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "174"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "174"], ["id", 4225], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "175"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "175"], ["id", 4226], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "176"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "176"], ["id", 4227], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "177"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "177"], ["id", 4228], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "178"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "178"], ["id", 4229], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "179"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "179"], ["id", 4230], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "180"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "180"], ["id", 4231], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "181"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "181"], ["id", 4232], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "182"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "182"], ["id", 4233], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "183"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "183"], ["id", 4234], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "184"], ["LIMIT", 1]]  (0.2ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "184"], ["id", 4235], ["region_id", 4052], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "185"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "185"], ["id", 4236], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "186"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "186"], ["id", 4237], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "187"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "187"], ["id", 4238], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "188"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "188"], ["id", 4239], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "189"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "189"], ["id", 4240], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "190"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "190"], ["id", 4241], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "191"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "191"], ["id", 4242], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "192"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "192"], ["id", 4243], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "193"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "193"], ["id", 4244], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "194"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "194"], ["id", 4245], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "195"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "195"], ["id", 4246], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "196"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "196"], ["id", 4247], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "197"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "197"], ["id", 4248], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "198"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "198"], ["id", 4249], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "199"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "199"], ["id", 4250], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "200"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "200"], ["id", 4251], ["region_id", 4052], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "201"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "201"], ["id", 4252], ["region_id", 4052], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "202"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "202"], ["id", 4253], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "203"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "203"], ["id", 4254], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "204"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "204"], ["id", 4255], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "205"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "205"], ["id", 4256], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "206"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "206"], ["id", 4257], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "207"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "207"], ["id", 4258], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "208"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "208"], ["id", 4259], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "209"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "209"], ["id", 4260], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "210"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "210"], ["id", 4261], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4052 AND "regions"."code" = ? LIMIT ? [["code", "211"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "211"], ["id", 4262], ["region_id", 4052], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "SJ"], ["id", 4263], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "SK"], ["id", 4264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4264 AND "regions"."code" = ? LIMIT ? [["code", "BC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BC"], ["id", 4265], ["region_id", 4264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4264 AND "regions"."code" = ? LIMIT ? [["code", "BL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BL"], ["id", 4266], ["region_id", 4264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4264 AND "regions"."code" = ? LIMIT ? [["code", "KI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KI"], ["id", 4267], ["region_id", 4264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4264 AND "regions"."code" = ? LIMIT ? [["code", "NI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NI"], ["id", 4268], ["region_id", 4264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4264 AND "regions"."code" = ? LIMIT ? [["code", "PV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PV"], ["id", 4269], ["region_id", 4264], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4264 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["id", 4270], ["region_id", 4264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4264 AND "regions"."code" = ? LIMIT ? [["code", "TC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TC"], ["id", 4271], ["region_id", 4264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4264 AND "regions"."code" = ? LIMIT ? [["code", "ZI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZI"], ["id", 4272], ["region_id", 4264], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "SL"], ["id", 4273], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4273 AND "regions"."code" = ? LIMIT ? [["code", "E"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "E"], ["id", 4274], ["region_id", 4273], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4273 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["id", 4275], ["region_id", 4273], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4273 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["id", 4276], ["region_id", 4273], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4273 AND "regions"."code" = ? LIMIT ? [["code", "W"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "W"], ["id", 4277], ["region_id", 4273], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "SM"], ["id", 4278], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4278 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 4279], ["region_id", 4278], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4278 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 4280], ["region_id", 4278], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4278 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 4281], ["region_id", 4278], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4278 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 4282], ["region_id", 4278], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4278 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 4283], ["region_id", 4278], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4278 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 4284], ["region_id", 4278], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4278 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 4285], ["region_id", 4278], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4278 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 4286], ["region_id", 4278], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4278 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 4287], ["region_id", 4278], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "SN"], ["id", 4288], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "DB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DB"], ["id", 4289], ["region_id", 4288], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "DK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DK"], ["id", 4290], ["region_id", 4288], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "FK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FK"], ["id", 4291], ["region_id", 4288], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["id", 4292], ["region_id", 4288], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "KD"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KD"], ["id", 4293], ["region_id", 4288], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "KE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KE"], ["id", 4294], ["region_id", 4288], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "KL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KL"], ["id", 4295], ["region_id", 4288], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "LG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LG"], ["id", 4296], ["region_id", 4288], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "MT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MT"], ["id", 4297], ["region_id", 4288], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "SE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SE"], ["id", 4298], ["region_id", 4288], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "SL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SL"], ["id", 4299], ["region_id", 4288], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "TC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TC"], ["id", 4300], ["region_id", 4288], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "TH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TH"], ["id", 4301], ["region_id", 4288], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4288 AND "regions"."code" = ? LIMIT ? [["code", "ZG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZG"], ["id", 4302], ["region_id", 4288], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "SO"], ["id", 4303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "AW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AW"], ["id", 4304], ["region_id", 4303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "BK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BK"], ["id", 4305], ["region_id", 4303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "BN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BN"], ["id", 4306], ["region_id", 4303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "BR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BR"], ["id", 4307], ["region_id", 4303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "BY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BY"], ["id", 4308], ["region_id", 4303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["id", 4309], ["region_id", 4303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "GE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GE"], ["id", 4310], ["region_id", 4303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "HI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HI"], ["id", 4311], ["region_id", 4303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "JD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JD"], ["id", 4312], ["region_id", 4303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "JH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JH"], ["id", 4313], ["region_id", 4303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "MU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MU"], ["id", 4314], ["region_id", 4303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "NU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NU"], ["id", 4315], ["region_id", 4303], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["id", 4316], ["region_id", 4303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "SD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SD"], ["id", 4317], ["region_id", 4303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "SH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SH"], ["id", 4318], ["region_id", 4303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["id", 4319], ["region_id", 4303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "TO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TO"], ["id", 4320], ["region_id", 4303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4303 AND "regions"."code" = ? LIMIT ? [["code", "WO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WO"], ["id", 4321], ["region_id", 4303], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "SR"], ["id", 4322], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4322 AND "regions"."code" = ? LIMIT ? [["code", "BR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BR"], ["id", 4323], ["region_id", 4322], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4322 AND "regions"."code" = ? LIMIT ? [["code", "CM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CM"], ["id", 4324], ["region_id", 4322], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4322 AND "regions"."code" = ? LIMIT ? [["code", "CR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CR"], ["id", 4325], ["region_id", 4322], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4322 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["id", 4326], ["region_id", 4322], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4322 AND "regions"."code" = ? LIMIT ? [["code", "NI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NI"], ["id", 4327], ["region_id", 4322], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4322 AND "regions"."code" = ? LIMIT ? [["code", "PM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PM"], ["id", 4328], ["region_id", 4322], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4322 AND "regions"."code" = ? LIMIT ? [["code", "PR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PR"], ["id", 4329], ["region_id", 4322], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4322 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["id", 4330], ["region_id", 4322], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4322 AND "regions"."code" = ? LIMIT ? [["code", "SI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SI"], ["id", 4331], ["region_id", 4322], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4322 AND "regions"."code" = ? LIMIT ? [["code", "WA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WA"], ["id", 4332], ["region_id", 4322], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "SS"], ["id", 4333], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4333 AND "regions"."code" = ? LIMIT ? [["code", "BN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BN"], ["id", 4334], ["region_id", 4333], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4333 AND "regions"."code" = ? LIMIT ? [["code", "BW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BW"], ["id", 4335], ["region_id", 4333], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4333 AND "regions"."code" = ? LIMIT ? [["code", "EC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EC"], ["id", 4336], ["region_id", 4333], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4333 AND "regions"."code" = ? LIMIT ? [["code", "EE8"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EE8"], ["id", 4337], ["region_id", 4333], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4333 AND "regions"."code" = ? LIMIT ? [["code", "EW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EW"], ["id", 4338], ["region_id", 4333], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4333 AND "regions"."code" = ? LIMIT ? [["code", "JG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JG"], ["id", 4339], ["region_id", 4333], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4333 AND "regions"."code" = ? LIMIT ? [["code", "LK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LK"], ["id", 4340], ["region_id", 4333], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4333 AND "regions"."code" = ? LIMIT ? [["code", "NU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NU"], ["id", 4341], ["region_id", 4333], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4333 AND "regions"."code" = ? LIMIT ? [["code", "UY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UY"], ["id", 4342], ["region_id", 4333], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4333 AND "regions"."code" = ? LIMIT ? [["code", "WR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WR"], ["id", 4343], ["region_id", 4333], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "ST"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "ST"], ["id", 4344], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4344 AND "regions"."code" = ? LIMIT ? [["code", "P"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "P"], ["id", 4345], ["region_id", 4344], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4344 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["id", 4346], ["region_id", 4344], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "SV"], ["id", 4347], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "AH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AH"], ["id", 4348], ["region_id", 4347], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "CA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CA"], ["id", 4349], ["region_id", 4347], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "CH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CH"], ["id", 4350], ["region_id", 4347], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "CU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CU"], ["id", 4351], ["region_id", 4347], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "LI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LI"], ["id", 4352], ["region_id", 4347], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["id", 4353], ["region_id", 4347], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "PA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PA"], ["id", 4354], ["region_id", 4347], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["id", 4355], ["region_id", 4347], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "SM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SM"], ["id", 4356], ["region_id", 4347], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["id", 4357], ["region_id", 4347], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "SS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SS"], ["id", 4358], ["region_id", 4347], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "SV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SV"], ["id", 4359], ["region_id", 4347], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "UN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UN"], ["id", 4360], ["region_id", 4347], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4347 AND "regions"."code" = ? LIMIT ? [["code", "US"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "US"], ["id", 4361], ["region_id", 4347], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "SX"], ["id", 4362], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "SY"], ["id", 4363], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "DI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DI"], ["id", 4364], ["region_id", 4363], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "DR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DR"], ["id", 4365], ["region_id", 4363], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "DY"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DY"], ["id", 4366], ["region_id", 4363], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "HA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HA"], ["id", 4367], ["region_id", 4363], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "HI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HI"], ["id", 4368], ["region_id", 4363], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "HL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HL"], ["id", 4369], ["region_id", 4363], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "HM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HM"], ["id", 4370], ["region_id", 4363], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "ID"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ID"], ["id", 4371], ["region_id", 4363], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "LA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LA"], ["id", 4372], ["region_id", 4363], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "QU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "QU"], ["id", 4373], ["region_id", 4363], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "RA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RA"], ["id", 4374], ["region_id", 4363], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "RD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RD"], ["id", 4375], ["region_id", 4363], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "SU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SU"], ["id", 4376], ["region_id", 4363], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4363 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["id", 4377], ["region_id", 4363], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "SZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "SZ"], ["id", 4378], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4378 AND "regions"."code" = ? LIMIT ? [["code", "HH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HH"], ["id", 4379], ["region_id", 4378], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4378 AND "regions"."code" = ? LIMIT ? [["code", "LU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LU"], ["id", 4380], ["region_id", 4378], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4378 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["id", 4381], ["region_id", 4378], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4378 AND "regions"."code" = ? LIMIT ? [["code", "SH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SH"], ["id", 4382], ["region_id", 4378], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "TC"], ["id", 4383], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "TD"], ["id", 4384], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["id", 4385], ["region_id", 4384], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "BG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BG"], ["id", 4386], ["region_id", 4384], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "BO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BO"], ["id", 4387], ["region_id", 4384], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "CB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CB"], ["id", 4388], ["region_id", 4384], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "EN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EN"], ["id", 4389], ["region_id", 4384], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "GR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GR"], ["id", 4390], ["region_id", 4384], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "HL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HL"], ["id", 4391], ["region_id", 4384], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "KA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KA"], ["id", 4392], ["region_id", 4384], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "LC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LC"], ["id", 4393], ["region_id", 4384], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "LO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LO"], ["id", 4394], ["region_id", 4384], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "LR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LR"], ["id", 4395], ["region_id", 4384], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["id", 4396], ["region_id", 4384], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "MC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MC"], ["id", 4397], ["region_id", 4384], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "ME"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ME"], ["id", 4398], ["region_id", 4384], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["id", 4399], ["region_id", 4384], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "ND"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ND"], ["id", 4400], ["region_id", 4384], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "OD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OD"], ["id", 4401], ["region_id", 4384], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["id", 4402], ["region_id", 4384], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "SI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SI"], ["id", 4403], ["region_id", 4384], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["id", 4404], ["region_id", 4384], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "TI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TI"], ["id", 4405], ["region_id", 4384], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4384 AND "regions"."code" = ? LIMIT ? [["code", "WF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WF"], ["id", 4406], ["region_id", 4384], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "TF"], ["id", 4407], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "TG"], ["id", 4408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4408 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["id", 4409], ["region_id", 4408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4408 AND "regions"."code" = ? LIMIT ? [["code", "K"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "K"], ["id", 4410], ["region_id", 4408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4408 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["id", 4411], ["region_id", 4408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4408 AND "regions"."code" = ? LIMIT ? [["code", "P"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "P"], ["id", 4412], ["region_id", 4408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4408 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["id", 4413], ["region_id", 4408], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "TH"], ["id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 4415], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 4416], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 4417], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 4418], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 4419], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 4420], ["region_id", 4414], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 4421], ["region_id", 4414], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 4422], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["id", 4423], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["id", 4424], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["id", 4425], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 4426], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["id", 4427], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["id", 4428], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["id", 4429], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["id", 4430], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["id", 4431], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["id", 4432], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["id", 4433], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["id", 4434], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["id", 4435], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["id", 4436], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["id", 4437], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "35"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "35"], ["id", 4438], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "36"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "36"], ["id", 4439], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "37"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "37"], ["id", 4440], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "39"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "39"], ["id", 4441], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "40"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "40"], ["id", 4442], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["id", 4443], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["id", 4444], ["region_id", 4414], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["id", 4445], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["id", 4446], ["region_id", 4414], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["id", 4447], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "46"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "46"], ["id", 4448], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "47"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "47"], ["id", 4449], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "48"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "48"], ["id", 4450], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "49"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "49"], ["id", 4451], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "50"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "50"], ["id", 4452], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["id", 4453], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "52"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "52"], ["id", 4454], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "53"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "53"], ["id", 4455], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "54"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "54"], ["id", 4456], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "55"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "55"], ["id", 4457], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "56"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "56"], ["id", 4458], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "57"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "57"], ["id", 4459], ["region_id", 4414], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "58"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "58"], ["id", 4460], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "60"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "60"], ["id", 4461], ["region_id", 4414], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "61"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "61"], ["id", 4462], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "62"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "62"], ["id", 4463], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "63"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "63"], ["id", 4464], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "64"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "64"], ["id", 4465], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "65"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "65"], ["id", 4466], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "66"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "66"], ["id", 4467], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "67"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "67"], ["id", 4468], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "70"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "70"], ["id", 4469], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "71"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "71"], ["id", 4470], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "72"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "72"], ["id", 4471], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "73"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "73"], ["id", 4472], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "74"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "74"], ["id", 4473], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "75"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "75"], ["id", 4474], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "76"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "76"], ["id", 4475], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "77"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "77"], ["id", 4476], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "80"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "80"], ["id", 4477], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "81"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "81"], ["id", 4478], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "82"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "82"], ["id", 4479], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "83"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "83"], ["id", 4480], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "84"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "84"], ["id", 4481], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "85"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "85"], ["id", 4482], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "86"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "86"], ["id", 4483], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "90"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "90"], ["id", 4484], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "91"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "91"], ["id", 4485], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "92"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "92"], ["id", 4486], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "93"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "93"], ["id", 4487], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "94"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "94"], ["id", 4488], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "95"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "95"], ["id", 4489], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "96"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "96"], ["id", 4490], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4414 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["id", 4491], ["region_id", 4414], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "TJ"], ["id", 4492], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4492 AND "regions"."code" = ? LIMIT ? [["code", "GB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GB"], ["id", 4493], ["region_id", 4492], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4492 AND "regions"."code" = ? LIMIT ? [["code", "KT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KT"], ["id", 4494], ["region_id", 4492], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4492 AND "regions"."code" = ? LIMIT ? [["code", "SU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SU"], ["id", 4495], ["region_id", 4492], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "TK"], ["id", 4496], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "TL"], ["id", 4497], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "AL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AL"], ["id", 4498], ["region_id", 4497], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "AN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AN"], ["id", 4499], ["region_id", 4497], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["id", 4500], ["region_id", 4497], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "BO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BO"], ["id", 4501], ["region_id", 4497], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CO"], ["id", 4502], ["region_id", 4497], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "DI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DI"], ["id", 4503], ["region_id", 4497], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "ER"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ER"], ["id", 4504], ["region_id", 4497], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "LA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LA"], ["id", 4505], ["region_id", 4497], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "LI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LI"], ["id", 4506], ["region_id", 4497], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "MF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MF"], ["id", 4507], ["region_id", 4497], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "MT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MT"], ["id", 4508], ["region_id", 4497], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "OE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OE"], ["id", 4509], ["region_id", 4497], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4497 AND "regions"."code" = ? LIMIT ? [["code", "VI"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VI"], ["id", 4510], ["region_id", 4497], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "TM"], ["id", 4511], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4511 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["id", 4512], ["region_id", 4511], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4511 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["id", 4513], ["region_id", 4511], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4511 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["id", 4514], ["region_id", 4511], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4511 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["id", 4515], ["region_id", 4511], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4511 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["id", 4516], ["region_id", 4511], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4511 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["id", 4517], ["region_id", 4511], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "TN"], ["id", 4518], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 4519], ["region_id", 4518], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 4520], ["region_id", 4518], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 4521], ["region_id", 4518], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 4522], ["region_id", 4518], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 4523], ["region_id", 4518], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["id", 4524], ["region_id", 4518], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["id", 4525], ["region_id", 4518], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["id", 4526], ["region_id", 4518], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["id", 4527], ["region_id", 4518], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["id", 4528], ["region_id", 4518], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["id", 4529], ["region_id", 4518], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["id", 4530], ["region_id", 4518], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["id", 4531], ["region_id", 4518], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["id", 4532], ["region_id", 4518], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["id", 4533], ["region_id", 4518], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "52"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "52"], ["id", 4534], ["region_id", 4518], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "53"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "53"], ["id", 4535], ["region_id", 4518], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "61"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "61"], ["id", 4536], ["region_id", 4518], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "71"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "71"], ["id", 4537], ["region_id", 4518], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "72"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "72"], ["id", 4538], ["region_id", 4518], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "73"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "73"], ["id", 4539], ["region_id", 4518], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "81"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "81"], ["id", 4540], ["region_id", 4518], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "82"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "82"], ["id", 4541], ["region_id", 4518], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4518 AND "regions"."code" = ? LIMIT ? [["code", "83"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "83"], ["id", 4542], ["region_id", 4518], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "TO"], ["id", 4543], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4543 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 4544], ["region_id", 4543], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4543 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 4545], ["region_id", 4543], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4543 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 4546], ["region_id", 4543], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4543 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 4547], ["region_id", 4543], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4543 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 4548], ["region_id", 4543], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "TR"], ["id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 4550], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 4551], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 4552], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 4553], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 4554], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 4555], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 4556], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 4557], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 4558], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 4559], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 4560], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 4561], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 4562], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 4563], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 4564], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 4565], ["region_id", 4549], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 4566], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["id", 4567], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["id", 4568], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["id", 4569], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 4570], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["id", 4571], ["region_id", 4549], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["id", 4572], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["id", 4573], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["id", 4574], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["id", 4575], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["id", 4576], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["id", 4577], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["id", 4578], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["id", 4579], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["id", 4580], ["region_id", 4549], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["id", 4581], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["id", 4582], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["id", 4583], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "35"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "35"], ["id", 4584], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "36"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "36"], ["id", 4585], ["region_id", 4549], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "37"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "37"], ["id", 4586], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "38"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "38"], ["id", 4587], ["region_id", 4549], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "39"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "39"], ["id", 4588], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "40"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "40"], ["id", 4589], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["id", 4590], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "42"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "42"], ["id", 4591], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["id", 4592], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["id", 4593], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["id", 4594], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "46"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "46"], ["id", 4595], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "47"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "47"], ["id", 4596], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "48"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "48"], ["id", 4597], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "49"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "49"], ["id", 4598], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "50"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "50"], ["id", 4599], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["id", 4600], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "52"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "52"], ["id", 4601], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "53"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "53"], ["id", 4602], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "54"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "54"], ["id", 4603], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "55"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "55"], ["id", 4604], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "56"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "56"], ["id", 4605], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "57"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "57"], ["id", 4606], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "58"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "58"], ["id", 4607], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "59"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "59"], ["id", 4608], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "60"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "60"], ["id", 4609], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "61"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "61"], ["id", 4610], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "62"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "62"], ["id", 4611], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "63"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "63"], ["id", 4612], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "64"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "64"], ["id", 4613], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "65"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "65"], ["id", 4614], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "66"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "66"], ["id", 4615], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "67"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "67"], ["id", 4616], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "68"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "68"], ["id", 4617], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "69"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "69"], ["id", 4618], ["region_id", 4549], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "70"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "70"], ["id", 4619], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "71"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "71"], ["id", 4620], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "72"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "72"], ["id", 4621], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "73"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "73"], ["id", 4622], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "74"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "74"], ["id", 4623], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "75"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "75"], ["id", 4624], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "76"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "76"], ["id", 4625], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "77"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "77"], ["id", 4626], ["region_id", 4549], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "78"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "78"], ["id", 4627], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "79"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "79"], ["id", 4628], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "80"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "80"], ["id", 4629], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4549 AND "regions"."code" = ? LIMIT ? [["code", "81"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "81"], ["id", 4630], ["region_id", 4549], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "TT"], ["id", 4631], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "ARI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ARI"], ["id", 4632], ["region_id", 4631], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "CHA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CHA"], ["id", 4633], ["region_id", 4631], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "CTT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CTT"], ["id", 4634], ["region_id", 4631], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "DMN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DMN"], ["id", 4635], ["region_id", 4631], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "ETO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ETO"], ["id", 4636], ["region_id", 4631], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "PED"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PED"], ["id", 4637], ["region_id", 4631], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "POS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "POS"], ["id", 4638], ["region_id", 4631], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "PRT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PRT"], ["id", 4639], ["region_id", 4631], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "PTF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PTF"], ["id", 4640], ["region_id", 4631], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "RCM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RCM"], ["id", 4641], ["region_id", 4631], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "SFO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SFO"], ["id", 4642], ["region_id", 4631], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "SGE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SGE"], ["id", 4643], ["region_id", 4631], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "SIP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SIP"], ["id", 4644], ["region_id", 4631], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "SJL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SJL"], ["id", 4645], ["region_id", 4631], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "TUP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TUP"], ["id", 4646], ["region_id", 4631], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4631 AND "regions"."code" = ? LIMIT ? [["code", "WTO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WTO"], ["id", 4647], ["region_id", 4631], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "TV"], ["id", 4648], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4648 AND "regions"."code" = ? LIMIT ? [["code", "FUN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FUN"], ["id", 4649], ["region_id", 4648], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4648 AND "regions"."code" = ? LIMIT ? [["code", "NIT"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NIT"], ["id", 4650], ["region_id", 4648], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4648 AND "regions"."code" = ? LIMIT ? [["code", "NKF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NKF"], ["id", 4651], ["region_id", 4648], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4648 AND "regions"."code" = ? LIMIT ? [["code", "NKL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NKL"], ["id", 4652], ["region_id", 4648], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4648 AND "regions"."code" = ? LIMIT ? [["code", "NMA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NMA"], ["id", 4653], ["region_id", 4648], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4648 AND "regions"."code" = ? LIMIT ? [["code", "NMG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NMG"], ["id", 4654], ["region_id", 4648], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4648 AND "regions"."code" = ? LIMIT ? [["code", "NUI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NUI"], ["id", 4655], ["region_id", 4648], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4648 AND "regions"."code" = ? LIMIT ? [["code", "VAI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VAI"], ["id", 4656], ["region_id", 4648], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "TW"], ["id", 4657], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "CHA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CHA"], ["id", 4658], ["region_id", 4657], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "CYI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CYI"], ["id", 4659], ["region_id", 4657], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "CYQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CYQ"], ["id", 4660], ["region_id", 4657], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "HSQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HSQ"], ["id", 4661], ["region_id", 4657], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "HSZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HSZ"], ["id", 4662], ["region_id", 4657], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "HUA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HUA"], ["id", 4663], ["region_id", 4657], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "ILA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ILA"], ["id", 4664], ["region_id", 4657], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "KEE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KEE"], ["id", 4665], ["region_id", 4657], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "KHH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KHH"], ["id", 4666], ["region_id", 4657], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "KHQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KHQ"], ["id", 4667], ["region_id", 4657], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "MIA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MIA"], ["id", 4668], ["region_id", 4657], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "NAN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NAN"], ["id", 4669], ["region_id", 4657], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "PEN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PEN"], ["id", 4670], ["region_id", 4657], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "PIF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PIF"], ["id", 4671], ["region_id", 4657], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "TAO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TAO"], ["id", 4672], ["region_id", 4657], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "TNN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TNN"], ["id", 4673], ["region_id", 4657], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "TNQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TNQ"], ["id", 4674], ["region_id", 4657], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "TPE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TPE"], ["id", 4675], ["region_id", 4657], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "TPQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TPQ"], ["id", 4676], ["region_id", 4657], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "TTT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TTT"], ["id", 4677], ["region_id", 4657], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "TXG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TXG"], ["id", 4678], ["region_id", 4657], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "TXQ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TXQ"], ["id", 4679], ["region_id", 4657], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4657 AND "regions"."code" = ? LIMIT ? [["code", "YUN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "YUN"], ["id", 4680], ["region_id", 4657], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "TZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "TZ"], ["id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 4682], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 4683], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 4684], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 4685], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 4686], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 4687], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 4688], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 4689], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 4690], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "10"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "10"], ["id", 4691], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "11"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "11"], ["id", 4692], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 4693], ["region_id", 4681], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 4694], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 4695], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 4696], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "16"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "16"], ["id", 4697], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "17"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "17"], ["id", 4698], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["id", 4699], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "19"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "19"], ["id", 4700], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["id", 4701], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 4702], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["id", 4703], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["id", 4704], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["id", 4705], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["id", 4706], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4681 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["id", 4707], ["region_id", 4681], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "UA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "UA"], ["id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 4709], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 4710], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 4711], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "12"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "12"], ["id", 4712], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 4713], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["id", 4714], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 4715], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["id", 4716], ["region_id", 4708], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["id", 4717], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["id", 4718], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["id", 4719], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "35"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "35"], ["id", 4720], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "40"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "40"], ["id", 4721], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["id", 4722], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "46"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "46"], ["id", 4723], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "48"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "48"], ["id", 4724], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["id", 4725], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "53"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "53"], ["id", 4726], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "56"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "56"], ["id", 4727], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "59"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "59"], ["id", 4728], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "61"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "61"], ["id", 4729], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "63"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "63"], ["id", 4730], ["region_id", 4708], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "65"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "65"], ["id", 4731], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "68"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "68"], ["id", 4732], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "71"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "71"], ["id", 4733], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "74"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "74"], ["id", 4734], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4708 AND "regions"."code" = ? LIMIT ? [["code", "77"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "77"], ["id", 4735], ["region_id", 4708], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "UG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "UG"], ["id", 4736], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4736 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["id", 4737], ["region_id", 4736], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "101"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "101"], ["id", 4738], ["region_id", 4737], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "102"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "102"], ["id", 4739], ["region_id", 4737], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "112"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "112"], ["id", 4740], ["region_id", 4737], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "103"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "103"], ["id", 4741], ["region_id", 4737], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "104"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "104"], ["id", 4742], ["region_id", 4737], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "116"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "116"], ["id", 4743], ["region_id", 4737], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "105"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "105"], ["id", 4744], ["region_id", 4737], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "114"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "114"], ["id", 4745], ["region_id", 4737], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "106"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "106"], ["id", 4746], ["region_id", 4737], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "107"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "107"], ["id", 4747], ["region_id", 4737], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "108"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "108"], ["id", 4748], ["region_id", 4737], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "115"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "115"], ["id", 4749], ["region_id", 4737], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "109"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "109"], ["id", 4750], ["region_id", 4737], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "110"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "110"], ["id", 4751], ["region_id", 4737], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "111"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "111"], ["id", 4752], ["region_id", 4737], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4737 AND "regions"."code" = ? LIMIT ? [["code", "113"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "113"], ["id", 4753], ["region_id", 4737], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4736 AND "regions"."code" = ? LIMIT ? [["code", "E"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "E"], ["id", 4754], ["region_id", 4736], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "216"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "216"], ["id", 4755], ["region_id", 4754], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "217"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "217"], ["id", 4756], ["region_id", 4754], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "223"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "223"], ["id", 4757], ["region_id", 4754], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "201"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "201"], ["id", 4758], ["region_id", 4754], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "224"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "224"], ["id", 4759], ["region_id", 4754], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "218"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "218"], ["id", 4760], ["region_id", 4754], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "202"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "202"], ["id", 4761], ["region_id", 4754], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "219"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "219"], ["id", 4762], ["region_id", 4754], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "203"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "203"], ["id", 4763], ["region_id", 4754], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "204"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "204"], ["id", 4764], ["region_id", 4754], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "213"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "213"], ["id", 4765], ["region_id", 4754], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "220"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "220"], ["id", 4766], ["region_id", 4754], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "205"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "205"], ["id", 4767], ["region_id", 4754], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "206"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "206"], ["id", 4768], ["region_id", 4754], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "207"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "207"], ["id", 4769], ["region_id", 4754], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "208"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "208"], ["id", 4770], ["region_id", 4754], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "221"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "221"], ["id", 4771], ["region_id", 4754], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "214"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "214"], ["id", 4772], ["region_id", 4754], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "209"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "209"], ["id", 4773], ["region_id", 4754], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "222"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "222"], ["id", 4774], ["region_id", 4754], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "210"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "210"], ["id", 4775], ["region_id", 4754], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "215"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "215"], ["id", 4776], ["region_id", 4754], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "211"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "211"], ["id", 4777], ["region_id", 4754], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4754 AND "regions"."code" = ? LIMIT ? [["code", "212"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "212"], ["id", 4778], ["region_id", 4754], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4736 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["id", 4779], ["region_id", 4736], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "317"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "317"], ["id", 4780], ["region_id", 4779], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "301"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "301"], ["id", 4781], ["region_id", 4779], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "314"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "314"], ["id", 4782], ["region_id", 4779], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "319"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "319"], ["id", 4783], ["region_id", 4779], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "302"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "302"], ["id", 4784], ["region_id", 4779], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "303"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "303"], ["id", 4785], ["region_id", 4779], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "318"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "318"], ["id", 4786], ["region_id", 4779], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "304"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "304"], ["id", 4787], ["region_id", 4779], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "315"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "315"], ["id", 4788], ["region_id", 4779], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "305"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "305"], ["id", 4789], ["region_id", 4779], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "316"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "316"], ["id", 4790], ["region_id", 4779], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "306"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "306"], ["id", 4791], ["region_id", 4779], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "307"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "307"], ["id", 4792], ["region_id", 4779], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "320"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "320"], ["id", 4793], ["region_id", 4779], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "308"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "308"], ["id", 4794], ["region_id", 4779], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "309"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "309"], ["id", 4795], ["region_id", 4779], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "311"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "311"], ["id", 4796], ["region_id", 4779], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "310"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "310"], ["id", 4797], ["region_id", 4779], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "321"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "321"], ["id", 4798], ["region_id", 4779], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "312"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "312"], ["id", 4799], ["region_id", 4779], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4779 AND "regions"."code" = ? LIMIT ? [["code", "313"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "313"], ["id", 4800], ["region_id", 4779], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4736 AND "regions"."code" = ? LIMIT ? [["code", "W"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "W"], ["id", 4801], ["region_id", 4736], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "419"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "419"], ["id", 4802], ["region_id", 4801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "401"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "401"], ["id", 4803], ["region_id", 4801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "402"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "402"], ["id", 4804], ["region_id", 4801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "403"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "403"], ["id", 4805], ["region_id", 4801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "416"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "416"], ["id", 4806], ["region_id", 4801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "417"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "417"], ["id", 4807], ["region_id", 4801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "404"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "404"], ["id", 4808], ["region_id", 4801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "405"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "405"], ["id", 4809], ["region_id", 4801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "413"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "413"], ["id", 4810], ["region_id", 4801], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "414"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "414"], ["id", 4811], ["region_id", 4801], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "406"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "406"], ["id", 4812], ["region_id", 4801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "407"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "407"], ["id", 4813], ["region_id", 4801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "418"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "418"], ["id", 4814], ["region_id", 4801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "408"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "408"], ["id", 4815], ["region_id", 4801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "415"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "415"], ["id", 4816], ["region_id", 4801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "409"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "409"], ["id", 4817], ["region_id", 4801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "410"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "410"], ["id", 4818], ["region_id", 4801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "411"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "411"], ["id", 4819], ["region_id", 4801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4801 AND "regions"."code" = ? LIMIT ? [["code", "412"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "412"], ["id", 4820], ["region_id", 4801], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "UM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "UM"], ["id", 4821], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4821 AND "regions"."code" = ? LIMIT ? [["code", "67"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "67"], ["id", 4822], ["region_id", 4821], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4821 AND "regions"."code" = ? LIMIT ? [["code", "71"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "71"], ["id", 4823], ["region_id", 4821], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4821 AND "regions"."code" = ? LIMIT ? [["code", "76"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "76"], ["id", 4824], ["region_id", 4821], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4821 AND "regions"."code" = ? LIMIT ? [["code", "79"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "79"], ["id", 4825], ["region_id", 4821], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4821 AND "regions"."code" = ? LIMIT ? [["code", "81"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "81"], ["id", 4826], ["region_id", 4821], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4821 AND "regions"."code" = ? LIMIT ? [["code", "84"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "84"], ["id", 4827], ["region_id", 4821], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4821 AND "regions"."code" = ? LIMIT ? [["code", "86"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "86"], ["id", 4828], ["region_id", 4821], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4821 AND "regions"."code" = ? LIMIT ? [["code", "89"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "89"], ["id", 4829], ["region_id", 4821], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4821 AND "regions"."code" = ? LIMIT ? [["code", "95"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "95"], ["id", 4830], ["region_id", 4821], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "US"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "US"], ["id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "AK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AK"], ["id", 4832], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "AL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AL"], ["id", 4833], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AR"], ["id", 4834], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "AS"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AS"], ["id", 4835], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "AZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AZ"], ["id", 4836], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "CA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CA"], ["id", 4837], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CO"], ["id", 4838], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "CT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CT"], ["id", 4839], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "DC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DC"], ["id", 4840], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "DE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DE"], ["id", 4841], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "FL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FL"], ["id", 4842], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "GA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GA"], ["id", 4843], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "GU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GU"], ["id", 4844], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "HI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HI"], ["id", 4845], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "IA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IA"], ["id", 4846], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "ID"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ID"], ["id", 4847], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "IL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IL"], ["id", 4848], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "IN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IN"], ["id", 4849], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "KS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KS"], ["id", 4850], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "KY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "KY"], ["id", 4851], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "LA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LA"], ["id", 4852], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["id", 4853], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "MD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MD"], ["id", 4854], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "ME"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ME"], ["id", 4855], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "MI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MI"], ["id", 4856], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "MN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MN"], ["id", 4857], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["id", 4858], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "MP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MP"], ["id", 4859], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "MS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MS"], ["id", 4860], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "MT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MT"], ["id", 4861], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "NC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NC"], ["id", 4862], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "ND"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ND"], ["id", 4863], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "NE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NE"], ["id", 4864], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "NH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NH"], ["id", 4865], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "NJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NJ"], ["id", 4866], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "NM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NM"], ["id", 4867], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "NV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NV"], ["id", 4868], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "NY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NY"], ["id", 4869], ["region_id", 4831], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "OH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OH"], ["id", 4870], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "OK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OK"], ["id", 4871], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "OR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "OR"], ["id", 4872], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "PA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PA"], ["id", 4873], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "PR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PR"], ["id", 4874], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "RI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RI"], ["id", 4875], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "SC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SC"], ["id", 4876], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "SD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SD"], ["id", 4877], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "TN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TN"], ["id", 4878], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "TX"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TX"], ["id", 4879], ["region_id", 4831], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "UM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UM"], ["id", 4880], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "UT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "UT"], ["id", 4881], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "VA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VA"], ["id", 4882], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "VI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VI"], ["id", 4883], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "VT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VT"], ["id", 4884], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "WA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WA"], ["id", 4885], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "WI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WI"], ["id", 4886], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "WV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WV"], ["id", 4887], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "WY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WY"], ["id", 4888], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "AA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AA"], ["id", 4889], ["region_id", 4831], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "AE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AE"], ["id", 4890], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4831 AND "regions"."code" = ? LIMIT ? [["code", "AP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AP"], ["id", 4891], ["region_id", 4831], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "UY"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "UY"], ["id", 4892], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "AR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AR"], ["id", 4893], ["region_id", 4892], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "CA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CA"], ["id", 4894], ["region_id", 4892], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "CL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CL"], ["id", 4895], ["region_id", 4892], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "CO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CO"], ["id", 4896], ["region_id", 4892], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "DU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DU"], ["id", 4897], ["region_id", 4892], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "FD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FD"], ["id", 4898], ["region_id", 4892], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "FS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FS"], ["id", 4899], ["region_id", 4892], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "LA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LA"], ["id", 4900], ["region_id", 4892], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["id", 4901], ["region_id", 4892], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "MO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MO"], ["id", 4902], ["region_id", 4892], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "PA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PA"], ["id", 4903], ["region_id", 4892], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "RN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RN"], ["id", 4904], ["region_id", 4892], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "RO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RO"], ["id", 4905], ["region_id", 4892], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "RV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RV"], ["id", 4906], ["region_id", 4892], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["id", 4907], ["region_id", 4892], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "SJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SJ"], ["id", 4908], ["region_id", 4892], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "SO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SO"], ["id", 4909], ["region_id", 4892], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["id", 4910], ["region_id", 4892], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4892 AND "regions"."code" = ? LIMIT ? [["code", "TT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TT"], ["id", 4911], ["region_id", 4892], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "UZ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "UZ"], ["id", 4912], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "AN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AN"], ["id", 4913], ["region_id", 4912], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "BU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BU"], ["id", 4914], ["region_id", 4912], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "FA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FA"], ["id", 4915], ["region_id", 4912], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "JI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JI"], ["id", 4916], ["region_id", 4912], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "NG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NG"], ["id", 4917], ["region_id", 4912], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "NW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NW"], ["id", 4918], ["region_id", 4912], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "QA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "QA"], ["id", 4919], ["region_id", 4912], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "QR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "QR"], ["id", 4920], ["region_id", 4912], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["id", 4921], ["region_id", 4912], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "SI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SI"], ["id", 4922], ["region_id", 4912], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "SU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SU"], ["id", 4923], ["region_id", 4912], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "TK"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TK"], ["id", 4924], ["region_id", 4912], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "TO"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TO"], ["id", 4925], ["region_id", 4912], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4912 AND "regions"."code" = ? LIMIT ? [["code", "XO"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "XO"], ["id", 4926], ["region_id", 4912], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "VA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "VA"], ["id", 4927], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "VC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "VC"], ["id", 4928], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4928 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 4929], ["region_id", 4928], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4928 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 4930], ["region_id", 4928], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4928 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 4931], ["region_id", 4928], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4928 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 4932], ["region_id", 4928], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4928 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 4933], ["region_id", 4928], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4928 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 4934], ["region_id", 4928], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "VE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "VE"], ["id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "A"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "A"], ["id", 4936], ["region_id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "B"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "B"], ["id", 4937], ["region_id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "C"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "C"], ["id", 4938], ["region_id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "D"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "D"], ["id", 4939], ["region_id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "E"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "E"], ["id", 4940], ["region_id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "F"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "F"], ["id", 4941], ["region_id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "G"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "G"], ["id", 4942], ["region_id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "H"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "H"], ["id", 4943], ["region_id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "I"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "I"], ["id", 4944], ["region_id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "J"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "J"], ["id", 4945], ["region_id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "K"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "K"], ["id", 4946], ["region_id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "L"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "L"], ["id", 4947], ["region_id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "M"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "M"], ["id", 4948], ["region_id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "N"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "N"], ["id", 4949], ["region_id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "O"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "O"], ["id", 4950], ["region_id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "P"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "P"], ["id", 4951], ["region_id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "R"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "R"], ["id", 4952], ["region_id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "S"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "S"], ["id", 4953], ["region_id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "T"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "T"], ["id", 4954], ["region_id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "U"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "U"], ["id", 4955], ["region_id", 4935], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "V"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "V"], ["id", 4956], ["region_id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "W"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "W"], ["id", 4957], ["region_id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "X"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "X"], ["id", 4958], ["region_id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "Y"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "Y"], ["id", 4959], ["region_id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4935 AND "regions"."code" = ? LIMIT ? [["code", "Z"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "Z"], ["id", 4960], ["region_id", 4935], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "VG"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "VG"], ["id", 4961], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "VI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "VI"], ["id", 4962], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "VN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "VN"], ["id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.2ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 4964], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 4965], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 4966], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 4967], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 4968], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 4969], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 4970], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 4971], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "13"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "13"], ["id", 4972], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "14"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "14"], ["id", 4973], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "15"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "15"], ["id", 4974], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "18"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "18"], ["id", 4975], ["region_id", 4963], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "20"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "20"], ["id", 4976], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "21"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "21"], ["id", 4977], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "22"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "22"], ["id", 4978], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "23"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "23"], ["id", 4979], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "24"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "24"], ["id", 4980], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "25"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "25"], ["id", 4981], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "26"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "26"], ["id", 4982], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "27"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "27"], ["id", 4983], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "28"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "28"], ["id", 4984], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "29"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "29"], ["id", 4985], ["region_id", 4963], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "30"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "30"], ["id", 4986], ["region_id", 4963], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "31"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "31"], ["id", 4987], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "32"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "32"], ["id", 4988], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "33"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "33"], ["id", 4989], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "34"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "34"], ["id", 4990], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "35"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "35"], ["id", 4991], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "36"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "36"], ["id", 4992], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "37"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "37"], ["id", 4993], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "39"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "39"], ["id", 4994], ["region_id", 4963], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "40"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "40"], ["id", 4995], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "41"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "41"], ["id", 4996], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "43"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "43"], ["id", 4997], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "44"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "44"], ["id", 4998], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "45"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "45"], ["id", 4999], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "46"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "46"], ["id", 5000], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "47"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "47"], ["id", 5001], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "49"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "49"], ["id", 5002], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "50"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "50"], ["id", 5003], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "51"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "51"], ["id", 5004], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "52"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "52"], ["id", 5005], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "53"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "53"], ["id", 5006], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "54"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "54"], ["id", 5007], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "55"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "55"], ["id", 5008], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "56"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "56"], ["id", 5009], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "57"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "57"], ["id", 5010], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "58"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "58"], ["id", 5011], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "59"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "59"], ["id", 5012], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "61"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "61"], ["id", 5013], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "63"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "63"], ["id", 5014], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "66"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "66"], ["id", 5015], ["region_id", 4963], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "67"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "67"], ["id", 5016], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "68"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "68"], ["id", 5017], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "69"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "69"], ["id", 5018], ["region_id", 4963], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "70"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "70"], ["id", 5019], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "71"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "71"], ["id", 5020], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "72"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "72"], ["id", 5021], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "73"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "73"], ["id", 5022], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "CT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "CT"], ["id", 5023], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "DN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DN"], ["id", 5024], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "HN"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HN"], ["id", 5025], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "HP"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HP"], ["id", 5026], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 4963 AND "regions"."code" = ? LIMIT ? [["code", "SG"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SG"], ["id", 5027], ["region_id", 4963], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "VU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "VU"], ["id", 5028], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.2ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5028 AND "regions"."code" = ? LIMIT ? [["code", "MAP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MAP"], ["id", 5029], ["region_id", 5028], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5028 AND "regions"."code" = ? LIMIT ? [["code", "PAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PAM"], ["id", 5030], ["region_id", 5028], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5028 AND "regions"."code" = ? LIMIT ? [["code", "SAM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SAM"], ["id", 5031], ["region_id", 5028], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5028 AND "regions"."code" = ? LIMIT ? [["code", "SEE"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SEE"], ["id", 5032], ["region_id", 5028], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5028 AND "regions"."code" = ? LIMIT ? [["code", "TAE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TAE"], ["id", 5033], ["region_id", 5028], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5028 AND "regions"."code" = ? LIMIT ? [["code", "TOB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TOB"], ["id", 5034], ["region_id", 5028], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "WF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "WF"], ["id", 5035], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "WS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "WS"], ["id", 5036], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5036 AND "regions"."code" = ? LIMIT ? [["code", "AA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AA"], ["id", 5037], ["region_id", 5036], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5036 AND "regions"."code" = ? LIMIT ? [["code", "AL"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AL"], ["id", 5038], ["region_id", 5036], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5036 AND "regions"."code" = ? LIMIT ? [["code", "AT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AT"], ["id", 5039], ["region_id", 5036], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5036 AND "regions"."code" = ? LIMIT ? [["code", "FA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FA"], ["id", 5040], ["region_id", 5036], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5036 AND "regions"."code" = ? LIMIT ? [["code", "GE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GE"], ["id", 5041], ["region_id", 5036], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5036 AND "regions"."code" = ? LIMIT ? [["code", "GI"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GI"], ["id", 5042], ["region_id", 5036], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5036 AND "regions"."code" = ? LIMIT ? [["code", "PA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "PA"], ["id", 5043], ["region_id", 5036], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5036 AND "regions"."code" = ? LIMIT ? [["code", "SA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SA"], ["id", 5044], ["region_id", 5036], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5036 AND "regions"."code" = ? LIMIT ? [["code", "TU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TU"], ["id", 5045], ["region_id", 5036], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5036 AND "regions"."code" = ? LIMIT ? [["code", "VF"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VF"], ["id", 5046], ["region_id", 5036], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5036 AND "regions"."code" = ? LIMIT ? [["code", "VS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "VS"], ["id", 5047], ["region_id", 5036], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "YE"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "YE"], ["id", 5048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "AB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AB"], ["id", 5049], ["region_id", 5048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "AD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AD"], ["id", 5050], ["region_id", 5048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "AM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "AM"], ["id", 5051], ["region_id", 5048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "BA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BA"], ["id", 5052], ["region_id", 5048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "DA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DA"], ["id", 5053], ["region_id", 5048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "DH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "DH"], ["id", 5054], ["region_id", 5048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "HD"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HD"], ["id", 5055], ["region_id", 5048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "HJ"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HJ"], ["id", 5056], ["region_id", 5048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "IB"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "IB"], ["id", 5057], ["region_id", 5048], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "JA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "JA"], ["id", 5058], ["region_id", 5048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "LA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LA"], ["id", 5059], ["region_id", 5048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["id", 5060], ["region_id", 5048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "MR"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MR"], ["id", 5061], ["region_id", 5048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "MU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MU"], ["id", 5062], ["region_id", 5048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "MW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MW"], ["id", 5063], ["region_id", 5048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "RA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "RA"], ["id", 5064], ["region_id", 5048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "SD"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SD"], ["id", 5065], ["region_id", 5048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "SH"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SH"], ["id", 5066], ["region_id", 5048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "SN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "SN"], ["id", 5067], ["region_id", 5048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5048 AND "regions"."code" = ? LIMIT ? [["code", "TA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "TA"], ["id", 5068], ["region_id", 5048], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "YT"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "YT"], ["id", 5069], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "ZA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "ZA"], ["id", 5070], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5070 AND "regions"."code" = ? LIMIT ? [["code", "EC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "EC"], ["id", 5071], ["region_id", 5070], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5070 AND "regions"."code" = ? LIMIT ? [["code", "FS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "FS"], ["id", 5072], ["region_id", 5070], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5070 AND "regions"."code" = ? LIMIT ? [["code", "GP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "GP"], ["id", 5073], ["region_id", 5070], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5070 AND "regions"."code" = ? LIMIT ? [["code", "LP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "LP"], ["id", 5074], ["region_id", 5070], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5070 AND "regions"."code" = ? LIMIT ? [["code", "MP"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MP"], ["id", 5075], ["region_id", 5070], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5070 AND "regions"."code" = ? LIMIT ? [["code", "NC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NC"], ["id", 5076], ["region_id", 5070], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5070 AND "regions"."code" = ? LIMIT ? [["code", "NW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "NW"], ["id", 5077], ["region_id", 5070], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5070 AND "regions"."code" = ? LIMIT ? [["code", "WC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "WC"], ["id", 5078], ["region_id", 5070], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5070 AND "regions"."code" = ? LIMIT ? [["code", "ZN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ZN"], ["id", 5079], ["region_id", 5070], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "ZM"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "ZM"], ["id", 5080], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5080 AND "regions"."code" = ? LIMIT ? [["code", "01"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "01"], ["id", 5081], ["region_id", 5080], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5080 AND "regions"."code" = ? LIMIT ? [["code", "02"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "02"], ["id", 5082], ["region_id", 5080], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5080 AND "regions"."code" = ? LIMIT ? [["code", "03"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "03"], ["id", 5083], ["region_id", 5080], ["LIMIT", 1]]  (0.1ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5080 AND "regions"."code" = ? LIMIT ? [["code", "04"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "04"], ["id", 5084], ["region_id", 5080], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5080 AND "regions"."code" = ? LIMIT ? [["code", "05"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "05"], ["id", 5085], ["region_id", 5080], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5080 AND "regions"."code" = ? LIMIT ? [["code", "06"], ["LIMIT", 1]]  (0.1ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "06"], ["id", 5086], ["region_id", 5080], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5080 AND "regions"."code" = ? LIMIT ? [["code", "07"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "07"], ["id", 5087], ["region_id", 5080], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5080 AND "regions"."code" = ? LIMIT ? [["code", "08"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "08"], ["id", 5088], ["region_id", 5080], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5080 AND "regions"."code" = ? LIMIT ? [["code", "09"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "09"], ["id", 5089], ["region_id", 5080], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" IS NULL AND "regions"."code" = ? LIMIT ? [["code", "ZW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" IS NULL LIMIT ? [["code", "ZW"], ["id", 5090], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5090 AND "regions"."code" = ? LIMIT ? [["code", "BU"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "BU"], ["id", 5091], ["region_id", 5090], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5090 AND "regions"."code" = ? LIMIT ? [["code", "HA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "HA"], ["id", 5092], ["region_id", 5090], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5090 AND "regions"."code" = ? LIMIT ? [["code", "MA"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MA"], ["id", 5093], ["region_id", 5090], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5090 AND "regions"."code" = ? LIMIT ? [["code", "MC"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MC"], ["id", 5094], ["region_id", 5090], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.0ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5090 AND "regions"."code" = ? LIMIT ? [["code", "ME"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "ME"], ["id", 5095], ["region_id", 5090], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5090 AND "regions"."code" = ? LIMIT ? [["code", "MI"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MI"], ["id", 5096], ["region_id", 5090], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5090 AND "regions"."code" = ? LIMIT ? [["code", "MN"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MN"], ["id", 5097], ["region_id", 5090], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5090 AND "regions"."code" = ? LIMIT ? [["code", "MS"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MS"], ["id", 5098], ["region_id", 5090], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5090 AND "regions"."code" = ? LIMIT ? [["code", "MV"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MV"], ["id", 5099], ["region_id", 5090], ["LIMIT", 1]]  (0.0ms) commit transaction Region Load (0.1ms) SELECT "regions".* FROM "regions" WHERE "regions"."region_id" = 5090 AND "regions"."code" = ? LIMIT ? [["code", "MW"], ["LIMIT", 1]]  (0.0ms) begin transaction Region Exists (0.1ms) SELECT 1 AS one FROM "regions" WHERE "regions"."code" = ? AND ("regions"."id" != ?) AND "regions"."region_id" = ? LIMIT ? [["code", "MW"], ["id", 5100], ["region_id", 5090], ["LIMIT", 1]]  (0.0ms) commit transaction