diff options
author | Thanos Apollo <[email protected]> | 2023-12-23 13:59:36 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-23 13:59:36 +0200 |
commit | ab5226d2345403ea1b8df4b462f2657f5097b6e0 (patch) | |
tree | 0f384ead5ceb93a7008cadabf840719898656316 /gnosis.el | |
parent | a2536f6851e721b893a14f9b1b70f76a119f4950 (diff) |
gnosis-update: Update docstrings
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ (cl-defun gnosis-update (table value where) "Update records in TABLE with to new VALUE based on the given WHERE condition. Example: - (gnosis-update 'notes '(= main \"NEW VALUE\") '(= id 12))" + (gnosis-update `''notes `''(= main \"NEW VALUE\") `''(= id 12))" (emacsql gnosis-db `[:update ,table :set ,value :where ,where])) (cl-defun gnosis-get (value table &optional (restrictions '1=1)) |