mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Internal doc typo fix. No code changes.
FossilOrigin-Name: ac2aa39f7e3ae7ac921fac6566186939a1282f80ced5b3e3d5006a77ecf583ff
This commit is contained in:
@@ -1202,7 +1202,7 @@ static int resolveExprStep(Walker *pWalker, Expr *pExpr){
|
||||
** sqlite_version() that might change over time cannot be used
|
||||
** in an index or generated column. Curiously, they can be used
|
||||
** in a CHECK constraint. SQLServer, MySQL, and PostgreSQL all
|
||||
** all this. */
|
||||
** allow this. */
|
||||
sqlite3ResolveNotValid(pParse, pNC, "non-deterministic functions",
|
||||
NC_IdxExpr|NC_PartIdx|NC_GenCol, 0, pExpr);
|
||||
}else{
|
||||
|
Reference in New Issue
Block a user