Sunday, November 4 - Qcodo 0.3.41 Released

thread: 4 messages  |  last: about 4 years ago  |  started: sunday, november 4, 2007, 8:34 pm pst


#1  |  Mike Ho (Sunnyvale, CA) United States of America Qcodo Administrator
Sunday, November 4, 2007, 8:34 PM PST

Just wanted to let people know that Qcodo v0.3.41 is now up.  This is another development release that has a bunch of the reported bugs now fixed.

Please continue to test and report -- let's try to get this switched to stable ASAP!

Feel free to look through the changelog for specific information.

#2  |  Mike Ho (Sunnyvale, CA) United States of America Qcodo Administrator
Monday, November 5, 2007, 10:51 PM PST

Thanks for the continued posts.  v0.3.42 with some additional fixes are now up.

#3  |  Mputhumi Mtiya (Cape Town,Bellville) South Africa
Friday, November 9, 2007, 6:57 AM PST

Hey Mike

I was trying out v0.3.42,and wanted to do something simple like filter by name,the paginator returns the TotalItemCount but the Datasource doesn't display the results.

CREATE TABLE `test` (
 `ID` int(5) NOT NULL auto_increment,
 `Name` varchar(30) NOT NULL,
 PRIMARY KEY  (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `test`
--

INSERT INTO `test` VALUES (1, 'Mputhumi');
INSERT INTO `test` VALUES (2, 'Tsele');
INSERT INTO `test` VALUES (3, 'Nokuthula');
INSERT INTO `test` VALUES (4, 'Mia');

#4  |  Mike Ho (Sunnyvale, CA) United States of America Qcodo Administrator
Monday, November 12, 2007, 2:28 PM PST

Mputhumi, please repost in “General Discussion” -- this forum is intended to discuss official announcements, releases, etc.

“General Discussion” and “Bugs and Issues” are intended for support, questions, etc.



Copyright © 2005 - 2012, Quasidea Development, LLC
This open-source framework for PHP is released under the terms of The MIT License.