| Anonymous | Login | Signup for a new account | 2010-02-09 12:52 EST |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0000927 | [Geeklog] Bugs | tweak | always | 2009-07-06 23:54 | 2010-01-30 05:56 | ||
| Reporter | yankees26an | View Status | public | ||||
| Assigned To | yankees26an | ||||||
| Priority | normal | Resolution | fixed | ||||
| Status | resolved | Product Version | 1.6.0rc1 | ||||
| Summary | 0000927: CMT_getComment function ununiversal code(breaks in pgSQL at least) | ||||||
| Description |
line 558 on lib-comment.php code: * } while( $A = DB_fetchArray( $comments ));* changed to work: code: * } while( !preview &&( $A = DB_fetchArray( $comments )));* |
||||||
| Additional Information | In MySQL and I guess MSSQL, passing an array into DB_fetchArray returns NULL, but in pgSQL it terminates with an error, so the code needs to be reworked not to rely on database specific functionality. | ||||||
| Tags | comments | ||||||
| Target | Future Release | ||||||
| Attached Files | |||||||
|
|
|||||||
| Copyright © 2000 - 2009 Mantis Group Hosted by pair.com |