mirror of
				https://github.com/psycopg/psycopg2.git
				synced 2025-11-04 09:47:30 +03:00 
			
		
		
		
	Really preparing 2.0. (Yes, it is real. Sure. As promised. Reallyreallyreally. You can bet. Somebody just bomb Django developers, please. C8E, you see? I see you! You are grinning!)
This commit is contained in:
		
							parent
							
								
									2e2b4ad01a
								
							
						
					
					
						commit
						39249e4741
					
				| 
						 | 
					@ -7,6 +7,6 @@ recursive-include debian *
 | 
				
			||||||
recursive-include doc TODO HACKING SUCCESS ChangeLog-1.x async.txt
 | 
					recursive-include doc TODO HACKING SUCCESS ChangeLog-1.x async.txt
 | 
				
			||||||
recursive-include scripts *.py *.sh
 | 
					recursive-include scripts *.py *.sh
 | 
				
			||||||
include scripts/maketypes.sh scripts/buildtypes.py
 | 
					include scripts/maketypes.sh scripts/buildtypes.py
 | 
				
			||||||
include AUTHORS README INSTALL ChangeLog 
 | 
					include AUTHORS README INSTALL LICENSE ChangeLog 
 | 
				
			||||||
include PKG-INFO MANIFEST.in MANIFEST setup.py setup.cfg
 | 
					include PKG-INFO MANIFEST.in MANIFEST setup.py setup.cfg
 | 
				
			||||||
recursive-include doc *.rst *.css *.html
 | 
					recursive-include doc *.rst *.css *.html
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
[build_ext]
 | 
					[build_ext]
 | 
				
			||||||
define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3,PSYCOPG_DEBUG
 | 
					define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
 | 
				
			||||||
# PSYCOPG_EXTENSIONS enables extensions to PEP-249 (you really want this)
 | 
					# PSYCOPG_EXTENSIONS enables extensions to PEP-249 (you really want this)
 | 
				
			||||||
# PSYCOPG_DISPLAY_SIZE enable display size calculation (a little slower)
 | 
					# PSYCOPG_DISPLAY_SIZE enable display size calculation (a little slower)
 | 
				
			||||||
# HAVE_PQFREEMEM should be defined on PostgreSQL >= 7.3
 | 
					# HAVE_PQFREEMEM should be defined on PostgreSQL >= 7.3
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user