On 21 May 2015, at 3:56pm, Baruch Burstein <bmburstein at gmail.com> wrote:

> What are the restrictions (if any) on a sve point name? Alphanumeric? Same
> as a string (enclosed in ' ' if necessary)? Something else?

No official documentation, as far as I know.  The nearest is this:

<https://www.sqlite.org/lang_keywords.html>

It's an entity name, not a string, so the restrictions should be the same as 
those on table names and column names.  I think you need to double-quote them 
if you want spaces in them or use square brackets if you want to use 
punctuation in them.

Also, savepoint names can't be used as parameters when binding.

Simon.

Reply via email to