File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ var pg = require('pg')
6666
6767var pool = new pg.Pool() 
6868
69- // your friendly neighboorhood  pool interface, without the singleton 
69+ // your friendly neighborhood  pool interface, without the singleton 
7070pool.connect(function(err, client, done) { 
7171  // ... 
7272}) 
@@ -113,7 +113,7 @@ client.query('SELECT $1::text as name', ['brianc'])
113113-  Add option to parse JS date objects in query parameters as [ UTC] ( https://github.com/brianc/node-postgres/pull/943 ) 
114114
115115### v4.4.0  
116- -  Warn to ` stderr `  if a named query exceeds 63 characters which is the max lenght  supported by postgres.
116+ -  Warn to ` stderr `  if a named query exceeds 63 characters which is the max length  supported by postgres.
117117
118118### v4.3.0  
119119-  Unpin ` pg-types `  semver. Allow it to float against ` pg-types@1.x ` .
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments