mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 10:56:10 +02:00
Add support for current_timestamp() default spelling.
That's new in MariaDB 10 apparently.
This commit is contained in:
parent
f921658866
commit
181f344159
@ -177,7 +177,8 @@
|
||||
((and (stringp default)
|
||||
;; address CURRENT_TIMESTAMP(6) and other spellings
|
||||
(or (uiop:string-prefix-p "CURRENT_TIMESTAMP" default)
|
||||
(string= "CURRENT TIMESTAMP" default)))
|
||||
(string= "CURRENT TIMESTAMP" default)
|
||||
(string= "current_timestamp()" default)))
|
||||
:current-timestamp)
|
||||
(t (column-default pgcol))))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user