Skip to content

Instantly share code, notes, and snippets.

@FCO
Created January 4, 2020 03:03
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 FCO/41c9eafedd445f6ae6ce12a5702fb7ef to your computer and use it in GitHub Desktop.
Save FCO/41c9eafedd445f6ae6ce12a5702fb7ef to your computer and use it in GitHub Desktop.
redable
my $*RED-DEBUG = True; use Person; .posts.say for Person.^all
SQL : SELECT
person.id , person.name
FROM
person
()
()
()
()
()
BIND: []
SQL : SELECT
post.id , post.author_id as "author-id", post.title , post.body , post.deleted , post.created , post.tags
FROM
post
WHERE
post.author_id = ?
BIND: [1]
SQL : SELECT
post.id , post.author_id as "author-id", post.title , post.body , post.deleted , post.created , post.tags
FROM
post
WHERE
post.author_id = ?
BIND: [2]
SQL : SELECT
post.id , post.author_id as "author-id", post.title , post.body , post.deleted , post.created , post.tags
FROM
post
WHERE
post.author_id = ?
BIND: [3]
SQL : SELECT
post.id , post.author_id as "author-id", post.title , post.body , post.deleted , post.created , post.tags
FROM
post
WHERE
post.author_id = ?
BIND: [4]
SQL : SELECT
post.id , post.author_id as "author-id", post.title , post.body , post.deleted , post.created , post.tags
FROM
post
WHERE
post.author_id = ?
BIND: [5]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment