1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Back out the change that allows typeless columns in strict tables. Replace

that capability with an ANY type for strict tables that will accept any
datatype with BLOB affinity.

FossilOrigin-Name: d8fd1a2bfd51848ea612142d23475b268b3f5269e558f2e09713d1ac18b18274
This commit is contained in:
drh
2021-08-23 10:28:02 +00:00
parent 2a0eefd665
commit b9fd0101bd
7 changed files with 41 additions and 30 deletions

View File

@@ -2974,7 +2974,7 @@ case OP_TypeCheck: {
break;
}
default: {
/* anything goes */
/* COLTYPE_ANY. Accept anything. */
break;
}
}