From 7e127f59141e33e4a4b6eb783800a831eba8d2ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Zral=C3=BD?= Date: Tue, 16 Apr 2019 21:50:55 +0200 Subject: [PATCH] Documentation: Added %N identifier (#330) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index bc864f92..2dd760af 100644 --- a/readme.md +++ b/readme.md @@ -161,6 +161,7 @@ In addition to the `?` wild char, we can also use modifiers: | %d | date (accepts DateTime, string or UNIX timestamp) | %dt | datetime (accepts DateTime, string or UNIX timestamp) | %n | identifier, ie the name of the table or column +| %N | identifier, treats period as a common character, ie alias or a database name (`%n AS %N` or `DROP DATABASE %N`) | %SQL | SQL - directly inserts into SQL (the alternative is Dibi\Literal) | %ex | SQL expression or array of expressions | %lmt | special - adds LIMIT to the query