From: Donal K. F. <don...@ma...> - 2012-12-07 11:01:28
|
On 07/12/2012 10:55, Trevor Davel (Twylite) wrote: > We would be quite happy with (1), although it is a fairly myopic change > that may not address future problems with drivers needing literal > characters where the tokenizer gives them special meaning. That would indeed be problematic with SQLite, as that uses @foo to mean a bound variable that is treated as binary instead of as text. Donal. |