mirror of
				https://github.com/sqlite/sqlite.git
				synced 2025-11-03 16:53:36 +03:00 
			
		
		
		
	Check in implementation of foreign key constraints.
FossilOrigin-Name: d5d399811876391642937edeb9e8434dd9e356f5
This commit is contained in:
		@@ -851,7 +851,7 @@ static int genfkey_create_triggers(
 | 
			
		||||
      "  /delete_action/\n"
 | 
			
		||||
      "END;\n"
 | 
			
		||||
 | 
			
		||||
      /* The "BEFORE DELETE ON <referenced>" trigger. This trigger's job 
 | 
			
		||||
      /* The "AFTER UPDATE ON <referenced>" trigger. This trigger's job 
 | 
			
		||||
      ** is to detect when the key columns of a row in the referenced table 
 | 
			
		||||
      ** to which one or more rows in the referencing table correspond are
 | 
			
		||||
      ** updated. The action taken depends on the value of the 'ON UPDATE' 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user