On Thu, Aug 7, 2008 at 2:13 PM, Kees Nuyt <[EMAIL PROTECTED]> wrote:
>
> On Thu, 7 Aug 2008 13:26:07 -0400, drh wrote:
>
> [snip]
>
>>So I'm giving some thought to removing feature (3) above and
>>disallowing double-quoted string literals.  My concern is, though,
>>that this might break many existing applications.
>>
>>What opinion do you, gentle users, have of this matter?
>
> I agree (3) should be removed. If it would break any of my
> applications (which I doubt), I'll gladly repair it, because
> I would have done a bad job, not you.
> --
>  (  Kees Nuyt
>  )
> c[_]
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>

I cant count how many times I've run into this because I mis-typed a
double quoted table name and had it interpreted as a string.  I vote
for removal because it 1) creates confusion about the right way to do
stuff and 2) Creates error messages which are utterly meaningless for
debugging.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to