| 
		 Mantis - Quercus 
	 | 
|||||
| Viewing Issue Advanced Details | |||||
| 
		 | 
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: | 
| 3683 | minor | always | 09-09-09 18:23 | 11-14-10 16:34 | |
| 
		 | 
|||||
| Reporter: | nam | Platform: | |||
| Assigned To: | OS: | ||||
| Priority: | normal | OS Version: | |||
| Status: | new | Product Version: | 4.0.0 | ||
| Product Build: | Resolution: | open | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | |||
| 
		 | 
|||||
| Summary: | 0003683: PDO Can not connect Pgsql ,when pg port is not 5432. | ||||
| Description: | 
		(rep by junphine) check the source ,it seems have a bug in DataSource getPgsqlDataSource(Env env, String dsn){ StringBuilder url = new StringBuilder(); url.append("jdbc:postgresql://" [^] url.append(host); if (port != null){ url.append(port); } url.append('/'); url.append(dbname); } should add "url.append(':')" before "url.append(port)".  | 
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
| 
		 | 
|||||
		
  | 
	
		
  | 
||||