mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
can set timestamp function
This commit is contained in:
parent
cee70f1c41
commit
9f252f68e0
3 changed files with 17 additions and 7 deletions
|
|
@ -124,6 +124,10 @@ keyword package."
|
|||
;; Implementation - simple sql writers
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(defparameter *mysql-timestamp* "unix_timestamp()")
|
||||
(defparameter *sqlite-timestamp* "strftime('%s')")
|
||||
(defparameter *postgresql-timestamp* "extract(epoch from now())")
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;
|
||||
;; sql-field-list ;;
|
||||
;;;;;;;;;;;;;;;;;;;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue