mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Re-add CURRENT_TIMESTAMP function, removed accidentally in last update. See https://www.heidisql.com/forum.php?t=37278
This commit is contained in:
@ -2289,7 +2289,7 @@ var
|
|||||||
LoadPart: False;
|
LoadPart: False;
|
||||||
DefLengthSet: '''Value A'',''Value B''';
|
DefLengthSet: '''Value A'',''Value B''';
|
||||||
Category: dtcOther;
|
Category: dtcOther;
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
@ -3184,6 +3184,16 @@ var
|
|||||||
+'+-------------+'+sLineBreak
|
+'+-------------+'+sLineBreak
|
||||||
+'| CURTIME(2) |'+sLineBreak
|
+'| CURTIME(2) |'+sLineBreak
|
||||||
+'+-------------+'+sLineBreak
|
+'+-------------+'+sLineBreak
|
||||||
|
+'| 09:49:08.09 |'+sLineBreak
|
||||||
|
+'+-------------+'
|
||||||
|
),
|
||||||
|
|
||||||
|
// Added by hand, for https://github.com/HeidiSQL/HeidiSQL/issues/74#issuecomment-559321533
|
||||||
|
// and again, for https://www.heidisql.com/forum.php?t=37278
|
||||||
|
(
|
||||||
|
Name: 'CURRENT_TIMESTAMP';
|
||||||
|
Declaration: '()';
|
||||||
|
Category: 'Date and Time Functions';
|
||||||
Version: SQL_VERSION_ANSI;
|
Version: SQL_VERSION_ANSI;
|
||||||
Description: 'CURRENT_TIMESTAMP and CURRENT_TIMESTAMP() are synonyms for NOW()'
|
Description: 'CURRENT_TIMESTAMP and CURRENT_TIMESTAMP() are synonyms for NOW()'
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user