Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix rest markup
  • Loading branch information
berkerpeksag authored and Erlend E. Aasland committed Mar 2, 2021
commit a13fb7136ea145f19bcaa9dd3d6a6f4f1302d9d6
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
Use `sqlite3_stmt_readonly()` internally to determine if a SQL statement is
data-modifying. Requires sqlite3 3.7.11 or newer. Patch contributed by Charles
Leifer.
Use ``sqlite3_stmt_readonly()`` internally to determine if a SQL statement is
data-modifying. Requires sqlite3 3.7.11 or newer. Patch by Charles Leifer.