Skip to content

Instantly share code, notes, and snippets.

@enricostano
Created June 6, 2012 14:46
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 enricostano/2882328 to your computer and use it in GitHub Desktop.
Save enricostano/2882328 to your computer and use it in GitHub Desktop.
symfony2 query
Queries
SET NAMES UTF8
Parameters: { }
Time: 0.67 ms
SELECT t0.username AS username1, t0.username_canonical AS username_canonical2, t0.email AS email3, t0.email_canonical AS email_canonical4, t0.enabled AS enabled5, t0.salt AS salt6, t0.password AS password7, t0.last_login AS last_login8, t0.locked AS locked9, t0.expired AS expired10, t0.expires_at AS expires_at11, t0.confirmation_token AS confirmation_token12, t0.password_requested_at AS password_requested_at13, t0.roles AS roles14, t0.credentials_expired AS credentials_expired15, t0.credentials_expire_at AS credentials_expire_at16, t0.id AS id17 FROM fos_user t0 WHERE t0.username_canonical = ?
Parameters: [enricostn]
Time: 3.09 ms
SELECT t0.id AS id1, t0.name AS name2, t0.slug AS slug3 FROM Vocabulary t0 WHERE t0.id = ?
Parameters: ['5']
Time: 0.69 ms
SELECT t0.id AS id1, t0.name AS name2, t0.slug AS slug3, t0.lft AS lft4, t0.lvl AS lvl5, t0.rgt AS rgt6, t0.root AS root7, t0.vocabulary_id AS vocabulary_id8, t0.parent_id AS parent_id9 FROM Term t0 WHERE t0.vocabulary_id = ?
Parameters: ['5']
Time: 0.76 ms
SELECT t0_.id AS id0, t0_.name AS name1, t0_.slug AS slug2, t0_.lft AS lft3, t0_.lvl AS lvl4, t0_.rgt AS rgt5, t0_.root AS root6, t0_.vocabulary_id AS vocabulary_id7, t0_.parent_id AS parent_id8 FROM Term t0_ WHERE t0_.vocabulary_id = ?
Parameters: ['5']
Time: 0.83 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment