Searched refs:after_dot (Results 1 – 1 of 1) sorted by relevance
5527 const char *after_dot = dot + 1; in build_tablename() local5530 if (_php_pgsql_identifier_is_escaped(after_dot, len)) { in build_tablename()5532 smart_str_appendl(querystr, after_dot, len); in build_tablename()5534 char *escaped = PQescapeIdentifier(pg_link, after_dot, len); in build_tablename()
Completed in 17 milliseconds