fix error in method name

This commit is contained in:
Richard Frith-Macdonald 2020-08-12 20:17:18 +01:00
parent a496d0dd8e
commit 8335ce336a

View file

@ -1727,7 +1727,7 @@ static inline unsigned int trim(char *str, unsigned len)
{
NSMutableString *s = [NSMutableString stringWithCapacity: 1000];
[self quoteArray: a to: s quotingStrings: YES];
[self quoteArray: a toString: s quotingStrings: YES];
return SQLClientProxyLiteral(s);
}