mirror of
https://github.com/vrana/adminer.git
synced 2025-08-17 20:01:25 +02:00
MS SQL functions
This commit is contained in:
@@ -441,6 +441,8 @@ document.getElementById('username').focus();
|
||||
$return = $connection->quote($value);
|
||||
if (ereg('^(now|getdate|uuid)$', $function)) {
|
||||
$return = "$function()";
|
||||
} elseif (ereg('^current_(date|timestamp)$', $function)) {
|
||||
$return = $function;
|
||||
} elseif (ereg('^([+-]|\\|\\|)$', $function)) {
|
||||
$return = idf_escape($name) . " $function $return";
|
||||
} elseif (ereg('^[+-] interval$', $function)) {
|
||||
|
Reference in New Issue
Block a user