Created
December 8, 2010 20:39
-
-
Save evtuhovich/733882 to your computer and use it in GitHub Desktop.
Логи для 1-ого варианта https://gist.github.com/733842
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SQL (0.1ms) SET client_min_messages TO 'panic' | |
SQL (0.1ms) SET standard_conforming_strings = on | |
SQL (0.1ms) SET client_min_messages TO 'notice' | |
SQL (0.3ms) SELECT count(*) AS count_all FROM "messages" | |
SQL (0.1ms) BEGIN | |
SQL (0.3ms) INSERT INTO "messages" ("created_at", "author", "updated_at", "text") VALUES('2010-12-08 20:37:39.876065', 'test', '2010-12-08 20:37:39.876065', 'test') RETURNING "id" | |
SQL (0.2ms) INSERT INTO "messages" ("created_at", "author", "updated_at", "text") VALUES('2010-12-08 20:37:39.879843', 'test', '2010-12-08 20:37:39.879843', 'test') RETURNING "id" | |
SQL (22.8ms) COMMIT | |
SQL (0.2ms) SELECT count(*) AS count_all FROM "messages" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment