Ahmed Sulaiman <[EMAIL PROTECTED]>
wrote:
I wonder if there any SQL commands that are not supported by SQLite.

Yes. See http://sqlite.org/lang.html for a complete documentation of the SQL dialect supported by SQLite.

{"SQLite error\r\nnear \"DOMAIN\": syntax error"}

CREATE DOMAIN D_BOOLEAN AS SMALLINT DEFAULT 0
CHECK (VALUE BETWEEN 0 AND 1);

SQLite doesn't support CREATE DOMAIN statement.

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to