mirror of
				https://github.com/psycopg/psycopg2.git
				synced 2025-11-04 01:37:31 +03:00 
			
		
		
		
	Fixed very stupid typo that resulted in a very big bug (reported by Andrea Arcangeli.)
This commit is contained in:
		
							parent
							
								
									3937ea3ece
								
							
						
					
					
						commit
						127c14809c
					
				| 
						 | 
					@ -16,8 +16,8 @@ static long int typecast_LONGINTEGERARRAY_types[] = {1016, 0};
 | 
				
			||||||
static long int typecast_INTEGERARRAY_types[] = {1005, 1006, 1007, 0};
 | 
					static long int typecast_INTEGERARRAY_types[] = {1005, 1006, 1007, 0};
 | 
				
			||||||
static long int typecast_FLOATARRAY_types[] = {1017, 1021, 1022, 0};
 | 
					static long int typecast_FLOATARRAY_types[] = {1017, 1021, 1022, 0};
 | 
				
			||||||
static long int typecast_DECIMALARRAY_types[] = {1231, 0};
 | 
					static long int typecast_DECIMALARRAY_types[] = {1231, 0};
 | 
				
			||||||
static long int typecast_UNICODEARRAY_types[] = {705, 1002, 1003, 1009, 1014, 1015, 0};
 | 
					static long int typecast_UNICODEARRAY_types[] = {1002, 1003, 1009, 1014, 1015, 0};
 | 
				
			||||||
static long int typecast_STRINGARRAY_types[] = {705, 1002, 1003, 1009, 1014, 1015, 0};
 | 
					static long int typecast_STRINGARRAY_types[] = {1002, 1003, 1009, 1014, 1015, 0};
 | 
				
			||||||
static long int typecast_BOOLEANARRAY_types[] = {1000, 0};
 | 
					static long int typecast_BOOLEANARRAY_types[] = {1000, 0};
 | 
				
			||||||
static long int typecast_DATETIMEARRAY_types[] = {1115, 1185, 0};
 | 
					static long int typecast_DATETIMEARRAY_types[] = {1115, 1185, 0};
 | 
				
			||||||
static long int typecast_TIMEARRAY_types[] = {1183, 1270, 0};
 | 
					static long int typecast_TIMEARRAY_types[] = {1183, 1270, 0};
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user