We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prefix#table_name FOR SYSTEM_TIME ALL
1 parent 821cb2e commit 58ebbc1Copy full SHA for 58ebbc1
src/Tools/AliasReplacer.php
@@ -22,6 +22,6 @@ public function replace(string $name): string {
22
$string = $this->aliasRegistry->get($alias);
23
return $string.$part;
24
};
25
- return (string) preg_replace_callback('/^(\\w+)#(\\w+)$/', $fn, $name);
+ return (string) preg_replace_callback('{^(\\w+)#(\\w+.*)$}', $fn, $name);
26
}
27
0 commit comments