Skip to content

Instantly share code, notes, and snippets.

@evtuhovich
Created December 8, 2010 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evtuhovich/733882 to your computer and use it in GitHub Desktop.
Save evtuhovich/733882 to your computer and use it in GitHub Desktop.
Логи для 1-ого варианта https://gist.github.com/733842
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