summaryrefslogtreecommitdiff
path: root/includes/database/database.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/database/database.inc')
-rw-r--r--includes/database/database.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/database/database.inc b/includes/database/database.inc
index 31a4fa645..3e24225da 100644
--- a/includes/database/database.inc
+++ b/includes/database/database.inc
@@ -815,6 +815,7 @@ abstract class DatabaseConnection extends PDO {
* Force all alias names to be strictly alphanumeric-plus-underscore. In
* contrast to DatabaseConnection::escapeField() /
* DatabaseConnection::escapeTable(), this doesn't allow the period (".")
+ * because that is not allowed in aliases.
*
* @return
* The sanitized field name string.