Top Level :: Structures

Package Information: Structures_DataGrid_DataSource_MDB2

Show All Changelogs
» Version » Information
0.1.11Download

Release date: 2007-12-18 16:26 UTC
Release state: beta

Changelog:

- internal changes related to internal changes in Structures_DataGrid 0.9.0

Dependencies:
  • PHP Version: PHP 4.3 or newer
  • PEAR Package: PEAR Installer 1.6.0 or newer
  • PEAR Package: Structures_DataGrid 0.8.4 or newer
  • PEAR Package: MDB2 2.4.1 or newer
0.1.10Download

Release date: 2007-06-01 16:09 UTC
Release state: beta

Changelog:

- Security fix: users could manipulate the generated sorting queries
(thanks to Sascha Grossenbacher)

Dependencies:
  • PHP Version: PHP 4.2 or newer
  • PEAR Package: PEAR Installer 1.4.9 or newer
  • PEAR Package: Structures_DataGrid 0.7.0 or newer
  • PEAR Package: MDB2 2.0.3 or newer
0.1.9Download

Release date: 2007-04-21 13:39 UTC
Release state: beta

Changelog:

- Bug #10789: fixed regular expressions for row counting queries
(thanks to Ben Baumer)

Dependencies:
  • PHP Version: PHP 4.2 or newer
  • PEAR Package: PEAR Installer 1.4.9 or newer
  • PEAR Package: Structures_DataGrid 0.7.0 or newer
  • PEAR Package: MDB2 2.0.3 or newer
0.1.8Download

Release date: 2007-03-11 13:34 UTC
Release state: beta

Changelog:

- The solution for bug #9913 in release 0.1.7 introduced problems with the row
count when some kinds of subqueries were used.
The new solution for the bug is: If the driver detects a subquery (indicated
by two occurences of "SELECT" in the query), it will not modify the query,
but will run the query and determine the number of rows then. It is
recommended to specify a special row count query for complex
queries via the 'count_query' option.
(thanks to Tom Atkinson and Harry School)

Dependencies:
  • PHP Version: PHP 4.2 or newer
  • PEAR Package: PEAR Installer 1.4.9 or newer
  • PEAR Package: Structures_DataGrid 0.7.0 or newer
  • PEAR Package: MDB2 2.0.3 or newer
0.1.7Download

Release date: 2007-02-01 11:47 UTC
Release state: beta

Changelog:

- Fixed the incomplete fix for bug #9913 (row count was calculated wrongly for
subqueries).
(thanks to Harry School, HarrySchool at netscape dot net)

Dependencies:
  • PHP Version: PHP 4.2 or newer
  • PEAR Package: PEAR Installer 1.4.9 or newer
  • PEAR Package: Structures_DataGrid 0.7.0 or newer
  • PEAR Package: MDB2 2.0.3 or newer
0.1.6Download

Release date: 2007-01-24 19:52 UTC
Release state: beta

Changelog:

- Bug #9913: the row count was calculated wrongly for subqueries
(thanks to Harry School, HarrySchool at netscape dot net)

Dependencies:
  • PHP Version: PHP 4.2 or newer
  • PEAR Package: PEAR Installer 1.4.9 or newer
  • PEAR Package: Structures_DataGrid 0.7.0 or newer
  • PEAR Package: MDB2 2.0.3 or newer
0.1.5Download

Release date: 2007-01-19 10:33 UTC
Release state: beta

Changelog:

- Bug #9871: regex fix for correctly removing the LIMIT statement
(thanks Michael Mauch, michael dot mauch at gmx dot de)

Dependencies:
  • PHP Version: PHP 4.2 or newer
  • PEAR Package: PEAR Installer 1.4.9 or newer
  • PEAR Package: Structures_DataGrid 0.7.0 or newer
  • PEAR Package: MDB2 2.0.3 or newer
0.1.4Download

Release date: 2007-01-07 13:18 UTC
Release state: beta

Changelog:

- Bug #9759: fixed error handling for the case of non-existing database name in
the 'dsn' option
(thanks to Dmitriy, dscherbina at ukr dot net)

Dependencies:
  • PHP Version: PHP 4.2 or newer
  • PEAR Package: PEAR Installer 1.4.9 or newer
  • PEAR Package: Structures_DataGrid 0.7.0 or newer
  • PEAR Package: MDB2 2.0.3 or newer
0.1.3Download

Release date: 2006-12-16 16:10 UTC
Release state: beta

Changelog:

- Bug #9342: fix records count for UNION queries
(thanks to HarrySchool, HarrySchool at netscape dot net)
- small optimizations for streaming support
- this package is now licensed under the New BSD license

Dependencies:
  • PHP Version: PHP 4.2 or newer
  • PEAR Package: PEAR Installer 1.4.9 or newer
  • PEAR Package: Structures_DataGrid 0.7.0 or newer
  • PEAR Package: MDB2 2.0.3 or newer
0.1.2Download

Release date: 2006-08-23 14:10 UTC
Release state: beta

Changelog:

- multiple record count queries are now avoided by using caching of the number
of records

Dependencies:
  • PHP Version: PHP 4.2 or newer
  • PEAR Package: PEAR Installer 1.4.9 or newer
  • PEAR Package: Structures_DataGrid 0.7.0 or newer
  • PEAR Package: MDB2 2.0.3 or newer
0.1.1Download

Release date: 2006-08-05 09:06 UTC
Release state: beta

Changelog:

- Bug #7870: this driver now takes an existing ORDER BY statement in the query
into account
- in addition to 'GROUP BY', also 'DISTINCT' in queries needs special handling
for determing the number of rows

Dependencies:
  • PHP Version: PHP 4.2 or newer
  • PEAR Package: PEAR Installer 1.4.9 or newer
  • PEAR Package: Structures_DataGrid 0.7.0 or newer
  • PEAR Package: MDB2 2.0.3 or newer
0.1.0Download

Release date: 2006-06-19 16:10 UTC
Release state: beta

Changelog:

Changes since Structures_DataGrid 0.6.3:

This is a new DataSource driver for Structures_DataGrid.

Dependencies:
  • PHP Version: PHP 4.2 or newer
  • PEAR Package: PEAR Installer 1.4.9 or newer
  • PEAR Package: Structures_DataGrid 0.7.0 or newer
  • PEAR Package: MDB2 2.0.3 or newer