7 lines
		
	
	
		
			No EOL
		
	
	
		
			81 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			81 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # -*- mode: snippet -*-
 | |
| # name: transaction
 | |
| # key: begin
 | |
| # --
 | |
| BEGIN;
 | |
| $0
 | |
| ROLLBACK; |