mirror of
https://github.com/dg/dibi.git
synced 2025-08-26 23:44:24 +02:00
Translator: added %N
This commit is contained in:
@@ -542,6 +542,12 @@ Assert::same(
|
||||
);
|
||||
|
||||
|
||||
Assert::same(
|
||||
reformat('SELECT [a].[b] AS [c.d]'),
|
||||
$conn->translate('SELECT %n AS %N', 'a.b', 'c.d')
|
||||
);
|
||||
|
||||
|
||||
setLocale(LC_ALL, 'czech');
|
||||
|
||||
Assert::same(
|
||||
|
Reference in New Issue
Block a user