Geeklog Bugtracker
Geeklog

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

- Relationships

-  Notes
User avatar (0001201)
dhaun (administrator)
2010-01-17 16:19

If Postgres support were to make it into the next release, we would need to get this fixed, right?
User avatar (0001203)
vinny (developer)
2010-01-17 18:42

Yes will need to get fixed. Stan already has this updated/fixed in his repository.
User avatar (0001218)
dhaun (administrator)
2010-01-30 05:55

Fixed, now that we've merged in Stan's PostgreSQL code.

- Issue History
Date Modified Username Field Change
2009-07-06 23:54 yankees26an New Issue
2009-07-08 07:06 dhaun Target => Future Release
2009-07-08 07:06 dhaun Status new => confirmed
2009-07-08 07:06 dhaun Projection none => tweak
2009-07-08 07:06 dhaun ETA none => < 1 day
2009-07-08 07:06 dhaun Target Version => 1.6.1
2009-07-19 16:03 dhaun Status confirmed => assigned
2009-07-19 16:03 dhaun Assigned To => yankees26an
2009-07-20 13:37 vinny Assigned To yankees26an => vinny
2009-10-30 11:50 dhaun Target Version 1.6.1 => Future
2010-01-17 16:19 dhaun Note Added: 0001201
2010-01-17 18:42 vinny Note Added: 0001203
2010-01-24 03:05 dhaun Tag Attached: comments
2010-01-30 05:55 dhaun Note Added: 0001218
2010-01-30 05:55 dhaun Assigned To vinny => yankees26an
2010-01-30 05:55 dhaun Status assigned => resolved
2010-01-30 05:55 dhaun Resolution open => fixed
2010-01-30 05:55 dhaun Fixed in Version => 1.6.2
2010-01-30 05:56 dhaun Target Version Future => 1.6.2


Copyright © 2000 - 2009 Mantis Group
Hosted by pair.com
Powered by Mantis Bugtracker