[DEFAULT] find_author=\ select isbn,title,author from books where author = :author
# :author $q->delimiters( qr{ :(\w+) }x );