Wednesday, 31 January 2007
PHP Object Generator (POG) 2.6 Released |
| |
|
| |
The official POG Web site has announced the release of PHP Object Generator (POG) v.2.6. This release mainly addresses the recent relations bugs that was found since the release of version 2.5.
Some of the specific bug fixes are as follows:
- DNF not properly implemented for PHP4 and PHP 5.1
- GetChildrenList now always returns children in database. (non-committed children are not returned). This addresses several bugs, which occurred when GetChildrenList was being called multiple times in the same code block. Also addresses issues when GetChildrenList was being called with different conditions successively.
- GetSiblingList now always returns siblings in database. (non-committed siblings are not returned). This addresses several bugs, which occurred when GetSiblingList was being called multiple times in the same code block. Also addresses issues when GetSiblingList was being called with different conditions successively.
- PHP4 GetSiblingList bug when fcv_array was being passed
- POG Setup now contains unit tests for Sibling relations. Improved previous unit tests as well.
- Added PHPUnit3 tests to source code.
- Server-side POG update used throw errors when an @link contained enums under certain conditions.
The release also speaks about the internal PHPUnit Tests, which is included in the POG sourcecode. These tests are used to test the generator before the release and are different from setup tests that are included with all generated objects since version 2.1. |
| |
|
Read the Article
|
| |
|
|
| |
|
|
| |
|