From: Andrew S. H. <ste...@ci...> - 2004-09-15 14:06:02
|
I found some bugs in my code. The first one was a pretty simple one in that fetch_group and fetch_iterator died if given no arguments. The second one was a little worse. If you requested all records from the database, or a significant number of them, you never got all of them. Instead, you got duplicates of some. This was because I misunderstood how paging worked. After a bit of investigation, I pinned down the problem and have stopped the dupes and all records are now being returned. Cheers, Sterling On Sep 9, 2004, at 6:55 PM, Andrew Sterling Hanenkamp wrote: > <ActiveDirectory-1.pm> -- <>< ><> <>< ><> <>< ><> <>< ><> <>< ><> <>< ><> <>< ><> <>< ><> Andrew Sterling Hanenkamp System Administration Manager Computing & Information Sciences Kansas State University http://www.cis.ksu.edu/~sterling/ ste...@ci... It's not that perl programmers are idiots, it's that the language rewards idiotic behavior in a way that no other language or tool has ever done. -- Erik Naggum |