|
cvs: pear /DBA_Relational Table.php Toolbox.php package.xml: msg#00670php.cvs.pear
busterb Sun Sep 29 23:40:06 2002 EDT Modified files: /pear/DBA_Relational Table.php Toolbox.php package.xml Log: prepare for initial release Index: pear/DBA_Relational/Table.php diff -u pear/DBA_Relational/Table.php:1.2 pear/DBA_Relational/Table.php:1.3 --- pear/DBA_Relational/Table.php:1.2 Thu Sep 26 10:25:00 2002 +++ pear/DBA_Relational/Table.php Sun Sep 29 23:40:06 2002 @@ -18,7 +18,7 @@ // | Foundation, Inc., 59 Temple Place, Suite 330,Boston,MA 02111-1307 USA| // +----------------------------------------------------------------------+ // -// $Id: Table.php,v 1.2 2002/09/26 14:25:00 busterb Exp $ +// $Id: Table.php,v 1.3 2002/09/30 03:40:06 busterb Exp $ // require_once 'PEAR.php'; require_once 'DBA.php'; @@ -79,7 +79,7 @@ * @author Brent Cook <busterb@xxxxxxxxxxxxxxx> * @package DBA * @access public - * @version 0.18 + * @version 0.19 */ class DBA_Table extends PEAR { Index: pear/DBA_Relational/Toolbox.php diff -u pear/DBA_Relational/Toolbox.php:1.1 pear/DBA_Relational/Toolbox.php:1.2 --- pear/DBA_Relational/Toolbox.php:1.1 Tue Sep 24 12:49:25 2002 +++ pear/DBA_Relational/Toolbox.php Sun Sep 29 23:40:06 2002 @@ -18,7 +18,7 @@ // | Foundation, Inc., 59 Temple Place, Suite 330,Boston,MA 02111-1307 USA| // +----------------------------------------------------------------------+ // -// $Id: Toolbox.php,v 1.1 2002/09/24 16:49:25 busterb Exp $ +// $Id: Toolbox.php,v 1.2 2002/09/30 03:40:06 busterb Exp $ // require_once 'PEAR.php'; @@ -27,7 +27,7 @@ * table. * * @author Brent Cook <busterb@xxxxxxxxxxxxxxx> - * @version 0.18 + * @version 0.19 * @access public * @package DBA */ Index: pear/DBA_Relational/package.xml diff -u pear/DBA_Relational/package.xml:1.2 pear/DBA_Relational/package.xml:1.3 --- pear/DBA_Relational/package.xml:1.2 Thu Sep 26 10:25:00 2002 +++ pear/DBA_Relational/package.xml Sun Sep 29 23:40:06 2002 @@ -21,10 +21,13 @@ <release> <license>LGPL</license> <version>0.19</version> - <date>2002-09-24</date> + <date>2002-09-29</date> <state>devel</state> <notes> -No notes is good notes. +This is the first release as a separate package from DBA. A notable change is that the format of the schema as stored on disk has changed. Now, we either use php's serialize() or wddx_serialize_value(), rather than a custom algorithm. These should be better for supporting DBA_Relational across programming languages, be faster and remove complexity. However, this is not compatible with old databases, so be sure to dump your old data before upgrading beyond DBA 0.18! Comments on this change are very welcome. + +In the works are many improvements to the query algorithms and the long-awaited +sequence support. </notes> <filelist> <dir name="/" baseinstalldir="/DBA"> -- PEAR CVS Mailing List (http://pear.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pear /DBA DBA.php package.xml /DBA/DBA Compatibility.php /DBA/DBA/Driver File.php: 00670, Brent Cook |
|---|---|
| Next by Date: | cvs: pear /DBA_Relational Relational.php: 00670, Brent Cook |
| Previous by Thread: | cvs: pear /DBA DBA.php package.xml /DBA/DBA Compatibility.php /DBA/DBA/Driver File.phpi: 00670, Brent Cook |
| Next by Thread: | cvs: pear /DBA_Relational Relational.php: 00670, Brent Cook |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |