Anonymous | Login | Signup for a new account | 11-21-2024 16:26 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
0003683 | [Quercus] | minor | always | 09-09-09 18:23 | 11-14-10 16:34 | |||||||
Reporter | nam | View Status | public | |||||||||
Assigned To | ||||||||||||
Priority | normal | Resolution | open | |||||||||
Status | new | Product Version | 4.0.0 | |||||||||
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)". |
|||||||||||
Additional Information | ||||||||||||
Attached Files | ||||||||||||
|
Issue History | |||
Date Modified | Username | Field | Change |
09-09-09 18:23 | nam | New Issue | |
11-14-10 16:34 | db | Note Added: 0004837 | |
11-14-10 16:37 | db | Issue Monitored: db |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed. 26 unique queries executed. |