Skip to content

Commit

Permalink
sql: add anchor to escape sequences doc section
Browse files Browse the repository at this point in the history
  • Loading branch information
briansfrank committed Sep 3, 2024
1 parent 9f0af73 commit 587f7d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sql/pod.fandoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ parameters.
addBook.execute(["title":"The Jungle Book", "author":"Rudyard Kipling", "year":1894])
addBook.execute(["title":"Captains Courageous", "author":"Rudyard Kipling", "year":1897])

Escape Sequences
================
Escape Sequences [#escapes]
===========================
When calling [Statement.prepare]`sql::Statement.prepare`, the strings '\@' and
'\\' in the Statement's SQL are escaped into '@' and '\' respectively.

Expand Down

0 comments on commit 587f7d6

Please sign in to comment.