mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
use sql-value-list and sql-update-list
This commit is contained in:
parent
43c4c58531
commit
ecb3913edb
2 changed files with 90 additions and 14 deletions
|
|
@ -524,11 +524,14 @@ embedded in a native template application.)"
|
|||
|
||||
(defsection @clog-data (:title "CLOG Data")
|
||||
"Load and Write to objects and CLOG-Elements"
|
||||
(data-load-plist function)
|
||||
(data-write-list function)
|
||||
(data-load-plist function)
|
||||
(data-write-list function)
|
||||
(data-write-plist function)
|
||||
|
||||
"SQL Writing Helpers"
|
||||
(select-fields function))
|
||||
(sql-list function)
|
||||
(sql-value-list function)
|
||||
(sql-update-list function))
|
||||
|
||||
(defsection @clog-panels (:title "CLOG Panels")
|
||||
"CLOG-Panel - CLOG Panels"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue