g5_updatable 0.3.3 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/g5_updatable/rspec/factories.rb +4 -2
- data/lib/g5_updatable/version.rb +1 -1
- data/spec/dummy/log/test.log +249 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 61c6dd80e6a5144741debe9dba69c73e0d004d52
|
|
4
|
+
data.tar.gz: 9ce50fe0889062777a9b864709f2b75ec949234b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b420f4d2bb54e2853af06afd30932104ccb7a5f8de9d8676f08f599dbbc8bb3340e7696d3dfae0e01ee2d4b22b2315157e0b26ecbb92b1277e14735e1dc15d5
|
|
7
|
+
data.tar.gz: a7375ee8377c118754473314bf85f777dd045b473850d2d6d0eb19b7f79e8f21116348c8d57a6ec6e1e59b69d360b576f8cf536778e088189335566783e61d10
|
|
@@ -3,12 +3,14 @@ FactoryGirl.define do
|
|
|
3
3
|
uid "http://example.com/clients/g5-c-1234-client/locations/g5-cl-1234-location"
|
|
4
4
|
urn "g5-cl-1234-location"
|
|
5
5
|
client_uid "http://example.com/clients/g5-c-1234-client"
|
|
6
|
-
|
|
6
|
+
name 'test location'
|
|
7
|
+
properties { { domain: "http://myloc.com" } }
|
|
7
8
|
end
|
|
8
9
|
|
|
9
10
|
factory :client, class: G5Updatable::Client do
|
|
10
11
|
uid "http://example.com/clients/g5-c-1234-client"
|
|
11
12
|
urn "g5-c-1234-client"
|
|
12
|
-
|
|
13
|
+
name 'test client'
|
|
14
|
+
properties { { city: "Test Client" } }
|
|
13
15
|
end
|
|
14
16
|
end
|
data/lib/g5_updatable/version.rb
CHANGED
data/spec/dummy/log/test.log
CHANGED
|
@@ -19481,3 +19481,252 @@ Migrating to AddNameToClientsAndLocations (20141211211945)
|
|
|
19481
19481
|
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
19482
19482
|
[1m[35mG5Updatable::Client Load (0.5ms)[0m SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" ORDER BY "g5_updatable_clients"."id" ASC LIMIT 1
|
|
19483
19483
|
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19484
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
19485
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
19486
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
19487
|
+
[1m[35mSQL (1.7ms)[0m INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2014-12-11 23:57:48.507342"], ["name", "test location"], ["properties", "{\"domain\":\"http://myloc.com\"}"], ["uid", "https://example.com/location_uid"], ["updated_at", "2014-12-11 23:57:48.507342"], ["urn", "g5-cl-1234-location"]]
|
|
19488
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
19489
|
+
[1m[35mG5Updatable::Location Load (1.2ms)[0m SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'https://example.com/location_uid' LIMIT 1
|
|
19490
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
19491
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
19492
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
19493
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2014-12-11 23:57:48.532105"], ["name", "test location"], ["properties", "{\"domain\":\"http://myloc.com\"}"], ["uid", "https://example.com/location_uid"], ["updated_at", "2014-12-11 23:57:48.532105"], ["urn", "g5-cl-1234-location"]]
|
|
19494
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
19495
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
19496
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2014-12-11 23:57:48.535495"], ["name", "test location"], ["properties", "{\"domain\":\"http://myloc.com\"}"], ["uid", "http://example.com/clients/g5-c-1234-client/locations/g5-cl-1234-location"], ["updated_at", "2014-12-11 23:57:48.535495"], ["urn", "g5-cl-1234-location"]]
|
|
19497
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
19498
|
+
[1m[36mG5Updatable::Location Load (0.7ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'https://example.com/location_uid' LIMIT 1[0m
|
|
19499
|
+
[1m[35mG5Updatable::Location Load (0.5ms)[0m SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/clients/g5-c-1234-client/locations/g5-cl-1234-location' LIMIT 1
|
|
19500
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
19501
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19502
|
+
[1m[36mG5Updatable::Location Load (0.4ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'https://example.com/location_uid' LIMIT 1[0m
|
|
19503
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
19504
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
19505
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
19506
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
19507
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
19508
|
+
[1m[36m (0.4ms)[0m [1mBEGIN[0m
|
|
19509
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
19510
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["created_at", "2014-12-11 23:57:48.570528"], ["name", "test client"], ["properties", "{\"city\":\"Test Client\"}"], ["uid", "http://example.com/clients/g5-c-1234-client"], ["updated_at", "2014-12-11 23:57:48.570528"], ["urn", "g5-c-1234-client"]]
|
|
19511
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
19512
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
19513
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2014-12-11 23:57:48.573230"], ["name", "test location"], ["properties", "{\"domain\":\"http://myloc.com\"}"], ["uid", "http://example.com/clients/g5-c-1234-client/locations/g5-cl-1234-location"], ["updated_at", "2014-12-11 23:57:48.573230"], ["urn", "g5-cl-1234-location"]]
|
|
19514
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
19515
|
+
[1m[35mG5Updatable::Location Load (0.4ms)[0m SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."client_uid" = 'http://example.com/clients/g5-c-1234-client'
|
|
19516
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19517
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19518
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19519
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19520
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
19521
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2014-12-11 23:57:48.578494"], ["name", "test client"], ["properties", "{\"key\":\"value\"}"], ["uid", "http://example.com/clients/g5-c-1234-client"], ["updated_at", "2014-12-11 23:57:48.578494"], ["urn", "g5-c-1234-client"]]
|
|
19522
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
19523
|
+
[1m[35mG5Updatable::Client Load (0.4ms)[0m SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."id" = $1 LIMIT 1 [["id", 197]]
|
|
19524
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19525
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19526
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19527
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19528
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19529
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19530
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19531
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19532
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19533
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19534
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19535
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19536
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19537
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19538
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19539
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19540
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19541
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
19542
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19543
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
19544
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19545
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
19546
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
19547
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2014-12-11 23:57:48.618326"], ["name", "test client"], ["properties", "{\"city\":\"Test Client\"}"], ["uid", "http://example.com/clients/g5-c-1234-client"], ["updated_at", "2014-12-11 23:57:48.618326"], ["urn", "g5-c-1234-client"]]
|
|
19548
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
19549
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
19550
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2014-12-11 23:57:48.620990"], ["name", "test location"], ["properties", "{\"domain\":\"http://myloc.com\"}"], ["uid", "http://example.com/clients/g5-c-1234-client/locations/g5-cl-1234-location"], ["updated_at", "2014-12-11 23:57:48.620990"], ["urn", "g5-cl-1234-location"]]
|
|
19551
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
19552
|
+
[1m[36mG5Updatable::Client Load (0.4ms)[0m [1mSELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/clients/g5-c-1234-client' LIMIT 1[0m
|
|
19553
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
19554
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
19555
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
19556
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
19557
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
19558
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2014-12-11 23:57:48.626534"], ["name", "test location"], ["properties", "{\"key\":\"value\"}"], ["uid", "http://example.com/clients/g5-c-1234-client/locations/g5-cl-1234-location"], ["updated_at", "2014-12-11 23:57:48.626534"], ["urn", "g5-cl-1234-location"]]
|
|
19559
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
19560
|
+
[1m[36mG5Updatable::Location Load (0.3ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."id" = $1 LIMIT 1[0m [["id", 271]]
|
|
19561
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
|
19562
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
19563
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
19564
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
19565
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
19566
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
19567
|
+
[1m[35mG5Updatable::Location Load (0.3ms)[0m SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1
|
|
19568
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
19569
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "client_uid"], ["created_at", "2014-12-11 23:57:48.635306"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.635306"], ["urn", "urn"]]
|
|
19570
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
19571
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "g5_updatable_locations"
|
|
19572
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19573
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19574
|
+
[1m[36mG5Updatable::Location Load (0.3ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1[0m
|
|
19575
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
19576
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["client_uid", "client_uid"], ["created_at", "2014-12-11 23:57:48.639074"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.639074"], ["urn", "urn"]]
|
|
19577
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
19578
|
+
[1m[36mG5Updatable::Location Load (0.6ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" ORDER BY "g5_updatable_locations"."id" ASC LIMIT 1[0m
|
|
19579
|
+
[1m[35mG5Updatable::Location Load (0.3ms)[0m SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."name" = 'Location Name' LIMIT 1
|
|
19580
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19581
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19582
|
+
[1m[36mG5Updatable::Location Load (0.3ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1[0m
|
|
19583
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
19584
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["client_uid", "client_uid"], ["created_at", "2014-12-11 23:57:48.643883"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.643883"], ["urn", "urn"]]
|
|
19585
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
19586
|
+
[1m[36mG5Updatable::Location Load (0.3ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" ORDER BY "g5_updatable_locations"."id" ASC LIMIT 1[0m
|
|
19587
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
19588
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
19589
|
+
[1m[35mG5Updatable::Location Load (0.3ms)[0m SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1
|
|
19590
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
19591
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "client_uid"], ["created_at", "2014-12-11 23:57:48.647408"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.647408"], ["urn", "urn"]]
|
|
19592
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
19593
|
+
[1m[35mG5Updatable::Location Load (0.3ms)[0m SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" ORDER BY "g5_updatable_locations"."id" ASC LIMIT 1
|
|
19594
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19595
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19596
|
+
[1m[36mG5Updatable::Location Load (0.3ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1[0m
|
|
19597
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
19598
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["client_uid", "client_uid"], ["created_at", "2014-12-11 23:57:48.650632"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.650632"], ["urn", "urn"]]
|
|
19599
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
19600
|
+
[1m[36mG5Updatable::Location Load (0.3ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" ORDER BY "g5_updatable_locations"."id" ASC LIMIT 1[0m
|
|
19601
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
19602
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
19603
|
+
[1m[35mG5Updatable::Location Load (0.3ms)[0m SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1
|
|
19604
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
19605
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["client_uid", "client_uid"], ["created_at", "2014-12-11 23:57:48.654386"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.654386"], ["urn", "urn"]]
|
|
19606
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
19607
|
+
[1m[35mG5Updatable::Location Load (0.3ms)[0m SELECT "g5_updatable_locations".* FROM "g5_updatable_locations" ORDER BY "g5_updatable_locations"."id" ASC LIMIT 1
|
|
19608
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19609
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19610
|
+
[1m[36mG5Updatable::Location Load (0.3ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1[0m
|
|
19611
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
19612
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["client_uid", "client_uid"], ["created_at", "2014-12-11 23:57:48.658011"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.658011"], ["urn", "urn"]]
|
|
19613
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
19614
|
+
[1m[36mG5Updatable::Location Load (0.3ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" ORDER BY "g5_updatable_locations"."id" ASC LIMIT 1[0m
|
|
19615
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
19616
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
19617
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
19618
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2014-12-11 23:57:48.660914"], ["name", "test location"], ["properties", "{\"domain\":\"http://myloc.com\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.660914"], ["urn", "old"]]
|
|
19619
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
19620
|
+
[1m[36mG5Updatable::Location Load (0.3ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1[0m
|
|
19621
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
19622
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "g5_updatable_locations" SET "client_uid" = $1, "name" = $2, "properties" = $3, "updated_at" = $4, "urn" = $5 WHERE "g5_updatable_locations"."id" = 279[0m [["client_uid", "client_uid"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["updated_at", "2014-12-11 23:57:48.663005"], ["urn", "urn"]]
|
|
19623
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
19624
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "g5_updatable_locations"[0m
|
|
19625
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
19626
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
19627
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
19628
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2014-12-11 23:57:48.667301"], ["name", "test location"], ["properties", "{\"domain\":\"http://myloc.com\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.667301"], ["urn", "old"]]
|
|
19629
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
19630
|
+
[1m[36mG5Updatable::Location Load (0.3ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1[0m
|
|
19631
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
19632
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "g5_updatable_locations" SET "client_uid" = $1, "name" = $2, "properties" = $3, "updated_at" = $4, "urn" = $5 WHERE "g5_updatable_locations"."id" = 280[0m [["client_uid", "client_uid"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["updated_at", "2014-12-11 23:57:48.669469"], ["urn", "urn"]]
|
|
19633
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
19634
|
+
[1m[36mG5Updatable::Location Load (0.5ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" ORDER BY "g5_updatable_locations"."id" ASC LIMIT 1[0m
|
|
19635
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
19636
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
19637
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
19638
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "g5_updatable_locations" ("client_uid", "created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["client_uid", "http://example.com/clients/g5-c-1234-client"], ["created_at", "2014-12-11 23:57:48.674171"], ["name", "test location"], ["properties", "{\"domain\":\"http://myloc.com\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.674171"], ["urn", "old"]]
|
|
19639
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
19640
|
+
[1m[36mG5Updatable::Location Load (0.3ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" WHERE "g5_updatable_locations"."uid" = 'http://example.com/uid' LIMIT 1[0m
|
|
19641
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
19642
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "g5_updatable_locations" SET "client_uid" = $1, "name" = $2, "properties" = $3, "updated_at" = $4, "urn" = $5 WHERE "g5_updatable_locations"."id" = 281[0m [["client_uid", "client_uid"], ["name", "Location Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"client_uid\":\"client_uid\",\"name\":\"Location Name\"}"], ["updated_at", "2014-12-11 23:57:48.676476"], ["urn", "urn"]]
|
|
19643
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
19644
|
+
[1m[36mG5Updatable::Location Load (0.2ms)[0m [1mSELECT "g5_updatable_locations".* FROM "g5_updatable_locations" ORDER BY "g5_updatable_locations"."id" ASC LIMIT 1[0m
|
|
19645
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
19646
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
19647
|
+
[1m[35mG5Updatable::Client Load (0.3ms)[0m SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1
|
|
19648
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
19649
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2014-12-11 23:57:48.680726"], ["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.680726"], ["urn", "urn"]]
|
|
19650
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
19651
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "g5_updatable_clients"
|
|
19652
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19653
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19654
|
+
[1m[36mG5Updatable::Client Load (0.3ms)[0m [1mSELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1[0m
|
|
19655
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
19656
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["created_at", "2014-12-11 23:57:48.684005"], ["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.684005"], ["urn", "urn"]]
|
|
19657
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
19658
|
+
[1m[36mG5Updatable::Client Load (0.3ms)[0m [1mSELECT "g5_updatable_clients".* FROM "g5_updatable_clients" ORDER BY "g5_updatable_clients"."id" ASC LIMIT 1[0m
|
|
19659
|
+
[1m[35mG5Updatable::Client Load (0.4ms)[0m SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."name" = 'Client Name' LIMIT 1
|
|
19660
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19661
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19662
|
+
[1m[36mG5Updatable::Client Load (0.3ms)[0m [1mSELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1[0m
|
|
19663
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
19664
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["created_at", "2014-12-11 23:57:48.688578"], ["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.688578"], ["urn", "urn"]]
|
|
19665
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
19666
|
+
[1m[36mG5Updatable::Client Load (0.3ms)[0m [1mSELECT "g5_updatable_clients".* FROM "g5_updatable_clients" ORDER BY "g5_updatable_clients"."id" ASC LIMIT 1[0m
|
|
19667
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
19668
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
19669
|
+
[1m[35mG5Updatable::Client Load (0.3ms)[0m SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1
|
|
19670
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
19671
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2014-12-11 23:57:48.691867"], ["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.691867"], ["urn", "urn"]]
|
|
19672
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
19673
|
+
[1m[35mG5Updatable::Client Load (0.2ms)[0m SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" ORDER BY "g5_updatable_clients"."id" ASC LIMIT 1
|
|
19674
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19675
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19676
|
+
[1m[36mG5Updatable::Client Load (0.3ms)[0m [1mSELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1[0m
|
|
19677
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
19678
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["created_at", "2014-12-11 23:57:48.694997"], ["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.694997"], ["urn", "urn"]]
|
|
19679
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
19680
|
+
[1m[36mG5Updatable::Client Load (0.3ms)[0m [1mSELECT "g5_updatable_clients".* FROM "g5_updatable_clients" ORDER BY "g5_updatable_clients"."id" ASC LIMIT 1[0m
|
|
19681
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
19682
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
19683
|
+
[1m[35mG5Updatable::Client Load (0.3ms)[0m SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1
|
|
19684
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
19685
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2014-12-11 23:57:48.698407"], ["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.698407"], ["urn", "urn"]]
|
|
19686
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
19687
|
+
[1m[35mG5Updatable::Client Load (0.4ms)[0m SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" ORDER BY "g5_updatable_clients"."id" ASC LIMIT 1
|
|
19688
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
19689
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19690
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
19691
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2014-12-11 23:57:48.710341"], ["name", "test client"], ["properties", "{\"city\":\"Test Client\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.710341"], ["urn", "old"]]
|
|
19692
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
19693
|
+
[1m[35mG5Updatable::Client Load (0.6ms)[0m SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1
|
|
19694
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
19695
|
+
[1m[35mSQL (0.5ms)[0m UPDATE "g5_updatable_clients" SET "name" = $1, "properties" = $2, "updated_at" = $3, "urn" = $4 WHERE "g5_updatable_clients"."id" = 205 [["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["updated_at", "2014-12-11 23:57:48.714798"], ["urn", "urn"]]
|
|
19696
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
19697
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "g5_updatable_clients"
|
|
19698
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19699
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19700
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
19701
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2014-12-11 23:57:48.720006"], ["name", "test client"], ["properties", "{\"city\":\"Test Client\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.720006"], ["urn", "old"]]
|
|
19702
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
19703
|
+
[1m[35mG5Updatable::Client Load (0.5ms)[0m SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1
|
|
19704
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
19705
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "g5_updatable_clients" SET "name" = $1, "properties" = $2, "updated_at" = $3, "urn" = $4 WHERE "g5_updatable_clients"."id" = 206 [["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["updated_at", "2014-12-11 23:57:48.723227"], ["urn", "urn"]]
|
|
19706
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
19707
|
+
[1m[35mG5Updatable::Client Load (0.4ms)[0m SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" ORDER BY "g5_updatable_clients"."id" ASC LIMIT 1
|
|
19708
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19709
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19710
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
19711
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "g5_updatable_clients" ("created_at", "name", "properties", "uid", "updated_at", "urn") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", "2014-12-11 23:57:48.727115"], ["name", "test client"], ["properties", "{\"city\":\"Test Client\"}"], ["uid", "http://example.com/uid"], ["updated_at", "2014-12-11 23:57:48.727115"], ["urn", "old"]]
|
|
19712
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
19713
|
+
[1m[35mG5Updatable::Client Load (0.3ms)[0m SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" WHERE "g5_updatable_clients"."uid" = 'http://example.com/uid' LIMIT 1
|
|
19714
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
19715
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "g5_updatable_clients" SET "name" = $1, "properties" = $2, "updated_at" = $3, "urn" = $4 WHERE "g5_updatable_clients"."id" = 207 [["name", "Client Name"], ["properties", "{\"uid\":\"http://example.com/uid\",\"urn\":\"urn\",\"name\":\"Client Name\"}"], ["updated_at", "2014-12-11 23:57:48.729230"], ["urn", "urn"]]
|
|
19716
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
19717
|
+
[1m[35mG5Updatable::Client Load (0.3ms)[0m SELECT "g5_updatable_clients".* FROM "g5_updatable_clients" ORDER BY "g5_updatable_clients"."id" ASC LIMIT 1
|
|
19718
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19719
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19720
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19721
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19722
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19723
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19724
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19725
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19726
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19727
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19728
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19729
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19730
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19731
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
19732
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|