This is an automated email from the ASF dual-hosted git repository. gstein pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/steve.git
commit 3707aa7eb8a688988ddeebffc140f12b605893e1 Author: Greg Stein <[email protected]> AuthorDate: Thu Sep 25 20:20:05 2025 -0500 quick note on naming --- v3/queries.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/v3/queries.yaml b/v3/queries.yaml index 4b1f34f..8282bbf 100644 --- a/v3/queries.yaml +++ b/v3/queries.yaml @@ -18,6 +18,11 @@ # # ### TBD: DOCCO # +# CURSOR NAMING: +# c_* performs various actions +# q_* runs queries +# m_* runs queries that don't fit "SELECT *" pattern ($reasons) +# election: c_salt_mayvote: UPDATE mayvote SET salt = ? WHERE _ROWID_ = ?
