Richard Newman wrote:
> `sqlite3_limit` allows callers to discover the run-time value of limits
> such as `SQLITE_LIMIT_VARIABLE_NUMBER`.
>
> Callers can also *set* each limit, so long as the value is smaller than a
> compile-time define, in this case `SQLITE_MAX_VARIABLE_NUMBER`.
>
> But callers have no good way of determining the largest acceptable value:
> [...]
> Is this a deliberate omission?

Originally, SQLite was intended to be embedded into the application itself,
so it was assumed that you'd know what compilation option you used.

SQLite was not intended to be a part of a vaguely-defined platform.
(Of course, you could remove the "vaguely" from the previous sentence
and assume that Android etc. always use the same values.)


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to