-
| 
         I've been trying to read through the documentation to understand if psycopg2 sends anything other than a   | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            dvarrazzo
          
      
      
        Apr 23, 2024 
      
    
    Replies: 1 comment
-
| 
         You should ask the SQLAlchemy project not us... Paycopg2 doesn't support sending an empty query, so likely they send a SELECT 1, but you should ask them.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        sollymay
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
You should ask the SQLAlchemy project not us...
Paycopg2 doesn't support sending an empty query, so likely they send a SELECT 1, but you should ask them.