mirror of
				https://github.com/psycopg/psycopg2.git
				synced 2025-11-04 09:47:30 +03:00 
			
		
		
		
	Fixed typo in psycopg2.extensions.
This commit is contained in:
		
							parent
							
								
									e1688431e0
								
							
						
					
					
						commit
						06c8434520
					
				| 
						 | 
				
			
			@ -48,7 +48,7 @@ ISOLATION_LEVEL_SERIALIZABLE  = 2
 | 
			
		|||
 | 
			
		||||
# Postgresql maps the the other standard values to already defined levels
 | 
			
		||||
ISOLATION_LEVEL_REPEATABLE_READ  = ISOLATION_LEVEL_SERIALIZABLE
 | 
			
		||||
ISOLATION_LEVEL_READ UNCOMMITTED = ISOLATION_LEVEL_READ_COMMITED
 | 
			
		||||
ISOLATION_LEVEL_READ_UNCOMMITTED = ISOLATION_LEVEL_READ_COMMITED
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def register_adapter(typ, callable):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user