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:
@@ -2974,7 +2974,7 @@ case OP_TypeCheck: {
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
/* anything goes */
|
||||
/* COLTYPE_ANY. Accept anything. */
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user