Hi all,

I wrote an erroneous update statement:

```
UPDATE foo SET bar = x'01234';
```

The error message was:

```
unrecognized token: "x'01234'
```

I know now that the problem was that the blob's length was not a
multiple of two. However, the error message didn't give me an
indication of that. Would it be possible to make the error message
more explicit, to help users debug this error?

Thanks!

Cordially,
Casey Rodarmor
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to