1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-22 20:22:44 +03:00

Allow "*" wildcards in the RETURNING clause.

FossilOrigin-Name: b0e3ae303db2a035583a05848ab7977e612d7e40c77e31ea9e0166de443c901f
This commit is contained in:
drh
2021-01-29 21:18:46 +00:00
parent b835247954
commit dac9a5f7df
6 changed files with 70 additions and 21 deletions

View File

@@ -1353,7 +1353,6 @@ static Trigger *fkActionTrigger(
switch( action ){
case OE_Restrict:
pStep->op = TK_SELECT;
pStep->eTrigDest = SRT_Discard;
break;
case OE_Cascade:
if( !pChanges ){