mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-11 01:42:22 +03:00
Use the sqlite3IndexColumnAffinity() routine to quickly and correctly find the
affinity of an index column. FossilOrigin-Name: 1ee089a72d789002a0a377347fc51e08ab32fb14
This commit is contained in:
@@ -3550,7 +3550,8 @@ int sqlite3VarintLen(u64 v);
|
||||
#define putVarint sqlite3PutVarint
|
||||
|
||||
|
||||
const char *sqlite3IndexAffinityStr(Vdbe *, Index *);
|
||||
const char *sqlite3IndexAffinityStr(sqlite3*, Index*);
|
||||
char sqlite3IndexColumnAffinity(sqlite3*, Index*, int);
|
||||
void sqlite3TableAffinity(Vdbe*, Table*, int);
|
||||
char sqlite3CompareAffinity(Expr *pExpr, char aff2);
|
||||
int sqlite3IndexAffinityOk(Expr *pExpr, char idx_affinity);
|
||||
|
||||
Reference in New Issue
Block a user